On 28/11/16 13:17, Daniel Pocock wrote:
> 
> 
> I'm running OpenWrt Chaos Calmer 15.05.1
> 
> In the LUCI web interface, on the WAN interface page, I can select
> either "DHCP client" or "DHCPv6 client".  Both of these options work
> with my ISP.
> 
> How do I select both at the same time though?


I worked around this by doing the following:

a) configure the DHCP (IPv4) in LUCI

b) edit the /etc/config/network file to add a wan6 section

Now I have both a 'wan' and 'wan6' section in the config, this is how
they appear:

config interface 'wan'
        option _orig_ifname 'eth1'
        option _orig_bridge 'false'
        option ifname 'eth1'
        option proto 'dhcp'

config interface 'wan6'
        option ifname '@wan'
        option proto 'dhcpv6'
        option reqaddress 'try'
        option reqprefix 'auto'


The wan6 interface is then visible in LUCI, maybe it could have been
added in LUCI manually but this wasn't obvious.

Looking at the wan6 in LUCI, it says that it is not in any firewall
zone.  As it is based on the same interface as the "wan", eth1, will it
automatically be in the same "wan" firewall zone?  Or are there extra
steps required to correctly firewall IPv6?

Regards,

Daniel
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to