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!

Pix -501 --- Adsl connection PPPOE

Status
Not open for further replies.

nisarg86

Technical User
Dec 22, 2003
3
0
0
IN
Hi all
i m not able to brwose website ....
I have successfully setup PPPOE on my Pix .. and i am able to login to my ISP's PPPOE server.. i can ping my DNS server from PIX CONSOLE ...but not from my PC i have also setup DNS on PIX..still not ...working

here is my config


PIX501#
PIX501# sh run
: Saved
:
PIX Version 6.3(1)
interface ethernet0 100full
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 99 encrypted
passwd 99 encrypted
hostname PIX501
domain-name cisco.com
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
names
name 192.168.1.3 PC
pager lines 24
mtu outside 1492
mtu inside 1500
ip address outside pppoe setroute
ip address inside 192.168.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location PC 255.255.255.255 inside
pdm location 192.168.1.2 255.255.255.255 inside
pdm location 192.168.1.0 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (outside) 10 interface
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 RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http PC 255.255.255.255 inside
http 192.168.1.0 255.255.255.0 inside
http 192.168.1.0 255.255.255.255 inside
snmp-server host inside 192.168.1.2
snmp-server location 192.168.1.1
no snmp-server contact
snmp-server community nisarg
snmp-server enable traps
floodguard enable
telnet 192.168.1.0 255.255.255.255 inside
telnet timeout 5
ssh timeout 5
management-access inside
console timeout 0
vpdn group pppoe_group request dialout pppoe
vpdn group pppoe_group localname nisar986
vpdn group pppoe_group ppp authentication chap
vpdn username nisar986 password ********* store-local
dhcpd address 192.168.1.2-192.168.1.8 inside
dhcpd dns 61.1.96.69 61.1.96.71
dhcpd lease 600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
username nisarg password xx encrypted privilege 15
terminal width 80
banner exec Welcome to Cisco Pix Firewall
banner login Welcome to Cisco Pix Firewall
banner motd Welcome to Cisco Pix Firewall
Cryptochecksum:ccccccccccc
: end
PIX501#



I m thinking to change the MTU setting ...
should i ??
pls help me out
thanx
 
It looks like you are missing the nat (inside) statement. Try adding the following:

nat (inside) 10 0.0.0.0 0.0.0.0
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top