Guest User

Untitled

a guest
Dec 13th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. Gateway: 192.168.8.1
  2. Dhcp: 192.168.8.1
  3. DNS: 192.168.8.1
  4.  
  5. root@orangepizero:~# route -n
  6. Kernel IP routing table
  7. Destination Gateway Genmask Flags Metric Ref Use Iface
  8. 0.0.0.0 - 255.255.255.0 ! 0 - 0 -
  9. 192.168.8.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  10.  
  11. root@orangepizero:~# cat /etc/network/interfaces
  12. auto lo
  13. iface lo inet loopback
  14.  
  15. iface eth0 inet dhcp
  16. gateway 192.168.8.1
  17. netmask 255.255.255.0
  18.  
  19. auto wlan0
  20. iface wlan0 inet dhcp
  21. wpa-ssid *****
  22. wpa-psk *****
  23.  
  24. eth0 Link encap:Ethernet HWaddr e6:f5:19:a6:1b:e6
  25. inet addr:192.168.8.121 Bcast:192.168.8.255 Mask:255.255.255.0
  26. inet6 addr: fe80::e4f5:19ff:fea6:1be6/64 Scope:Link
  27. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  28. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  29. TX packets:237 errors:0 dropped:0 overruns:0 carrier:0
  30. collisions:0 txqueuelen:1000
  31. RX bytes:0 (0.0 B) TX bytes:10602 (10.3 KiB)
  32. Interrupt:114
  33.  
  34. Destination Gateway Genmask Flags Metric Ref Use Iface
  35. 0.0.0.0 192.168.8.1 255.255.255.0 UG 600 0 0 eth0
Add Comment
Please, Sign In to add comment