Advertisement
oquidave

gateway_issue

Nov 4th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local LAN gateway can see the gateway at isp
  2. local LAN gateway can ping the internet
  3.  
  4. local pcs can see the local LAN gateway ( 192.168.0.254 )
  5. local pcs can't ping the internet!!!
  6.  
  7. #not exact ip for security reasons(but reflect what's on the ground
  8.  
  9. Local gateway routing
  10. route -n
  11. Kernel IP routing table
  12. Destination Gateway Genmask Flags Metric Ref Use Iface
  13. 213.80.230.250 0.0.0.0 255.255.255.252 U 0 0 0 eth1
  14. 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  15. 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
  16. 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
  17. 0.0.0.0 213.80.230.251 0.0.0.0 UG 0 0 0 eth1
  18.  
  19. //gateway ifconfig
  20. eth1 213.80.230.252
  21. eth0 192.168.0.254
  22.  
  23.  
  24. local pc routing
  25. .0.3.112
  26. linux-cmb9:/home/oquidave/Downloads # route -n
  27. Kernel IP routing table
  28. Destination Gateway Genmask Flags Metric Ref Use Iface
  29. 0.0.0.0 192.168.0.254 0.0.0.0 UG 0 0 0 wlan0
  30. 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
  31.  
  32. //local pc ifconfig
  33. wlan 0 192.168.0.12
  34.  
  35. //tracert on local pc
  36. traceroute 213.80.230.251
  37. traceroute to 213.80.230.251 (213.80.230.251), 30 hops max, 40 byte packets using UDP
  38. Unable to look up 192.168.0.254: Temporary failure in name resolution
  39. 1 192.168.0.254 0.291 ms 0.109 ms 0.302 ms
  40. 2 * * *
  41. 3 * * *
  42. 4 * * *
  43. 5 * * *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement