thufir

Untitled

Nov 27th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. thufir@dur:~$
  2. thufir@dur:~$ sudo ifconfig br0 down up
  3. br0: ERROR while getting interface flags: No such device
  4. br0: ERROR while getting interface flags: No such device
  5. thufir@dur:~$
  6. thufir@dur:~$ cat /etc/network/interfaces
  7. # interfaces(5) file used by ifup(8) and ifdown(8)
  8. auto lo
  9. iface lo inet loopback
  10.  
  11.  
  12. auto br0
  13. iface br0 inet dhcp
  14. bridge_ports eno1
  15. bridge_stp off
  16. bridge_fd 0
  17. bridge_maxwait 0
  18. iface eno1 inet manual
  19.  
  20.  
  21.  
  22.  
  23.  
  24. thufir@dur:~$
Advertisement
Add Comment
Please, Sign In to add comment