Focus on Microsoft
Back to list
Name:
Email:
*Note: Email address will appear as "user domain ext" to prevent harvesting.
Subject:
Message:
Re: IPSec rules
Apr 20 2004 04:57PM
Noah (noah ieee org)
What you want done is best accomplished on a router or firewall through
access-lists:
access-list 101 permit ip any any eq http
interface ethernet 0 (the outbound to the Internet interface)
ip access-group 101 out
The access list above will allow all addresses from the inside to access
port 80 (ht...
[ more ]
Privacy Statement
Copyright 2010, SecurityFocus
access-lists:
access-list 101 permit ip any any eq http
interface ethernet 0 (the outbound to the Internet interface)
ip access-group 101 out
The access list above will allow all addresses from the inside to access
port 80 (ht...
[ more ]