There's a great config guide at
http://www.cisco.com/unive
Here's a very simple sample setup
I made some assumptions on your ip's. Be sure you understand what's happening with the config.
nameif ethernet0 outside security0
nameif ethernet1 inside security100
interface ethernet0 10baset
interface ethernet1 10baset
ip address outside 200.200.200.2 255.255.255.0
ip address inside 10.10.10.2 255.255.255.0
arp timeout 14400
nat (inside) 1 0 0
global (outside) 1 200.200.200.10-200.200.200
global (outside) 1 200.200.200.31
no rip inside default
no rip inside passive
no rip outside default
no rip outside passive
route outside 0.0.0.0 0.0.0.0 200.200.200.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00
udp 0:02:00 rpc 0:10:00 h323 0:05:00
sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
access-list acl_grp permit icmp any any
access-group acl_grp in interface outside
no snmp-server location
no snmp-server contact
snmp-server community public
mtu outside 1500
mtu inside 1500
Main Topics
Browse All Topics





by: esmogenPosted on 2003-05-08 at 06:26:19ID: 8488356
Deny all incoming and allow all outgoing is default on PIX.