2.3.4.5 is a public ip
192.168.1.150 behind the pix 506e
i want to only allow address that begin with 69.248 and on subnet 255.255.248.0 in
Also any security risks below?
static (inside,outside) tcp 2.3.4.5 22011 192.168.1.150
22011 netmask 255.255.255.255 0 0
access-list UPS_Outside permit tcp 69.248.0.0 255.255.248.0 host 2.3.4.5 eq 22011
access-group UPS_Outside in interface outside
192.168.1.150 behind the pix 506e
i want to only allow address that begin with 69.248 and on subnet 255.255.248.0 in
Also any security risks below?
static (inside,outside) tcp 2.3.4.5 22011 192.168.1.150
22011 netmask 255.255.255.255 0 0
access-list UPS_Outside permit tcp 69.248.0.0 255.255.248.0 host 2.3.4.5 eq 22011
access-group UPS_Outside in interface outside