Guest User

Untitled

a guest
Mar 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. /etc/network/interfaces
  2.  
  3. source /etc/network/interfaces.d/*
  4. auto lo
  5. iface lo inet loopback
  6.  
  7. auto eth0
  8. allow-hotplug eth0
  9. iface eth0 inet dhcp
  10.  
  11. > **"/sbin/route -n"**
  12. >
  13. > Kernel IP routing table Destination Gateway Genmask
  14.  
  15. > Flags Metric Ref Use Iface
  16.  
  17. > 0.0.0.0 193.70.**.* 0.0.0.0 UG 0 0 0 eth0
  18. > 193.70.**.* 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
  19.  
  20. > **> "root@rescue-pro:/# /sbin/ifconfig -a"**
  21. >
  22. > eth0 Link encap:Ethernet HWaddr fa:16:3e:b9:**:**
  23. > inet addr:193.70.**.*** Bcast:193.70.**.*** Mask:255.255.255.255
  24. >
  25. > inet6 addr: ***::f816:3eff:feb9:****/64 Scope:Link
  26. >
  27. > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  28. > RX packets:18002 errors:0 dropped:0 overruns:0 frame:0
  29. > TX packets:10814 errors:0 dropped:0 overruns:0 carrier:0
  30. > collisions:0 txqueuelen:1000
  31. > RX bytes:23202759 (22.1 MiB) TX bytes:820631 (801.3 KiB)
  32. >
  33. > lo Link encap:Local Loopback
  34. > inet addr:127.0.0.1 Mask:255.0.0.0
  35. > inet6 addr: ::1/128 Scope:Host
  36. > UP LOOPBACK RUNNING MTU:65536 Metric:1
  37. > RX packets:43 errors:0 dropped:0 overruns:0 frame:0
  38. > TX packets:43 errors:0 dropped:0 overruns:0 carrier:0
  39. > collisions:0 txqueuelen:0
  40. > RX bytes:9320 (9.1 KiB) TX bytes:9320 (9.1 KiB)
  41.  
  42. > **"root@rescue-pro:/# uname -a"** Linux rescue-pro 3.16.0-5-amd64 #1 SMP Debian 3.16.51-3+deb8u1 (2018-01-08) x86_64 GNU/Linux
  43.  
  44. > **"root@rescue-pro:/# lspci | grep -i eth"** 00:03.0 Ethernet controller: Red Hat, Inc Virtio network device
Add Comment
Please, Sign In to add comment