What's new

Help me get ipv6 setup on router OS

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

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:
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:
winbox_2016-12-24_19-44-07.png


I added a DHCPv6 Client and assigned the pool name TWC like this
winbox_2016-12-24_19-46-58.png


The DHCPv6 client area looks like this:
mspaint_2016-12-25_16-52-34.png


part two below
 
Last edited:
The IPv6 Pool looks like this:
mspaint_2016-12-24_19-58-16.png


I created a new IPv6 address and assigned it to E2LAN (using the prefix from the client area in the address box, and TWC as the pool) looks like this:
mspaint_2016-12-24_20-02-13.png


My IPv6 Address List looks like this:
mspaint_2016-12-24_20-04-41.png


Now when I go to test IPv6 it fails with these results:
mspaint_2016-12-24_20-08-35.png


So my question is, what am I doing wrong? Thanks in advance for any help you can provide.
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top