thufir

Untitled

Nov 27th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 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:~$ sudo 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.  
  13.  
  14. auto br0
  15. iface br0 inet dynamic
  16.  
  17. thufir@dur:~$
Advertisement
Add Comment
Please, Sign In to add comment