Guest User

Untitled

a guest
Jul 24th, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1.  
  2. config interface 'loopback'
  3. option device '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 'fd17:1c7f:37e0::/48'
  10. option packet_steering '1'
  11.  
  12. config device
  13. option name 'br-lan'
  14. option type 'bridge'
  15. list ports 'lan1'
  16. list ports 'lan2'
  17. list ports 'lan3'
  18. list ports 'lan4'
  19.  
  20. config device
  21. option name 'lan1'
  22. option macaddr '30:23:03:6a:6b:2d'
  23.  
  24. config device
  25. option name 'lan2'
  26. option macaddr '30:23:03:6a:6b:2d'
  27.  
  28. config device
  29. option name 'lan3'
  30. option macaddr '30:23:03:6a:6b:2d'
  31.  
  32. config device
  33. option name 'lan4'
  34. option macaddr '30:23:03:6a:6b:2d'
  35.  
  36. config interface 'lan'
  37. option device 'br-lan'
  38. option proto 'static'
  39. option ipaddr '10.29.0.1'
  40. option netmask '255.255.255.0'
  41. option ip6assign '61'
  42.  
  43. config device
  44. option name 'wan'
  45. option macaddr '30:23:03:6a:6b:2c'
  46.  
  47. config interface 'wan'
  48. option device 'wan'
  49. option proto 'dhcp'
  50. option clientid '63343630323637626536653040736B7964736C7C4150724862635739'
  51.  
  52. config interface 'wan6'
  53. option device 'wan'
  54. option proto 'dhcpv6'
  55. option reqaddress 'try'
  56. option reqprefix '56'
  57. option ip6assign '60'
  58. option norelease '1'
  59.  
Advertisement
Add Comment
Please, Sign In to add comment