PIX Access-list error
rakem
Member Posts: 800
Im trying to set up the following access-list on my PIX 506, and im getting this error which i don't understand:
access-list inbound permit tcp any 10.1.20.21 255.255.255.0 eq 24742
ERROR: Foreign address,mask <10.1.20.21,255.255.255.0> doesn't pair
basically im trying to allow any traffic to go to the 10.1.20.21 address on the 24742 port, i really dont understand what that error is all about, please help!!
thanks
access-list inbound permit tcp any 10.1.20.21 255.255.255.0 eq 24742
ERROR: Foreign address,mask <10.1.20.21,255.255.255.0> doesn't pair
basically im trying to allow any traffic to go to the 10.1.20.21 address on the 24742 port, i really dont understand what that error is all about, please help!!
thanks
CCIE# 38186
showroute.net
showroute.net
Comments
-
rakem Member Posts: 800BAH im stupid, of course the syntax should be
access-list inbound permit tcp any host 10.1.20.21 eq 24742CCIE# 38186
showroute.net