Compare cert salaries and plan your next career move
mwgood wrote: » I would try using the IP address for your next-hop gateway, rather than the exit interface for your default route. Using the exit interface can sometimes result in failure to encapsulate. The rest of your config looks OK.
rinoel wrote: » Hi boile, you might need authentication configuration if you have any from your ISP???
boile wrote: » Hi May be that's the reason, because I can ping the ISP router address, and some of the 99.244.38.xxx addresses, but not other public addresses(4.2.2.2 --- 8.8.8.8 --- 8.8.4.4). So, I guess my router forwards the packets to the ISP network. But the ISP is not forwarding packets to those destinations.From these it looks like, the problem is on the ISP side. But if I connect my D-Link router instead of Cisco router, It can get me online, and everyting works. Fromthese it seems, the problem is on my-side. Any Idea? Thanks
deth1k wrote: » Hi Boile, Can you run the same ping from the router itself and then an extended ping sourcing your LAN interface i.e ping x.x.x.x source fa0/1 + sh ip nat trans
billscott92787 wrote: » Try to ping like google or yahoo once. I am reviewing your config, I really don't see anything wrong at the moment. Let me know what you get. Can you also post a copy of your running-config?
gouki2005 wrote: » you are saying we must use the next hop IP ADDRESS instead the Interface is no the same thing??
mwgood wrote: » Right. Using the next-hop ip address is not the same as using the interface as the destination in a static route statement. Think about when a router encapsulates a packet to the next hop. It must ARP or lookup the mac-address of the next hop in it's ARP table to resolve the IP Address in order to put the correct mac-address in the frame header. If you are using the next hop IP Address in the static route statement, then it can easily encapsulate the frame by putting the mac-address from the ARP lookup in the frame header - no problem. If you use the exit interface, and I'm only talking about an ethernet network here... The router knows the interface to send the frame out of, but it still needs to encapsulate the packet using a mac-address from an ARP lookup. The only IP Address it knows about in this case is the final destination IP (because you didn't give it the next hop IP in the static route statement), so it must do an ARP lookup for the final destination IP. This is no problem if the final destination is on a connected network, but if the destination IP resides on a non-directly connected network, then the only way it will get an answer for an ARP lookup is if the upstream router(s) do the lookup in proxy and send an answer to the router that is encapsulating the packet (Proxy-Arp). (One other way would be a static ARP mapping, but this would typically be cumbersome.) This may work in some cases, but may cause some major problems, so it is best on a multi-access network to use the next hop in a static route instead of the exit interface. Things are different for a point to point link, because there is only one possible destination. The reason this problem arises in this way - is due to the fact that an ethernet network is multi-access, meaning there can be more than one destination on the other side of any given link.
Compare salaries for top cybersecurity certifications. Free download for TechExams community.