Advertisement
Guest User

Untitled

a guest
Oct 11th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. with just hotspot on:
  2. Kernel IP routing table
  3. Destination Gateway Genmask Flags Metric Ref Use Iface
  4. 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0
  5. 192.168.1.0 0.0.0.0 255.255.255.0 U 9 0 0 wlan0
  6. naveen@naveen-VPCYB35AN:~$ route -n
  7.  
  8. with wireless and wired:
  9. Kernel IP routing table
  10. Destination Gateway Genmask Flags Metric Ref Use Iface
  11. 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0
  12. 192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
  13. 192.168.1.0 0.0.0.0 255.255.255.0 U 9 0 0 wlan0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement