Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Restrict Traffic on ACL

Status
Not open for further replies.

T3st1ng

MIS
Joined
Apr 11, 2005
Messages
34
Location
US

Is it possible to restrict all traffic EXCEPT port 80 and 443 to a web server using the Router Access-List? If so, can you please post a sample config.

Thanks!
 
Sure.

access-list 101 permit tcp any host server eq 80
access-list 101 permit tcp any host server eq 443
access-list 101 deny ip any host server

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top