web statisticsweb stats

Business Phone Systems

Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Jul 2003
Posts: 766
SST
Offline
Member
Member
Offline
Joined: Jul 2003
Posts: 766
Anyone know how to port forward on pix router. I can't get the volunteer network guy at my church to perform this task for me. I need a hand-full of ports forwarded for an esi voip phone for the head pastor. I don't have any experience with pix at all, well other than it's a router firewall.

Atcom VoIP Phones
VoIP Demo

Best VoIP Phones Canada


Visit Atcom to get started with your new business VoIP phone system ASAP
Turn up is quick, painless, and can often be done same day.
Let us show you how to do VoIP right, resulting in crystal clear call quality and easy-to-use features that make everyone happy!
Proudly serving Canada from coast to coast.

Joined: Mar 2006
Posts: 575
Member
Member
Joined: Mar 2006
Posts: 575
Here's the product page from Cisco, shoud give you some resources to figure it out..

https://www.cisco.com/en/US/products/hw/vpndevc/ps2030/index.html


Rob Cashman
Customer Support Engineer
Joined: Jun 2006
Posts: 318
Member
Member
Offline
Joined: Jun 2006
Posts: 318
I'm no PIX expert, but you should be able to configure port translation with the following commands.

Here's an example:

Internet
|
PIX
|
Inside network (10.1.0.0)
|
Inside Servers
10.1.1.20 - Web Server
10.1.1.21 - SMTP Mail Server

First you need named interfaces, which are probably going to look something like this:

nameif ethernet0 outside security 0
nameif ethernet1 inside security 100

Then you need IP addresses for the interfaces:

ip address outside 200.200.200.1 netmask 255.255.255.0
ip address inside 10.1.1.1 netmask 255.0.0.0


Now setup your forwarding - this means that ports on the external PIX interface are redirected inside. In our example we'll use HTTP, HTTPS, and SMTP as the protocols we're forwarding.

static (inside,outside) tcp interface 80 10.1.1.20 80 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 443 10.1.1.20 443 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 25 10.1.1.21 25 netmask 255.255.255.255 0 0

Then setup an access lists to permit HTTP, HTTPS, and SMTP inside to the external IP address:

access-list outside_access_in permit tcp any interface outside eq 80
access-list outside_access_in permit tcp any interface outside eq 443
access-list outside_access_in permit tcp any interface outside eq 25

*Note that you can call the access list whatever you want. I just happen to use "outside_access_in".


Then apply the access lsit with the access-group statement:

access-group outside_access_in interface outside


Sometimes you carpe diem, sometimes your diem gets carped.
Anonymous
Unregistered
Anonymous
Unregistered
Nice write up, Steve.

As ESI uses UDP, you will need to change where it says "tcp" in Steve's write up with "udp". Then simply set the port to 59XXX, as it is assigned on the IVC card.


Link Copied to Clipboard
Newest Topics
CP10 to CP20 Migration
by teldata1 - 06/28/25 06:56 AM
Xiox Prophet H-3 Power Requirements
by C5Z - 06/26/25 07:07 PM
IP Office 9.0
by hitechcomm - 06/26/25 12:08 PM
Help with ESI Generation II Phone System
by Christian Center - 06/26/25 03:34 AM
Forum Statistics
Forums84
Topics94,557
Posts640,129
Members49,862
Most Online5,661
May 23rd, 2018
Newest Members
Christian Center, Zach8789, tectrolink, mcgyver, gary moore
49,862 Registered Users
Top Posters(30 Days)
Toner 9
Who's Online Now
1 members (Carl Navarro), 18 guests, and 83 robots.
Key: Admin, Global Mod, Mod
Contact Us | Sponsored by Atcom: One of the best VoIP Phone Canada Suppliers for your business telephone system!| Terms of Service

Sundance Communications is not affiliated with any of the above manufacturers. Sundance Phone System Forums - VOIP & Cloud Phone Help
©Copyright Sundance Communications 1998 - 2025
Powered by UBB.threads™ PHP Forum Software 8.0.0