cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3061
Views
0
Helpful
29
Replies

867VAE-w internet troubleshooting

leontunnie
Level 1
Level 1

Hi,

I've got the attached config connected via adsl and am able to ping from the router to say google but I'm getting no internet connectivity to an attached computer. I'm not 100% sure what I'm missing.
 

1 Accepted Solution

Accepted Solutions

FINALLY haha

Anyway, to do that you can configure IP Reservation
Just do this
 

Oh yeah, make sure the IP is not leased to anyone yet to avoid issues/it not working
 

#conf t
#ip dhcp pool DEVICE1
  #host 192.168.10.101 255.255.255.0      -or use full SM
  #client-name <NAME>                     -OPTIONAL: Add description
  #client-identifier 01hh.hhhh.hhhh.hh  -NOTE: 01 -Define as Ethernet


There, NOTE the client identifier always requires 01 at the beginning 
the hh.hhhh.hhhh.hh is actually your MAC Address so let's say you have a MAC of aa:bb:cc:dd:ee:ff then your Client ID is 01aa.bbcc.ddee.ff


TIP: 01 is always included before the leased IP, you can actually See 01 on all the IP leased out just do #show ip dhcp binding

 

 

View solution in original post

29 Replies 29

chinmoy.boruah1
Level 1
Level 1

Dear Leo,

Did you connected the LAN segment in Ethernet 0 ?

With Regards

Chinmoy Boruah

LJ Gabrillo
Level 5
Level 5

Upon checking your config, i assume that your WAN connection is a PPPoE type


Please do basic troubleshooting steps:
1. Verify PPPoE connectivity
     -Connect your MODEM to your laptop/PC and setup a net connection type: PPPoE
     -Verify if your computer can successfully dial/establish a connection

2. While still connected to the modem, verify if your laptop/PC can connect to the internet
    -do a ping test "ping 8.8.8.8"    -8.8.8.8 is a public DNS server
    -If pingable, try to browse, make sure you set your DNS settings on your our laptop

3. Once you have confirmed your PPPoE connect
    -Connect it back to the router
    -Verify if PPPoE is successfully connected, the ff. commands can help you
   #show pppoe session all
   #show pppoe interfaces all
   #show pppoe summary

4. Now for isolation, connect your laptop on the LAN side of your router, change TCP/IP settings as necessary. do the following test
>ping 8.8.8.8
>ping google.com

 

 

I'm able to ping from the router itself no worries and  the laptop is dhcp'd to the router however that's as far as it goes. I'm wondering if it's something with the NAT or i've missed something else because from the laptop, i can TFTP to the router but no further than that.... I can't access the net, ping, nothing..

You are missing steps 1 and 2, have you confirmed that PPPoE connection is active or not?

Try doing "tracert -d 8.8.8.8" kindly display the output as well here:

Try to see where it goes, if it stops in the router then most likely you have either
1. PPPoE connection not working (w/c I think you didn't confirm)
2. Missing/Lacking configuration

Kindly check/verify your PPoE connection

okies so i've done all of that and more (logs attached). Also I'm using the adsl modem in the router for the net. i can ping n traceroute from the router but still figuring something else possibly nat still isn't right cause the router can access the net but that isn't passed though in to the lan.

Okay considering it works, do this configuration,

No need for complicated configuration, simplicity is beauty as they say XD
Here goes

Before proceeding, kindly remove unecessary configuration:
-All your NAT statements from dialer, let's start from scratch

Here goes:
#conf t
#interface vlan 1
  #ip nat inside

#interface dialer1
  #ip nat outside

#ip access-list extended NAT-LIST     -Using nACL since its my preferrence
  #permit ip 10.0.0.0 0.0.0.255 any   -Im assuming your network is 10.0.0.0/24

#ip nat inside source list NAT-LIST interface Dialer1 overload


And that's it

Also, since I see you have tracking involved,

#ip route 0.0.0.0 0.0.0.0 dialer1 track 1
#ip sla 1
  #icmp-echo 8.8.8.8 source-interface dialer1
  #threshold 5000                   
  #timeout 5000
  #frequency 5

#ip sla schedule 1 life forever start-time now
#track 1 ip sla 1 reachability
  #delay down 1 up 1                         -OPTIONAL: Delay log report for 1 sec.


Explaining the IP SLA and Tracking settings
1. Router monitors interface through pinging 8.8.8.8 every 5sec.
2. If any of the ff. conditions are met, route is marked inactive and removed from routing table
    A. If 8.8.8.8 stops responding for 5000ms or 5sec
    B. If response time(threshold) is equal or higher than 5000ms

->Tweak the values as desired

To verify tracking/IP SLA:
#show ip route track-table
#show track

Also, im assuming you have a backup internet link in Ethernet0, could you lower the AD? 253 is a bit too much, hahaha AD of 10 will do even 5 since the default AD is 1

Do the same configuration as above on your Eth1, no need to configure IP SLA and tracking for it :) just make sure to configure the AD

Rate or Mark as Answer helpful answers :)

Hi,

Thanks for that. I'm just reloading the config now. Can i get you to go over it and make sure i got everything?

Check your nACL, note that named ACLs are case sensitive

If you use NAT-LIST, make sure to use NAT-LIST not nat-list 
 

Hey,

Sorry i've been busy with work for a couple fo days. I've made all the chances but now i can't ping from the router. The adjusted startup-config is attached and some logs...

Hi, 

May I ask you to connect you laptop directly to the router?

1. Check to see if you get IP from DHCP. Verify using CMD Prompt
     >ipconfig /all
     

2. Now, do verification from laptop
    >ping 10.0.0.1          -ping gateway
    >ping 8.8.8.8            -Ping a public address
    >ping google.com    -Ping an address

    >tracert -d 8.8.8.8
    >tracert -d google.com   

Kindly share your results

last one, instead of using DHCP. Manually/statistically assign an IP
IP: 10.0.0.100/24
Gate: 10.0.0.1

Do the same verification as described above


PS: checking your config, your network should get internet

hi,

from my laptop i am able to ping the gateway - pic attached however none of the other pings work, nor am i able to ping the laptop from the gateway. i've also attached 'show ip interfaces' if that helps....

You didnt get all the data we want:

Kindly get
>ipconfig /all
>tracert -d 8.8.8.8
>tracert -d google.com

Additionally
>nslookup google.com
>nslookup google.com 8.8.8.8


PS: I need the data aboce to see the traffic flow


Also checking your DHCP config:

ip dhcp pool ccp-pool
 import all
 network 10.0.0.0 255.255.255.0
 default-router 10.0.0.1 
 dns-server 8.8.8.8 8.8.4.4 
 option 43 hex f104.9665.595a
 lease 0 2

  Can you remove the one's in Red? Let's just try to isolate. Let's remove any unnecessary config

screenshots attached :)

Hmmm...weird, based on the traceroute we can see that the router that receive the packet, but it does not know where to send it next

Let's review your configuration

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: