Advertisement
Guest User

Untitled

a guest
Dec 15th, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. mikebolland@ajwsldev01:/etc/network$ sudo nano /etc/network/interfaces
  2. mikebolland@ajwsldev01:/etc/network$ sudo ifup eth1
  3. RTNETLINK answers: File exists
  4. Failed to bring up eth1.
  5. mikebolland@ajwsldev01:/etc/network$ ifconfig
  6. eth0 Link encap:Ethernet HWaddr 00:50:56:a0:49:be
  7. inet addr:10.1.208.187 Bcast:10.1.208.255 Mask:255.255.255.0
  8. inet6 addr: fe80::250:56ff:fea0:49be/64 Scope:Link
  9. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  10. RX packets:30622 errors:0 dropped:30 overruns:0 frame:0
  11. TX packets:25531 errors:0 dropped:0 overruns:0 carrier:0
  12. collisions:0 txqueuelen:1000
  13. RX bytes:3368602 (3.3 MB) TX bytes:4512266 (4.5 MB)
  14.  
  15. eth1 Link encap:Ethernet HWaddr 00:50:56:a0:27:28
  16. inet addr:10.1.208.193 Bcast:10.1.208.255 Mask:255.255.255.0
  17. inet6 addr: fe80::250:56ff:fea0:2728/64 Scope:Link
  18. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  19. RX packets:4 errors:0 dropped:0 overruns:0 frame:0
  20. TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
  21. collisions:0 txqueuelen:1000
  22. RX bytes:240 (240.0 B) TX bytes:508 (508.0 B)
  23.  
  24. lo Link encap:Local Loopback
  25. inet addr:127.0.0.1 Mask:255.0.0.0
  26. inet6 addr: ::1/128 Scope:Host
  27. UP LOOPBACK RUNNING MTU:65536 Metric:1
  28. RX packets:3332 errors:0 dropped:0 overruns:0 frame:0
  29. TX packets:3332 errors:0 dropped:0 overruns:0 carrier:0
  30. collisions:0 txqueuelen:0
  31. RX bytes:681586 (681.5 KB) TX bytes:681586 (681.5 KB)
  32.  
  33. mikebolland@ajwsldev01:/etc/network$ sudo ifdown eth1
  34. ifdown: interface eth1 not configured
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement