09-05-2015 08:19 AM - edited 03-05-2019 02:14 AM
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.
Solved! Go to Solution.
09-23-2015 05:04 AM
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
09-14-2015 12:43 AM
Dear Leo,
Did you connected the LAN segment in Ethernet 0 ?
With Regards
Chinmoy Boruah
09-14-2015 08:35 PM
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
09-14-2015 08:46 PM
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..
09-14-2015 08:58 PM
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
09-15-2015 02:15 AM
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.
09-15-2015 02:40 AM
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 :)
09-15-2015 04:19 AM
09-15-2015 04:54 AM
Check your nACL, note that named ACLs are case sensitive
If you use NAT-LIST, make sure to use NAT-LIST not nat-list
09-17-2015 01:25 AM
09-17-2015 02:23 AM
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
09-18-2015 03:33 AM
09-18-2015 03:39 AM
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
09-18-2015 04:57 AM
09-18-2015 05:19 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide