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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to block all traffic from going out except port 443 from a server

Status
Not open for further replies.

userice

Technical User
Oct 24, 2002
78
US
would this work?
access-list 100 extended permit tcp host 192.168.1.1 any eq 443
access-list 100 extended deny tcp any any gt 1
access-list 100 extended deny udp any any gt 1
 
More information is needed. Is access-list 100 on the outgoing ACL? A pix wouldn't need those deny statements, it would do that by default. A router would though. But assuming those things then it should work yes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top