Advertisement
Guest User

network config

a guest
Jan 24th, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1.  
  2. config interface 'loopback'
  3. option ifname 'lo'
  4. option proto 'static'
  5. option ipaddr '127.0.0.1'
  6. option netmask '255.0.0.0'
  7.  
  8. config globals 'globals'
  9. option ula_prefix 'fd13:d5e4:46cc::/48'
  10.  
  11. config interface 'lan'
  12. option type 'bridge'
  13. option ifname 'eth0'
  14. option proto 'dhcp'
  15. option ip6assign '60'
  16. option disabled '1'
  17.  
  18. config device 'lan_dev'
  19. option name 'eth0'
  20. option macaddr '40:a3:6b:c0:9e:c4'
  21. option disabled '1'
  22.  
  23. config switch
  24. option name 'switch0'
  25. option reset '1'
  26. option enable_vlan '0'
  27.  
  28. config interface 'wlan'
  29. option ifname 'wlan0'
  30. option proto 'dhcp'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement