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

Internet help

Status
Not open for further replies.
Joined
Mar 15, 2005
Messages
141
Location
US
The following is a show run of my current config, I can from inside the router ping anything, but from a host I cant ping anything remote IE: google.com, yahoo.com. thought it was a dhcp error? any assistance would greatly be appricaited.
 
Ooops for got the sh run :)


no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
!
!
!
ip dhcp pool 1
network 172.16.0.0 255.255.128.0
default-router 172.16.0.1
dns-server 205.152.37.23 205.152.132.23
!
ip dhcp-server 172.16.0.1
vpdn enable
!
vpdn-group 1
request-dialin
protocol pppoe

!
interface Tunnel2
ip address 10.10.11.1 255.255.255.252
no ip route-cache cef
no ip route-cache
tunnel source Dialer1
tunnel destination 63.164.81.97
!
interface FastEthernet0/0
description ADSL WAN Interface
no ip address
ip route-cache flow
duplex auto
speed auto
pppoe enable
pppoe-client dial-pool-number 1
no cdp enable
!
interface Serial0/0
no ip address
shutdown
!
interface Ethernet1/0
description LAN interface
ip address 172.16.0.1 255.255.128.0
ip nat inside
half-duplex
!
interface Dialer1
description ADSL WAN Dialer
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
ip route-cache flow
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname XXXXXXXXX@bellsouth.net
ppp chap password XXXXXXXXXX
ppp pap sent-username user@bellsouth.net password XXXXXXXXXXXX
ppp ipcp dns request
!
router eigrp 100
network 10.0.0.0
network 172.16.0.0
network 192.168.1.0
no auto-summary
!
ip nat inside source list 10 interface Dialer1 overload
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 63.164.81.97 255.255.255.255 Dialer1
!
!
access-list 1 permit 192.168.0.0 0.0.255.255
access-list 1 permit 0.0.0.0 255.0.0.0
access-list 1 permit 10.0.0.0 0.0.0.255
access-list 10 permit 10.10.10.0 0.0.0.255
dialer-list 1 protocol ip permit
!
!
!
!
!
dial-peer cor custom
!
!
!
 
Which subnet does your host belong to?
Your NAT definition is currently translating 10.10.10.0/24 to the IP address of Dialer1. Is this 10.10.10.0/24 subnet behind the interface ethernet1/0?
 
i think that is the problem..
also this second route is redundant...

ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 63.164.81.97 255.255.255.255 Dialer1

 
Thanks guys I think your on to something there, trying to get 3 types of connections to work. Let me make those changes. Thanks....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top