I have extended access lists and I am trying to allow a subnet of address access all tcp ports on server 18.23.56.34. Here is my access list. It doesn't work, could someone help me with the syntex?
access-list 101 permit tcp host 65.29.238.0 0.0.0.255 18.23.56.34
Are you sure you are just trying to permit tcp ? The way you have it all other traffic will be blocked , remember implicit deny all at the end of the list . If you just trying to deny traffic then you should be permitting IP not tcp .
access-list 101 permit ip 65.29.238.0 0.0.0.255 host 18.23.56.34
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.