NeoMatrix835
Technical User
Hello,
I am new to configuring this kind of equipment. I have a PIX 515e with 3 PC's behind it that I need to open up access to for PC Anywhere.
I plan on using non-standard ports for data and status for each of the 3 different PCs and have three IP addresses I can use on the external side of the PIX, however I would prefer to use one address with PAT to the three machines.
I have attempted to configure it several different ways in the PIX and ran into problems after configuring it for the first IP address.
Here is what works for me to get one of the PC's mapped to the external IP.
static (inside,outside) x.x.x.80 192.168.0.180 netmask 255.255.255.255
access-list acl_out permit tcp any host x.x.x.80 range 11111 11112
access-list acl_out permit udp any host x.x.x.80 range 11111 11112
access-group acl_out in interface outside
Now that worked fine for one PC. Now I went to setup a 2nd PC by adding the following commands and had no success...
static (inside,outside) x.x.x.81 192.168.0.181 netmask 255.255.255.255
access-list acl_out permit tcp any host x.x.x.81 range 11111 11112
access-list acl_out permit udp any host x.x.x.81 range 11111 11112
I then attempted to configure the PIX to do PAT to one PC using static commands but had no success there either. I did clear out all the previous changes I had made to the configuraton before attempting this.
static (inside,outside) tcp x.x.x.80 11111 192.168.0.180 netmask 255.255.255.255
static (inside,outside) tcp x.x.x.80 11112 192.168.0.180 netmask 255.255.255.255
static (inside,outside) udp x.x.x.80 11111 192.168.0.180 netmask 255.255.255.255
static (inside,outside) udp x.x.x.80 11112 192.168.0.180 netmask 255.255.255.255
access-list acl_out permit tcp any host x.x.x.80 range 11111 11112
access-list acl_out permit udp any host x.x.x.80 range 11111 11112
Can anyone give me a hand and explain what I am doing wrong? Any help would be greatly appreciated.
I am new to configuring this kind of equipment. I have a PIX 515e with 3 PC's behind it that I need to open up access to for PC Anywhere.
I plan on using non-standard ports for data and status for each of the 3 different PCs and have three IP addresses I can use on the external side of the PIX, however I would prefer to use one address with PAT to the three machines.
I have attempted to configure it several different ways in the PIX and ran into problems after configuring it for the first IP address.
Here is what works for me to get one of the PC's mapped to the external IP.
static (inside,outside) x.x.x.80 192.168.0.180 netmask 255.255.255.255
access-list acl_out permit tcp any host x.x.x.80 range 11111 11112
access-list acl_out permit udp any host x.x.x.80 range 11111 11112
access-group acl_out in interface outside
Now that worked fine for one PC. Now I went to setup a 2nd PC by adding the following commands and had no success...
static (inside,outside) x.x.x.81 192.168.0.181 netmask 255.255.255.255
access-list acl_out permit tcp any host x.x.x.81 range 11111 11112
access-list acl_out permit udp any host x.x.x.81 range 11111 11112
I then attempted to configure the PIX to do PAT to one PC using static commands but had no success there either. I did clear out all the previous changes I had made to the configuraton before attempting this.
static (inside,outside) tcp x.x.x.80 11111 192.168.0.180 netmask 255.255.255.255
static (inside,outside) tcp x.x.x.80 11112 192.168.0.180 netmask 255.255.255.255
static (inside,outside) udp x.x.x.80 11111 192.168.0.180 netmask 255.255.255.255
static (inside,outside) udp x.x.x.80 11112 192.168.0.180 netmask 255.255.255.255
access-list acl_out permit tcp any host x.x.x.80 range 11111 11112
access-list acl_out permit udp any host x.x.x.80 range 11111 11112
Can anyone give me a hand and explain what I am doing wrong? Any help would be greatly appreciated.