Cisco PIX 506E
I'd like to use my Cisco PIX as the default gateway of my network and the access point to the Internet.
However, I can't seem to get it work. I'm not able to ping the Internet nor am I able to browse.
Can someone provide a detailed explanation of what I need to do?
--------------------------
----------
----------
-------
Here is the architecture.
Cisco PIX Inside IP: 192.168.1.2
Cisco PIX Outside IP: 66.66.66.66 (masked)
Local Machine IP Address: 192.168.1.100
--------------------------
----------
----------
-------
Here is the local machine configuration.
IP Address: 192.168.1.100
Mask: 255.255.255.0
Default Gateway: 192.168.1.2
DNS 1: 192.168.1.2
DNS 2: 217.217.217.217 (masked)
--------------------------
----------
----------
-------
Here is my PIX configuration.
: Saved
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
hostname router
domain-name domain.us
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
pager lines 24
logging on
icmp permit any outside
icmp permit any inside
mtu outside 1500
mtu inside 1500
ip address outside 66.66.66.66 255.255.255.0
ip address inside 192.168.1.2 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
arp timeout 14400
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 0 0.0.0.0 0.0.0.0 0 0
access-group outside_access_in in interface outside
access-group inside_access_in in interface inside
route outside 0.0.0.0 0.0.0.0 66.66.66.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 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
terminal width 80
Cryptochecksum:85055418605
6eb5d9f386
01093ba80c
a
: end
--------------------------
----------
----------
-------