Guest User

network

a guest
Sep 12th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 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 'fddf:cd65:14cb::/48'
  10.  
  11. config interface 'lan'
  12. option ifname 'eth0'
  13. #option force_link '1'
  14. #option type 'bridge'
  15. option proto 'dhcp'
  16. #option macaddr '90:F6:52:87:01:AC' #mac filtering
  17. #option ipaddr '192.168.2.1'
  18. #option netmask '255.255.255.0'
  19.  
  20.  
  21. config interface 'wan'
  22. option ifname 'wlan0'
  23. option proto 'static'
  24. option ipaddr '192.168.3.1'
  25. option netmask '255.255.255.0'
  26.  
  27. config interface 'cute'
  28. option ifname 'wlan0'
  29. option proto 'static'
  30. option ipaddr '192.168.3.1'
  31. option netmask '255.255.255.0'
  32.  
  33. config interface 'bridge'
  34. option ifname 'eth0 eth1'
  35. option proto 'dhcp'
  36. option type 'bridge'
Advertisement
Add Comment
Please, Sign In to add comment