DougButabi

AX3600 Config

Oct 20th, 2023
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. login as: root
  2. [email protected]'s password:
  3.  
  4.  
  5. BusyBox v1.36.1 (2023-10-17 12:57:07 UTC) built-in shell (ash)
  6.  
  7. _______ ________ __
  8. | |.-----.-----.-----.| | | |.----.| |_
  9. | - || _ | -__| || | | || _|| _|
  10. |_______|| __|_____|__|__||________||__| |____|
  11. |__| W I R E L E S S F R E E D O M
  12. -----------------------------------------------------
  13. OpenWrt SNAPSHOT, r24154-6f31941d38
  14. -----------------------------------------------------
  15. root@OpenWrt:~# cat /etc/config/network
  16.  
  17. config interface 'loopback'
  18. option device 'lo'
  19. option proto 'static'
  20. option ipaddr '127.0.0.1'
  21. option netmask '255.0.0.0'
  22.  
  23. config globals 'globals'
  24. option ula_prefix 'fd91:0b3d:576b::/48'
  25.  
  26. config device
  27. option name 'br-lan'
  28. option type 'bridge'
  29. list ports 'lan1'
  30. list ports 'lan2'
  31. list ports 'lan3'
  32.  
  33. config interface 'lan'
  34. option device 'br-lan'
  35. option proto 'static'
  36. option ipaddr '192.168.1.1'
  37. option netmask '255.255.255.0'
  38. option ip6assign '60'
  39.  
  40. config interface 'wan'
  41. option device 'wan'
  42. option proto 'dhcp'
  43.  
  44. config interface 'wan6'
  45. option device 'wan'
  46. option proto 'dhcpv6'
  47.  
  48. root@OpenWrt:~#
Advertisement
Add Comment
Please, Sign In to add comment