Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. # Append this to /etc/networl/interfaces
  2.  
  3. auto br0
  4.  
  5. iface br0 inet manual
  6. bridge_ports eth0
  7. bridge_stp off
  8. bridge_waitport 0
  9. bridge_fd 0
  10.  
  11. allow-hotplug usb0
  12. iface usb0 inet manual
  13. pre-up ifup br0
  14. pre-up brctl addif br0 usb0
  15. up ifconfig usb0 up
  16.  
  17. # Add this to /etc/dhcpcd.conf
  18.  
  19. denyinterfaces eth0 usb0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement