My Device Won't connected on the internet on different network . i have two networks one being the Ethernet the main one the second being a wifi network on two different inface but i cant get the internet to work on wifi network being wwan1
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 'fde9:3cda:407d::/48' option packet_steering '1' config device option name 'br-lan' option type 'bridge' list ports 'eth0' config interface 'lan' option device 'br-lan' option proto 'static' option ipaddr '10.17.14.1' option netmask '255.255.255.0' option ip6assign '60' config interface 'wwan' option proto 'dhcp' option device 'phy0-sta0' config interface 'wwan1' option proto 'static' option device 'phy1-ap0' option ipaddr '10.17.14.2' option netmask '255.255.255.0'
wireless
config wifi-device 'radio0' option type 'mac80211' option path 'platform/soc/fe300000.mmcnr/mmc_host/mmc1/mmc1:0001/mmc1:0001:1' option band '5g' option htmode 'HT20' option cell_density '0' option channel 'auto' config wifi-iface 'wifinet1' option device 'radio0' option mode 'sta' option network 'wwan' option ssid 'TALKTALK84F802' option encryption 'psk2' option key '4R6C8F4N' config wifi-device 'radio1' option type 'mac80211' option path 'scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb2/2-1/2-1:1.0' option band '5g' option channel 'auto' option htmode 'HE80' option txpower '23' option country 'GB' option cell_density '0' config wifi-iface 'default_radio1' option device 'radio1' option network 'wwan1' option mode 'ap' option ssid 'Hrscraft WI-FI' option encryption 'none'
firewall