Advertisement
xiebozhi

VLAN issues on Gentoo

Nov 16th, 2011
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #modules=( "dhcpcd" )
  2. #config_eth0=( "dhcp" )
  3.  
  4. vlans_eth0="2"
  5.  
  6. vconfig_eth0="set_name_type VLAN_PLUS_VID_NO_PAD"
  7.  
  8. config_vlan2=( "x.x.x.x netmask 255.255.248.0" )
  9. routes_vlan2=( "default via y.y.y.y" )
  10. dns_servers_vlan2=( "z.z.z.z" "d.d.d.d" )
  11. dns_domain_vlan2="win.winthrop.edu"
  12. dns_search_vlan2="win.winthrop.edu winthrop.edu"
  13.  
  14. #vlan_start_eth0="yes"
  15. #rc_need_vlan2="net.eth0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement