cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
517
Views
0
Helpful
4
Replies

Port Forwarding

readymixed1
Level 1
Level 1

Hello,

Can someone write commands for me to do the following:

I need to get my NAT from Moderate to Open.

To do this I need the following Ports Forwarded to the Following Ip address:

TCP: 88

TCP: 3074

UDP: 3074

IP address 192.168.1.99

I have a dynamic outside IP address (Time Warner Cable)

4 Replies 4

grahambartlett
Level 1
Level 1

What device is this on?

its a PIX 501

esupport
Level 1
Level 1

I have assumed that you have named your inside interface Moderate and your outside interface Open and that 192.168.1.99 sits on the inside of your network i.e. behind the Moderate interface. Based on this the commands on the PIX will look something like this.

static (Moderate,Open) tcp interface 88 192.168.1.99 88 netmask 255.255.255.255

static (Moderate,Open) tcp interface 3074 192.168.1.99 3074 netmask 255.255.255.255

static (Moderate,Open) udp interface 3074 192.168.1.99 3074 netmask 255.255.255.255

Hope this is helpful.

Thanks.

Thanks problem solved below is the solution:

static (inside,outside) tcp interface 3074 192.168.1.99 3074 netmask 255.255.255.255 0 0

static (inside,outside) udp interface 3074 192.168.1.99 3074 netmask 255.255.255.255 0 0

static (inside,outside) udp interface 88 192.168.1.99 88 netmask 255.255.255.255 0 0

access-list outside permit tcp any interface outside eq 3074

access-list outside permit udp any interface outside eq 3074

access-list outside permit udp any interface outside eq 88

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: