DanH
Regular Contributor
Dangit thiggins I put this in the wrong section!!!! I am sorry can you move this to Other WAN and LAN?
I am using EdgeOS 6.38rc52.
I have Time Warner Cable (IPv6 works when using a ERL, so I know it is possible to get this working).
I am using interface E1WAN as WAN coming in from a CM600 cable modem.
I am using interface E2LAN as LAN going out to a Netgear switch, and then off to the rest of the network,
My firewall looks like this:
My IPv6 settings look like this:
I added a DHCPv6 Client and assigned the pool name TWC like this
The DHCPv6 client area looks like this:
part two below
I am using EdgeOS 6.38rc52.
I have Time Warner Cable (IPv6 works when using a ERL, so I know it is possible to get this working).
I am using interface E1WAN as WAN coming in from a CM600 cable modem.
I am using interface E2LAN as LAN going out to a Netgear switch, and then off to the rest of the network,
My firewall looks like this:
Code:
/ipv6 firewall filter
add chain=input connection-state=related
add chain=input connection-state=established
add chain=forward connection-state=established
add chain=input in-interface=E2LAN
add chain=forward connection-state=related
add chain=input dst-port=546 protocol=udp
add chain=input protocol=icmpv6
add chain=forward protocol=icmpv6
add chain=forward out-interface=E1WAN
add action=drop chain=input
add action=drop chain=forward
My IPv6 settings look like this:
I added a DHCPv6 Client and assigned the pool name TWC like this
The DHCPv6 client area looks like this:
part two below
Last edited: