Advertisement
Guest User

eth0 not being configured on startup

a guest
Aug 6th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. ihernandez@neurossd ~ $ cat /etc/network/interfaces
  2. # This file describes the network interfaces available on your system
  3. # and how to activate them. For more information, see interfaces(5).
  4.  
  5. # The loopback network interface
  6. auto lo
  7. iface lo inet loopback
  8.  
  9. # The primary network interface
  10. #auto eth0
  11. #allow-hotplug eth0
  12. iface eth0 inet static
  13. address 192.168.10.11
  14. netmask 255.255.255.0
  15.  
  16. ihernandez@neurossd ~ $ /sbin/ifconfig
  17. lo Link encap:Local Loopback
  18. inet addr:127.0.0.1 Mask:255.0.0.0
  19. inet6 addr: ::1/128 Scope:Host
  20. UP LOOPBACK RUNNING MTU:65536 Metric:1
  21. RX packets:36 errors:0 dropped:0 overruns:0 frame:0
  22. TX packets:36 errors:0 dropped:0 overruns:0 carrier:0
  23. collisions:0 txqueuelen:0
  24. RX bytes:14812 (14.4 KiB) TX bytes:14812 (14.4 KiB)
  25.  
  26. wlan0 Link encap:Ethernet HWaddr 00:26:5e:8e:f5:a4
  27. inet addr:192.168.1.65 Bcast:192.168.1.255 Mask:255.255.255.0
  28. inet6 addr: fe80::226:5eff:fe8e:f5a4/64 Scope:Link
  29. inet6 addr: 2602:30a:2eb8:de10::47/128 Scope:Global
  30. inet6 addr: 2602:30a:2eb8:de10:226:5eff:fe8e:f5a4/64 Scope:Global
  31. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  32. RX packets:134 errors:0 dropped:0 overruns:0 frame:0
  33. TX packets:146 errors:0 dropped:0 overruns:0 carrier:0
  34. collisions:0 txqueuelen:1000
  35. RX bytes:105877 (103.3 KiB) TX bytes:23603 (23.0 KiB)
  36.  
  37. ihernandez@neurossd ~ $ sudo ifup eth0
  38. ihernandez@neurossd ~ $ /sbin/ifconfig
  39. eth0 Link encap:Ethernet HWaddr 00:26:9e:16:ff:fe
  40. inet addr:192.168.10.11 Bcast:192.168.10.255 Mask:255.255.255.0
  41. UP BROADCAST MULTICAST MTU:1500 Metric:1
  42. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  43. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  44. collisions:0 txqueuelen:1000
  45. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  46.  
  47. lo Link encap:Local Loopback
  48. inet addr:127.0.0.1 Mask:255.0.0.0
  49. inet6 addr: ::1/128 Scope:Host
  50. UP LOOPBACK RUNNING MTU:65536 Metric:1
  51. RX packets:36 errors:0 dropped:0 overruns:0 frame:0
  52. TX packets:36 errors:0 dropped:0 overruns:0 carrier:0
  53. collisions:0 txqueuelen:0
  54. RX bytes:14812 (14.4 KiB) TX bytes:14812 (14.4 KiB)
  55.  
  56. wlan0 Link encap:Ethernet HWaddr 00:26:5e:8e:f5:a4
  57. inet addr:192.168.1.65 Bcast:192.168.1.255 Mask:255.255.255.0
  58. inet6 addr: fe80::226:5eff:fe8e:f5a4/64 Scope:Link
  59. inet6 addr: 2602:30a:2eb8:de10::47/128 Scope:Global
  60. inet6 addr: 2602:30a:2eb8:de10:226:5eff:fe8e:f5a4/64 Scope:Global
  61. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  62. RX packets:135 errors:0 dropped:0 overruns:0 frame:0
  63. TX packets:149 errors:0 dropped:0 overruns:0 carrier:0
  64. collisions:0 txqueuelen:1000
  65. RX bytes:106017 (103.5 KiB) TX bytes:23922 (23.3 KiB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement