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

Pix 501 , SOHO Config issue

Status
Not open for further replies.

jollity

IS-IT--Management
Jan 20, 2003
2
US
I am trying to put 5 PCs in my SOHO, Got DSL connection from Yahoo SBC, Dynamic dhcp ip address.


OK, here is the configs , PIX can ping to internet , but PC's can't, please help
Thanks
Jollity


pixfirewall# wr termi

PIX Version 6.2(2)

nameif ethernet0 outside security0

nameif ethernet1 inside security100

nameif ethernet2 intf2 security10

nameif ethernet3 intf3 security15

nameif ethernet4 intf4 security20

nameif ethernet5 intf5 security25

enable password 8Ry2YjIyt7RRXU24 encrypted

passwd 2KFQnbNIdI.2KYOU encrypted

hostname pixfirewall

fixup protocol ftp 21

fixup protocol http 80

fixup protocol h323 h225 1720

fixup protocol h323 ras 1718-1719

fixup protocol ils 389

fixup protocol rsh 514

fixup protocol rtsp 554

fixup protocol smtp 25

fixup protocol sqlnet 1521

fixup protocol sip 5060

fixup protocol skinny 2000


names

pager lines 24

interface ethernet0 auto

interface ethernet1 auto

interface ethernet2 auto shutdown

interface ethernet3 auto shutdown

interface ethernet4 auto shutdown

interface ethernet5 auto shutdown

mtu outside 1500

mtu inside 1500

mtu intf2 1500

mtu intf3 1500

mtu intf4 1500

mtu intf5 1500

ip address outside pppoe setroute

ip address inside 10.0.1.2 255.255.255.0

ip address intf2 127.0.0.1 255.255.255.255

ip address intf3 127.0.0.1 255.255.255.255

ip address intf4 127.0.0.1 255.255.255.255

ip address intf5 127.0.0.1 255.255.255.255

ip audit info action alarm

ip audit attack action alarm

no failover

failover timeout 0:00:00

failover poll 15

failover ip address outside 0.0.0.0

failover ip address inside 0.0.0.0

failover ip address intf2 0.0.0.0

failover ip address intf3 0.0.0.0

failover ip address intf4 0.0.0.0

failover ip address intf5 0.0.0.0

pdm history enable

arp timeout 14400

global (outside) 1 interface

nat (inside) 1 10.0.1.0 255.255.255.0 0 0

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

aaa-server TACACS+ protocol tacacs+

aaa-server RADIUS protocol radius

aaa-server LOCAL protocol local

no snmp-server location

no snmp-server contact

snmp-server community public

no snmp-server enable traps

floodguard enable

no sysopt route dnat

telnet timeout 5

ssh timeout 5

vpdn group pppoe-sbc request dialout pppoe

vpdn group pppoe-sbc localname *********

vpdn group pppoe-sbc ppp authentication pap

vpdn username ********* password *********

dhcpd address 10.0.1.101-10.0.1.110 inside

dhcpd lease 3000

dhcpd ping_timeout 750

dhcpd enable inside

terminal width 80

Cryptochecksum:5a8c75b559e3fa05a845d0324a1b0c82

: end

[OK]
 
I didn’t see any commands allowing ICMP; you might want to use a conduit or an access list command.

Conduits permit icmp any any
Access-list 100 permit ICMP any any
 
Change your NAT statement. It should be...

nat (inside) 1 0.0.0.0 0.0.0.0

This will NAT any traffic passing through your inside interface to the global address defined by the global (outside) 1 interface command.

Dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top