I was thinking about what you said yesterday
here is a snipped of our config on the pix 506e. ip address are changed to protect the innocent
ip address outside 2.3.4.6 255.255.255.224
route outside 0.0.0.0 0.0.0.0 2.3.4.5 1
we own ip address 2.3.4.6-2.3.4.36 . i just noticed that route outside line is not correct. or I misunderstand route outside.
anyhow say I want to take ip 2.3.4.9 and have all incomming traffic go to a machine inside on 192.168.1.150 . would i use the below and modify it?
access-list UPS_Outside permit tcp 69.248.0.0 255.255.248.0 host 2.3.4.9 eq 22011
access-group UPS_Outside in interface outside
static (inside,outside) tcp interface 22011 192.168.1.150 22011 netmask 255.255.255.255 0 0
here is a snipped of our config on the pix 506e. ip address are changed to protect the innocent
ip address outside 2.3.4.6 255.255.255.224
route outside 0.0.0.0 0.0.0.0 2.3.4.5 1
we own ip address 2.3.4.6-2.3.4.36 . i just noticed that route outside line is not correct. or I misunderstand route outside.
anyhow say I want to take ip 2.3.4.9 and have all incomming traffic go to a machine inside on 192.168.1.150 . would i use the below and modify it?
access-list UPS_Outside permit tcp 69.248.0.0 255.255.248.0 host 2.3.4.9 eq 22011
access-group UPS_Outside in interface outside
static (inside,outside) tcp interface 22011 192.168.1.150 22011 netmask 255.255.255.255 0 0