Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- login as: root
- [email protected]'s password:
- BusyBox v1.36.1 (2023-10-17 12:57:07 UTC) built-in shell (ash)
- _______ ________ __
- | |.-----.-----.-----.| | | |.----.| |_
- | - || _ | -__| || | | || _|| _|
- |_______|| __|_____|__|__||________||__| |____|
- |__| W I R E L E S S F R E E D O M
- -----------------------------------------------------
- OpenWrt SNAPSHOT, r24154-6f31941d38
- -----------------------------------------------------
- root@OpenWrt:~# cat /etc/config/network
- config interface 'loopback'
- option device 'lo'
- option proto 'static'
- option ipaddr '127.0.0.1'
- option netmask '255.0.0.0'
- config globals 'globals'
- option ula_prefix 'fd91:0b3d:576b::/48'
- config device
- option name 'br-lan'
- option type 'bridge'
- list ports 'lan1'
- list ports 'lan2'
- list ports 'lan3'
- config interface 'lan'
- option device 'br-lan'
- option proto 'static'
- option ipaddr '192.168.1.1'
- option netmask '255.255.255.0'
- option ip6assign '60'
- config interface 'wan'
- option device 'wan'
- option proto 'dhcp'
- config interface 'wan6'
- option device 'wan'
- option proto 'dhcpv6'
- root@OpenWrt:~#
Advertisement
Add Comment
Please, Sign In to add comment