pgaliardo
MIS
- Nov 30, 2004
- 887
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.
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.