I am trying to write an access list to block on ip from the outside. here is how I have it written But I am doing something wrong.
access-list 125 deny tcp any xxx.xx.xx.68 0.0.0.0
access-list 126 permit tcp any any
What I want to do is just block access to the one address. How would I go about doing this.
I am applying it to the fastethernet interface that this is on like so
ip access-group 125 in
ip access-group 126 in
Thanks for the help. I am new to writing these so I am sure I will get it down some how or another.
access-list 125 deny tcp any xxx.xx.xx.68 0.0.0.0
access-list 126 permit tcp any any
What I want to do is just block access to the one address. How would I go about doing this.
I am applying it to the fastethernet interface that this is on like so
ip access-group 125 in
ip access-group 126 in
Thanks for the help. I am new to writing these so I am sure I will get it down some how or another.