i am trying to set up a guest WiFi network on the 192.168.8.1 range.
i can connect to the guest WiFi network but it has no connection to the internet. i followed this video to set it up,
i think i have everything correct but i still have no internet access. im pulling my hair out trying to get this to work.
i think Ive copied my settings correctly below.
can anyone help please?
root@OpenWrt:~# cat /etc/config/network
ireless
cat /etc/config/dhcp
cat /etc/config/firewall
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
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
list ports 'lan5'
config device
option name 'lan1'
option
config device
option name 'lan2'
option
config device
option name 'lan3'
option
config device
option name 'lan4'
option
config device
option name 'lan5'
option
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 device
option name 'eth1'
option
config interface 'wan'
option device 'eth1'
option proto 'pppoe'
option username
option password
option ipv6 'auto'
config interface 'wan6'
option device 'eth1'
option proto 'dhcpv6'
config interface 'IoT'
option proto 'static'
option device 'IoT'
option ipaddr '172.16.17.18'
option netmask '255.255.255.0'
config interface 'GuestWiFi'
option proto 'static'
option ipaddr '192.168.8.1'
option netmask '255.255.255.0'
option device 'br-guestwifi'
list dns '1.1.1.1'
list dns '8.8.8.8'
config device
option type 'bridge'
option name 'br-guestwifi'
option bridge_empty '1'
root@OpenWrt:~# cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/18000000.wifi'
option channel '1'
option band '2g'
option htmode 'HE20'
option cell_density '0'
option country
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'Farfield WiFi 2'
option encryption 'psk2'
option key
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/18000000.wifi+1'
option channel '36'
option band '5g'
option htmode 'HE80'
option cell_density '0'
option country
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'Farfield Wifi 5'
option encryption 'psk2'
option key
config wifi-iface 'wifinet2'
option device 'radio0'
option mode 'ap'
option ssid 'IoT'
option encryption 'none'
option network 'IoT'
config wifi-iface 'wifinet4'
option device 'radio0'
option mode 'ap'
option ssid 'Guest WiFi'
option encryption 'none'
option key
option isolate '1'
option network 'GuestWiFi'
root@OpenWrt:~# cat /etc/config/dhcp
config dnsmasq
option domainneeded '1'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option cachesize '1000'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
option localservice '1'
option ednspacket_max '1232'
option port '5353'
config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '48h'
option dhcpv4 'server'
option dhcpv6 'server'
option ra 'server'
list ra_flags 'managed-config'
list ra_flags 'other-config'
config dhcp 'wan'
option interface 'wan'
option ignore '1'
config odhcpd 'odhcpd'
option maindhcp '0'
option leasefile '/tmp/hosts/odhcpd'
option leasetrigger '/usr/sbin/odhcpd-update'
option loglevel '4'
config dhcp 'GuestWiFi'
option interface 'GuestWiFi'
option start '100'
option limit '150'
option leasetime '12h'
root@OpenWrt:~# cat /etc/config/dhcp
config dnsmasq
option domainneeded '1'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option cachesize '1000'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
option localservice '1'
option ednspacket_max '1232'
option port '5353'
config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '48h'
option dhcpv4 'server'
option dhcpv6 'server'
option ra 'server'
list ra_flags 'managed-config'
list ra_flags 'other-config'
config dhcp 'wan'
option interface 'wan'
option ignore '1'
config odhcpd 'odhcpd'
option maindhcp '0'
option leasefile '/tmp/hosts/odhcpd'
option leasetrigger '/usr/sbin/odhcpd-update'
option loglevel '4'
config dhcp 'GuestWiFi'
option interface 'GuestWiFi'
option start '100'
option limit '150'
option leasetime '12h'
config host
option name 'C520WS'
option ip '
option mac
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
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
list ports 'lan5'
config device
option name 'lan1'
option
config device
option name 'lan2'
option
config device
option name 'lan3'
option
config device
option name 'lan4'
option
config device
option name 'lan5'
option
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 device
option name 'eth1'
root@OpenWrt:~# ubus call system board
at /etc/config/w{
"kernel": "5.15.167",
"hostname": "OpenWrt",
"system": "ARMv8 Processor rev 4",
"model": "GL.iNet GL-MT6000",
"board_name": "glinet,gl-mt6000",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "23.05.5",
"revision": "r24106-10cc5fcd00",
"target": "mediatek/filogic",
"description": "OpenWrt 23.05.5 r24106-10cc5fcd00"
}
}
root@OpenWrt:~# cat /etc/config/network
ireless
cat /etc/config/dhcp
cat /etc/config/firewall
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
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
list ports 'lan5'
config device
option name 'lan1'
option
config device
option name 'lan2'
option
config device
option name 'lan3'
option
config device
option name 'lan4'
option
config device
option name 'lan5'
option
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 device
option name 'eth1'
option mac
config interface 'wan'
option device 'eth1'
option proto 'pppoe'
option username
option password
option ipv6 'auto'
config interface 'wan6'
option device 'eth1'
option proto 'dhcpv6'
config device
option type 'bridge'
option name 'IoT'
list ports 'eth0'
config interface 'GuestWiFi'
option proto 'static'
option ipaddr '192.168.8.1'
option netmask '255.255.255.0'
option device 'br-guestwifi'
list dns '1.1.1.1'
list dns '8.8.8.8'
config device
option type 'bridge'
option name 'br-guestwifi'
option bridge_empty '1'
root@OpenWrt:~# cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/18000000.wifi'
option channel '1'
option band '2g'
option htmode 'HE20'
option cell_density '0'
option country
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'Farfield WiFi 2'
option encryption 'psk2'
option key
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/18000000.wifi+1'
option channel '36'
option band '5g'
option htmode 'HE80'
option cell_density '0'
option country 'IE'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'Farfield Wifi 5'
option encryption 'psk2'
option key
config wifi-iface 'wifinet2'
option device 'radio0'
option mode 'ap'
option ssid 'IoT'
option encryption 'none'
config wifi-iface 'wifinet4'
option device 'radio0'
option mode 'ap'
option ssid 'Guest WiFi'
option encryption 'none'
option key option isolate '1'
option network 'GuestWiFi'
root@OpenWrt:~# cat /etc/config/dhcp
config dnsmasq
option domainneeded '1'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option cachesize '1000'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
option localservice '1'
option ednspacket_max '1232'
option port '5353'
config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '48h'
option dhcpv4 'server'
option dhcpv6 'server'
option ra 'server'
list ra_flags 'managed-config'
list ra_flags 'other-config'
config dhcp 'wan'
option interface 'wan'
option ignore '1'
config odhcpd 'odhcpd'
option maindhcp '0'
option leasefile '/tmp/hosts/odhcpd'
option leasetrigger '/usr/sbin/odhcpd-update'
option loglevel '4'
config dhcp 'GuestWiFi'
option interface 'GuestWiFi'
option start '100'
option limit '150'
option leasetime '12h'
root@OpenWrt:~# cat /etc/config/firewall