Configuring IPv6 NAT6 for Guest WiFi Network in OpenWRT

Configuring IPv6 NAT6 for Guest WiFi Network in OpenWRT

First, add the WiFi guest network through the web interface or by modifying the configuration. The wireless interface added through the MTK management interface must be added to the bridge: 12345678910111213141516171819 config globals ‘globals’ option ula_prefix ‘xxxx:xxxx:xxxx::/48’ config interface ‘guest’ option proto ‘static’ option ipaddr ‘10.0.100.1’ option netmask ‘255.255.255.0’ option device ‘br-guest’ option ip6assign ’64’ … Read more

×