So I am trying to access it from my main SSID which has access to lan and it’s on the same subnet (192.168.1.x) I have another SSID which is on another subnet (192.168.2.x) and on a different VLAN (VLAN_21), but has access to lan and a few more, there I can actually access 192.168.1.1, so I am utterly confused.
Here are my configs:
ubus call system board
{
"kernel": "5.15.150",
"hostname": "OpenWrt",
"system": "ARMv8 Processor rev 4",
"model": "GL.iNet GL-MT3000",
"board_name": "glinet,gl-mt3000",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "23.05.3",
"revision": "r23809-234f1a2efa",
"target": "mediatek/filogic",
"description": "OpenWrt 23.05.3 r23809-234f1a2efa"
}
}
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 'REDACTED'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth1'
config interface 'lan'
option device 'br-lan.71'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
config interface 'wan'
option device 'eth0'
option proto 'pppoe'
option username 'REDACTED'
option password 'REDACTED'
option ipv6 'auto'
option peerdns '0'
list dns '8.8.8.8'
list dns '8.8.4.4'
config interface 'wan6'
option device 'eth0'
option proto 'dhcpv6'
option reqaddress 'try'
option reqprefix 'auto'
option peerdns '0'
list dns '2001:4860:4860::8888'
list dns '2001:4860:4860::8844'
config interface 'wwan'
option proto 'dhcp'
config bridge-vlan
option device 'br-lan'
option vlan '1'
list ports 'eth1:t'
config bridge-vlan
option device 'br-lan'
option vlan '21'
list ports 'eth1:t'
config bridge-vlan
option device 'br-lan'
option vlan '31'
list ports 'eth1:t'
config bridge-vlan
option device 'br-lan'
option vlan '41'
list ports 'eth1:t'
config bridge-vlan
option device 'br-lan'
option vlan '51'
list ports 'eth1:t'
config bridge-vlan
option device 'br-lan'
option vlan '61'
list ports 'eth1:t'
config bridge-vlan
option device 'br-lan'
option vlan '71'
list ports 'eth1:t'
config bridge-vlan
option device 'br-lan'
option vlan '81'
list ports 'eth1:t'
config interface 'VLAN21_admin'
option proto 'static'
option device 'br-lan.21'
option ipaddr '192.168.2.1'
option netmask '255.255.255.0'
config interface 'VLAN41_NAS'
option proto 'static'
option device 'br-lan.41'
option ipaddr '192.168.4.1'
option netmask '255.255.255.0'
config interface 'VLAN31_PC'
option proto 'static'
option device 'br-lan.31'
option ipaddr '192.168.3.1'
option netmask '255.255.255.0'
config interface 'VLAN51_Server'
option proto 'static'
option device 'br-lan.51'
option ipaddr '192.168.5.1'
option netmask '255.255.255.0'
config device
option type '8021q'
option ifname 'br-lan'
option vid '91'
option name 'br-lan.91'
config interface 'VLAN61_IoT'
option proto 'static'
option device 'br-lan.61'
option ipaddr '192.168.6.1'
option netmask '255.255.255.0'
config interface 'VLAN91_Guest'
option proto 'static'
option device 'br-lan.91'
option ipaddr '192.168.9.1'
option netmask '255.255.255.0'
config device
option type '8021q'
option ifname 'br-lan'
option vid '111'
option name 'br-lan.111'
config interface 'VLAN111_General'
option proto 'static'
option device 'br-lan.111'
option ipaddr '192.168.11.1'
option netmask '255.255.255.0'
config interface 'wg_wg_home_vpn'
option proto 'wireguard'
option private_key 'REDACTED'
option listen_port 'REDACTED'
list addresses '192.168.55.1/24'
option mtu '1280'
config wireguard_wg_wg_home_vpn
option public_key 'REDACTED'
option preshared_key 'REDACTED'
option description 'REDACTED'
list allowed_ips '192.168.55.2/32'
option route_allowed_ips '1'
option persistent_keepalive '25'
config wireguard_wg_wg_home_vpn
option public_key 'REDACTED'
option preshared_key 'REDACTED'
option description 'REDACTED'
list allowed_ips '192.168.55.3/32'
option route_allowed_ips '1'
option persistent_keepalive '25'
cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/18000000.wifi'
option channel '6'
option band '2g'
option htmode 'HE20'
option cell_density '0'
option country 'REDACTED'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'REDACTED'
option encryption 'REDACTED'
option key 'REDACTED'
option wpa_disable_eapol_key_retries '1'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/18000000.wifi+1'
option channel '44'
option band '5g'
option htmode 'HE80'
option cell_density '0'
option country 'REDACTED'
config wifi-iface 'default_radio1'
option device 'radio1'
option mode 'ap'
option ssid 'REDACTED'
option encryption 'REDACTED'
option key 'REDACTED'
option network 'lan'
option wpa_disable_eapol_key_retries '1'
config wifi-iface 'wifinet3'
option device 'radio0'
option mode 'ap'
option ssid 'REDACTED'
option encryption 'REDACTED'
option key 'REDACTED'
option network 'VLAN91_Guest'
option isolate '1'
config wifi-iface 'wifinet4'
option device 'radio1'
option mode 'ap'
option ssid 'REDACTED'
option encryption 'REDACTED'
option isolate '1'
option key 'REDACTED'
option network 'VLAN91_Guest'
config wifi-iface 'wifinet5'
option device 'radio0'
option mode 'ap'
option ssid 'REDACTED'
option encryption 'REDACTED'
option key 'REDACTED'
option wpa_disable_eapol_key_retries '1'
option network 'VLAN61_IoT'
option hidden '1'
config wifi-iface 'wifinet6'
option device 'radio0'
option mode 'ap'
option ssid 'REDACTED'
option encryption 'REDACTED'
option hidden '1'
option key 'REDACTED'
option wpa_disable_eapol_key_retries '1'
option network 'VLAN41_NAS'
config wifi-iface 'wifinet7'
option device 'radio0'
option mode 'ap'
option ssid 'REDACTED'
option encryption 'REDACTED'
option hidden '1'
option key 'REDACTED'
option wpa_disable_eapol_key_retries '1'
option network 'VLAN51_Server'
config wifi-iface 'wifinet8'
option device 'radio0'
option mode 'ap'
option ssid 'REDACTED'
option encryption 'REDACTED'
option hidden '1'
option key 'REDACTED'
option wpa_disable_eapol_key_retries '1'
option network 'VLAN21_admin'
cat /etc/config/dhcp
config dnsmasq
option domainneeded '1'
option boguspriv '1'
option filterwin2k '0'
option localise_queries '1'
option rebind_protection '0'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option nonegcache '0'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
option nonwildcard '1'
option localservice '1'
option ednspacket_max '1232'
option filter_aaaa '0'
option filter_a '0'
option noresolv '0'
option cachesize '1000'
option port '54'
list server '192.168.1.1'
config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '12h'
option dhcpv4 'server'
option dhcpv6 'server'
option ra 'server'
list ra_flags 'managed-config'
list ra_flags 'other-config'
list dhcp_option '6,192.168.1.1'
list dhcp_option '3,192.168.1.1'
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 'VLAN21_admin'
option interface 'VLAN21_admin'
option start '100'
option limit '150'
option leasetime '12h'
list dhcp_option '6,192.168.2.1'
list dhcp_option '3,192.168.2.1'
config dhcp 'VLAN41_NAS'
option interface 'VLAN41_NAS'
option start '100'
option limit '150'
option leasetime '12h'
list dhcp_option '6,192.168.4.1'
list dhcp_option '3,192.168.4.1'
config dhcp 'VLAN31_PC'
option interface 'VLAN31_PC'
option start '100'
option limit '150'
option leasetime '12h'
list dhcp_option '6,192.168.3.1'
list dhcp_option '3,192.168.3.1'
config dhcp 'VLAN51_Server'
option interface 'VLAN51_Server'
option start '100'
option limit '150'
option leasetime '12h'
list dhcp_option '6,192.168.5.1'
list dhcp_option '3,192.168.5.1'
config dhcp 'VLAN61_IoT'
option interface 'VLAN61_IoT'
option start '100'
option limit '150'
option leasetime '12h'
list dhcp_option '6,192.168.6.1'
list dhcp_option '3,192.168.6.1'
config dhcp 'VLAN91_Guest'
option interface 'VLAN91_Guest'
option start '100'
option limit '150'
option leasetime '12h'
list dhcp_option '6,192.168.9.1'
list dhcp_option '3,192.168.9.1'
config dhcp 'VLAN111_General'
option interface 'VLAN111_General'
option start '100'
option limit '150'
option leasetime '12h'
list dhcp_option '6,192.168.11.1'
list dhcp_option '3,192.168.11.1'
cat /etc/config/firewall
config defaults
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
option synflood_protect '1'
option flow_offloading '1'
option flow_offloading_hw '1'
config zone
option name 'wan'
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
option masq '1'
option mtu_fix '1'
list network 'wan'
list network 'wan6'
list network 'wwan'
config zone
option name 'lan'
option input 'ACCEPT'
option output 'ACCEPT'
option forward 'REJECT'
list network 'lan'
config zone
option name 'General'
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
list device 'br-lan.111'
list network 'VLAN111_General'
config zone
option name 'admin'
option input 'ACCEPT'
option output 'ACCEPT'
option forward 'REJECT'
list network 'VLAN21_admin'
list device 'br-lan.21'
config forwarding
option src 'lan'
option dest 'wan'
config rule
option name 'Allow-DHCP-Renew'
option src 'wan'
option proto 'udp'
option dest_port '68'
option target 'ACCEPT'
option family 'ipv4'
config rule
option name 'Allow-Ping'
option src 'wan'
option proto 'icmp'
option icmp_type 'echo-request'
option family 'ipv4'
option target 'ACCEPT'
config rule
option name 'Allow-IGMP'
option src 'wan'
option proto 'igmp'
option family 'ipv4'
option target 'ACCEPT'
config rule
option name 'Allow-DHCPv6'
option src 'wan'
option proto 'udp'
option dest_port '546'
option family 'ipv6'
option target 'ACCEPT'
config rule
option name 'Allow-MLD'
option src 'wan'
option proto 'icmp'
option src_ip 'fe80::/10'
list icmp_type '130/0'
list icmp_type '131/0'
list icmp_type '132/0'
list icmp_type '143/0'
option family 'ipv6'
option target 'ACCEPT'
config rule
option name 'Allow-ICMPv6-Input'
option src 'wan'
option proto 'icmp'
list icmp_type 'echo-request'
list icmp_type 'echo-reply'
list icmp_type 'destination-unreachable'
list icmp_type 'packet-too-big'
list icmp_type 'time-exceeded'
list icmp_type 'bad-header'
list icmp_type 'unknown-header-type'
list icmp_type 'router-solicitation'
list icmp_type 'neighbour-solicitation'
list icmp_type 'router-advertisement'
list icmp_type 'neighbour-advertisement'
option limit '1000/sec'
option family 'ipv6'
option target 'ACCEPT'
config rule
option name 'Allow-ICMPv6-Forward'
option src 'wan'
option dest '*'
option proto 'icmp'
list icmp_type 'echo-request'
list icmp_type 'echo-reply'
list icmp_type 'destination-unreachable'
list icmp_type 'packet-too-big'
list icmp_type 'time-exceeded'
list icmp_type 'bad-header'
list icmp_type 'unknown-header-type'
option limit '1000/sec'
option family 'ipv6'
option target 'ACCEPT'
config rule
option name 'Allow-IPSec-ESP'
option src 'wan'
option dest 'lan'
option proto 'esp'
option target 'ACCEPT'
config rule
option name 'Allow-ISAKMP'
option src 'wan'
option dest 'lan'
option dest_port '500'
option proto 'udp'
option target 'ACCEPT'
config zone
option name 'guest'
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
list device 'br-lan.91'
list network 'VLAN91_Guest'
config forwarding
option src 'guest'
option dest 'wan'
config rule
option name 'Guest DHCP and DNS'
option src 'guest'
option dest_port '53 67 68 853'
option target 'ACCEPT'
config zone
option name 'PC'
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
list device 'br-lan.31'
list network 'VLAN31_PC'
config zone
option name 'IoT'
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
list network 'VLAN61_IoT'
list device 'br-lan.61'
config zone
option name 'NAS'
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
list device 'br-lan.41'
list network 'VLAN41_NAS'
config zone
option name 'Server'
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
list device 'br-lan.51'
list network 'VLAN51_Server'
config forwarding
option src 'admin'
option dest 'IoT'
config forwarding
option src 'admin'
option dest 'NAS'
config forwarding
option src 'admin'
option dest 'Server'
config forwarding
option src 'General'
option dest 'wan'
config forwarding
option src 'General'
option dest 'IoT'
config forwarding
option src 'General'
option dest 'NAS'
config forwarding
option src 'admin'
option dest 'wan'
config forwarding
option src 'lan'
option dest 'IoT'
config forwarding
option src 'lan'
option dest 'NAS'
config forwarding
option src 'PC'
option dest 'wan'
config forwarding
option src 'IoT'
option dest 'wan'
config forwarding
option src 'NAS'
option dest 'wan'
config forwarding
option src 'Server'
option dest 'wan'
config rule
option name 'PC DHCP and DNS'
option src 'PC'
option dest_port '53 67 68 853'
option target 'ACCEPT'
config rule
option name 'IoT DHCP and DNS'
option src 'IoT'
option dest_port '53 67 68 853'
option target 'ACCEPT'
config rule
option name 'NAS DHCP and DNS'
option src 'NAS'
option dest_port '53 67 68 853'
option target 'ACCEPT'
config rule
option name 'Server DHCP and DNS'
option src 'Server'
option dest_port '53 67 68 853'
option target 'ACCEPT'
config rule
option name 'General DHCP and DNS'
option src 'General'
option dest_port '53 67 68 853'
option target 'ACCEPT'
config rule
option name 'Admin DHCP and DNS'
option src 'admin'
option dest_port '53 67 68 853'
option target 'ACCEPT'
config rule 'wg_rule_wg_home_vpn'
option name 'Allow-WireGuard-wg_home_vpn-wan'
option src 'wan'
option dest_port 'REDACTED'
option proto 'udp'
option target 'ACCEPT'
config zone
option name 'WG_Home'
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
list network 'wg_wg_home_vpn'
config forwarding
option src 'WG_Home'
option dest 'wan'
config rule
option name 'WG Home DNS'
option dest_port '53 853'
option target 'ACCEPT'
option src 'WG_Home'
config forwarding
option src 'WG_Home'
option dest 'NAS'
config rule
option name 'WG Admin (enable on demand)'
option src 'WG_Home'
option target 'ACCEPT'
list src_ip 'REDACTED'
list proto 'all'
option enabled '0'
config rule
option name 'WG to Admin VLAN (enable on demand)'
option src 'WG_Home'
option dest 'admin'
option target 'ACCEPT'
list src_ip 'REDACTED'
list proto 'all'
option enabled '0'
config redirect
option dest 'NAS'
option target 'DNAT'
option family 'ipv4'
list proto 'tcp'
option src 'lan'
option src_dport '443'
option dest_ip '192.168.4.245'
option dest_port '10443'
option reflection '0'
option src_dip '192.168.4.245'
option name 'correct 443 router to 10443 nas'





