Guest User

Untitled

a guest
Mar 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. auto lo
  2. iface lo inet loopback
  3.  
  4. auto eth0
  5. iface eth0 inet static
  6. address 192.168.1.210
  7. netmask 255.255.255.0
  8. gateway 192.168.1.1
  9.  
  10. # ifconfig
  11. eth0 Link encap:Ethernet HWaddr 00:60:80:40:00:11
  12. inet addr:192.168.1.117 Bcast:192.168.255.255 Mask:255.255.0.0
  13. inet6 addr: fd00::260:80ff:fe40:11/64 Scope:Global
  14. inet6 addr: fe80::260:80ff:fe40:11/64 Scope:Link
  15. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  16. RX packets:2037 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:924 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:1000
  19. RX bytes:157492 (153.8 KiB) TX bytes:100759 (98.3 KiB)
  20. Interrupt:152 Base address:0xc000
  21.  
  22. # uname --a
  23. Linux 3.10.31-ltsi-05172-g28bac3e-dirty #10 SMP Mon Nov 6 16:01:20 EST 2017 armv7l GNU/Linux
Add Comment
Please, Sign In to add comment