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

Help with configuring access list 1

Status
Not open for further replies.

pgaliardo

MIS
Nov 30, 2004
887
0
0
I am pretty inexperienced with creating and modifying access lists, and would appreciate in as much detail as possible, how to modify an exisiting list. Here is our current setup:

interface FastEthernet0/0
description connected to EthernetLAN
ip address 10.0.0.1 255.255.255.0
ip access-group 100 in
ip nat inside
ip inspect Internal in
duplex auto
speed auto

access-list 100 permit tcp host 10.0.0.10 any eq www
access-list 100 permit tcp host 10.0.0.10 any eq 443
access-list 100 permit udp host 10.0.0.10 any eq 443
access-list 100 deny tcp any any eq www
access-list 100 deny tcp any any eq 443
access-list 100 deny udp any any eq 443
access-list 100 permit ip any any

10.0.0.10 is our proxy server and is the only server allowed out to the Internet. I need to add another proxy server, 10.0.0.19 out to the Internet.

I basically need the steps and the commands. I think I need to remove the access list from the interface first? I'm looking for as detailed info as possible.

Thanks in advance.
 
JOAMAN you're a genius! That worked. we had an available IP address which I NATTED to 10.0.0.19 and edited access list 102 to allow in. Thanks!
 
If you found the information useful a * would be appreciated.....

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top