I'm looking to protect a few servers from outside access. I hope the X substitutions are not the ket to the problem..
when I put in
access-list 108 permit tcp any any established
access-list 108 permit tcp any X.X.42.16 255.255.255.240 eq 80
access-list 108 permit tcp any X.X.42.16 255.255.255.240 eq 3389
access-list 108 permit ip host X.X.129.46 X.X.42.16 255.255.255.240
access-list 108 deny ip any X.X.42.16 255.255.255.240
access-list 108 permit ip any any
it shows up as
access-list 108 permit tcp any any established
access-list 108 permit tcp any 0.0.0.0 255.255.255.240 eq www
access-list 108 permit tcp any 0.0.0.0 255.255.255.240 eq 3389
access-list 108 permit ip host X.X.129.46 0.0.0.0 255.255.255.240
access-list 108 deny ip any 0.0.0.0 255.255.255.240
access-list 108 permit ip any any
So why is it substituting in 0.0.0.0?!
Thanks! I hope this is an easy question
Start Free Trial