Advertisement
Guest User

Untitled

a guest
May 27th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. i3luefire@ubuntu-server:/etc$ cd network
  2. i3luefire@ubuntu-server:/etc/network$ ls
  3. if-down.d if-post-down.d if-pre-up.d if-up.d interfaces interfaces~ run
  4. i3luefire@ubuntu-server:/etc/network$ sudo nano interfaces
  5. i3luefire@ubuntu-server:/etc/network$ sudo ifup eth1
  6. RTNETLINK answers: File exists
  7. Failed to bring up eth1.
  8. i3luefire@ubuntu-server:/etc/network$ nano run
  9. i3luefire@ubuntu-server:/etc/network$ cd run
  10. i3luefire@ubuntu-server:/etc/network/run$ ls
  11. ifstate ifup.eth1 ifup.lo static-network-up-emitted
  12. i3luefire@ubuntu-server:/etc/network/run$ nano ifup.eth1
  13. i3luefire@ubuntu-server:/etc/network/run$ sudo service network restart
  14. network: unrecognized service
  15. i3luefire@ubuntu-server:/etc/network/run$ sudo service resolvconf restart
  16. resolvconf stop/waiting
  17. resolvconf start/running
  18. i3luefire@ubuntu-server:/etc/network/run$ sudo ifup eth1
  19. RTNETLINK answers: File exists
  20. Failed to bring up eth1.
  21. i3luefire@ubuntu-server:/etc/network/run$ ifconfig
  22. eth1 Link encap:Ethernet HWaddr 00:22:4d:9e:82:68
  23. inet addr:13.67.25.67 Bcast:13.67.25.255 Mask:255.255.255.0
  24. inet6 addr: fe80::222:4dff:fe9e:8268/64 Scope:Link
  25. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  26. RX packets:22273 errors:0 dropped:0 overruns:0 frame:0
  27. TX packets:19293 errors:0 dropped:0 overruns:0 carrier:0
  28. collisions:0 txqueuelen:1000
  29. RX bytes:6127577 (6.1 MB) TX bytes:8728631 (8.7 MB)
  30. Interrupt:20 Memory:f7f00000-f7f20000
  31.  
  32. lo Link encap:Local Loopback
  33. inet addr:127.0.0.1 Mask:255.0.0.0
  34. inet6 addr: ::1/128 Scope:Host
  35. UP LOOPBACK RUNNING MTU:16436 Metric:1
  36. RX packets:291 errors:0 dropped:0 overruns:0 frame:0
  37. TX packets:291 errors:0 dropped:0 overruns:0 carrier:0
  38. collisions:0 txqueuelen:0
  39. RX bytes:15158 (15.1 KB) TX bytes:15158 (15.1 KB)
  40.  
  41. i3luefire@ubuntu-server:/etc/network/run$ sudo ifup
  42. [sudo] password for i3luefire:
  43. ifup: Use --help for help
  44. i3luefire@ubuntu-server:/etc/network/run$ sudo ifup eth1
  45. RTNETLINK answers: File exists
  46. Failed to bring up eth1.
  47. i3luefire@ubuntu-server:/etc/network/run$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement