Guest User

Untitled

a guest
Dec 17th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # do it faster
  2. quickleave
  3.  
  4. # unstream network, eth0 = VigorNIC
  5. phyint eth0.8 upstream
  6.  
  7.  
  8. # internal network
  9. phyint br0 downstream
  10.  
  11.  
  12. #vm network
  13. phyint eth1 downstream
  14.  
  15.  
  16. # disable everything else
  17. phyint eth0 disabled
  18. phyint eth0.7 disabled
  19. phyint ppp0 disabled
  20. phyint lo disabled
  21. phyint ifb0 disabled
  22. phyint ifb1 disabled
Add Comment
Please, Sign In to add comment