|
|
| Author |
Message |
luvsmecats Guest
|
Posted: Fri Jul 06, 2007 8:25 pm Post subject: access-list |
|
|
Need help to block port 8088 web in coming outgoing. How would the
access-list read?
thx |
|
| Back to top |
|
 |
|
|
Brian V Guest
|
Posted: Fri Jul 06, 2007 8:25 pm Post subject: Re: access-list |
|
|
"luvsmecats" <luvsmecats@hotmail.com> wrote in message
news:138sneasomgun64@corp.supernews.com...
| Quote: | Need help to block port 8088 web in coming outgoing. How would the
access-list read?
thx
|
assuming a router:
from inside to outside:
access-list 101 deny tcp any any eq 8080
access-list 101 permit ip any any
interface <inside>
access-group 101 in
from outside to in:
you would modify your current ACL that is permiting your inbound services. |
|
| Back to top |
|
 |
|