Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. root@user:/ # ifconfig
  2. wlan0 Link encap:Ethernet HWaddr E0:99:71:44:AA:D2
  3. inet addr:192.168.60.180 Bcast:192.168.60.255 Mask:255.255.255.0
  4. inet6 addr: fe80::e299:71ff:fe44:aad2/64 Scope: Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:2080 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:1764 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:1786331 TX bytes:325152
  10.  
  11. tun0 Link encap:UNSPEC
  12. inet addr:10.0.0.1 P-t-P:10.0.0.1 Mask:255.255.255.0
  13. UP POINTOPOINT RUNNING NOARP MULTICAST MTU:8000 Metric:1
  14. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  15. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  16. collisions:0 txqueuelen:500
  17. RX bytes:0 TX bytes:0
  18.  
  19. root@user:/ # route
  20. Kernel IP routing table
  21. Destination Gateway Genmask Flags Metric Ref Use Iface
  22. 10.0.0.0 * 255.255.255.0 U 0 0 0 tun0
  23. 192.168.60.0 * 255.255.255.0 U 0 0 0 wlan0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement