<login as: root
root@192.168.38.1's password:
BusyBox v1.35.0 (2023-11-15 10:00:42 UTC) built-in shell (ash)
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -| || | | || || |
|_____|| |||||___||| |____|
|| W I R E L E S S F R E E D O M
OpenWrt 22.03.5, r20134-5f15225c1e
root@OpenWrt:~# cd /etc/config
root@OpenWrt:/etc/config# ve wireless
-ash: ve: not found
root@OpenWrt:/etc/config# vi wireless
option txpower '13'
option distance '3'
option channel '6'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'Pi4'
option encryption 'psk2'
option key ''
wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/20300000.mmcnr/mmc_host/mmc1/mmc1:0001/mmc1:00
option band '2g'
option htmode 'HT20'
option disabled '0'
option country 'US'
option cell_density '2'
option beacon_int '100'
option txpower '13'
option distance '3'
option channel '6'
root@OpenWrt:/etc/config# vi 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 'fd55:bb0e:d335::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'wlan0'
option ipv6 '0'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.38.1'
option netmask '255.255.255.0'
option ip6assign '60'
list dns '1.1.1.1'
login as: root
root@192.168.38.1's password:
BusyBox v1.35.0 (2023-11-15 10:00:42 UTC) built-in shell (ash)
root@OpenWrt:/etc/config# vi 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 'fd55:bb0e:d335::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'wlan0'
option ipv6 '0'
config interface 'lan'
That was the full output for the firewall.
Radio 1 is not showing up wan is missing. FUBAR!
It is in Luci.
So much is wrong even I can see it. Those are the full replies from: firewall, wireless and network.