I know my Comcast connection supports IPV6 as I can get it working on the Comcast router.
I've followed several threads here on the forums and many people have it working however for some reason I cannot.
I believe I'm almost there it's probably just a firewall rule issue at this point. The router itself is able to ping an ipv6 host from the cli.
However when I try pinging from a connected client, it appears to resolve hosts to IPV6 addresses correctly, but cannot get a response. This is why I believe it's a firewall issue perhaps?
Here's my config:
firewall {
all-ping enable
broadcast-ping disable
ipv6-name WAN6_IN {
default-action drop
description "IPv6 packets from the internet to LAN and WAN"
enable-default-log
rule 1 {
action accept
description "Allow established and related packets"
state {
established enable
related enable
}
}
rule 2 {
action drop
description "Drop invalid packets"
log enable
state {
invalid enable
}
}
rule 3 {
action accept
description "Allow ICMPv6 packets"
log enable
protocol icmpv6
}
}
ipv6-name WAN6_LOCAL {
default-action drop
description "IPv6 packets from internet to router"
enable-default-log
rule 1 {
action accept
description "Allow established and related packets"
state {
established enable
related enable
}
}
rule 2 {
action drop
description "Drop invalid packets"
log enable
state {
invalid enable
}
}
rule 3 {
action accept
description "Allow ICMPv6 packets"
log enable
protocol icmpv6
}
}
ipv6-receive-redirects disable
ipv6-src-route disable
ip-src-route disable
log-martians enable
name WAN_IN {
default-action drop
description "WAN to internal"
rule 10 {
action accept
description "Allow established/related"
state {
established enable
related enable
}
}
rule 20 {
action drop
description "Drop invalid state"
state {
invalid enable
}
}
}
name WAN_LOCAL {
default-action drop
description "WAN to router"
rule 10 {
action accept
description "Allow established/related"
state {
established enable
related enable
}
}
rule 20 {
action drop
description "Drop invalid state"
state {
invalid enable
}
}
}
receive-redirects disable
send-redirects enable
source-validation disable
syn-cookies enable
}
interfaces {
ethernet eth0 {
address dhcp
description Internet
dhcpv6-pd {
pd 0 {
interface eth3 {
}
prefix-length /64
}
rapid-commit enable
}
duplex auto
firewall {
in {
ipv6-name WAN6_IN
name WAN_IN
}
local {
ipv6-name WAN6_LOCAL
name WAN_LOCAL
}
}
speed auto
}
ethernet eth1 {
description Local
duplex auto
speed auto
}
ethernet eth2 {
description Local
duplex auto
speed auto
}
ethernet eth3 {
description Local
duplex auto
ipv6 {
dup-addr-detect-transmits 1
router-advert {
cur-hop-limit 64
link-mtu 0
managed-flag true
max-interval 600
other-config-flag false
prefix ::/64 {
autonomous-flag true
on-link-flag true
valid-lifetime 2592000
}
reachable-time 0
retrans-timer 0
send-advert true
}
}
speed auto
}
ethernet eth4 {
description Local
duplex auto
speed auto
}
loopback lo {
}
switch switch0 {
address 10.1.1.1/24
description Local
mtu 1500
switch-port {
interface eth1 {
}
interface eth2 {
}
interface eth3 {
}
interface eth4 {
}
vlan-aware disable
}
}
}
port-forward {
auto-firewall enable
hairpin-nat disable
wan-interface eth0
}
service {
dhcp-server {
disabled false
hostfile-update disable
shared-network-name LAN {
authoritative enable
subnet 10.1.1.0/24 {
default-router 10.1.1.1
dns-server 1.1.1.1
dns-server 1.0.0.1
lease 86400
start 10.1.1.100 {
stop 10.1.1.200
}
static-mapping DESKTOP-95AN7PU {
ip-address 10.1.1.126
mac-address xxx
}
static-mapping Nemesis {
ip-address 10.1.1.125
mac-address xxx
}
static-mapping XboxOneS {
ip-address 10.1.1.95
mac-address xxx
}
unifi-controller 10.1.1.125
}
}
static-arp disable
use-dnsmasq disable
}
dns {
dynamic {
interface eth0 {
service afraid {
host-name xxx
login xxx
password xxx
server xxx
}
web xxx
}
}
forwarding {
cache-size 3072
listen-on switch0
}
}
gui {
http-port 80
https-port 443
older-ciphers enable
}
nat {
rule 5010 {
description "masquerade for WAN"
outbound-interface eth0
type masquerade
}
}
ssh {
port 22
protocol-version v2
}
unms {
disable
}
}
system {
host-name ubnt
login {
user stadmin {
authentication {
encrypted-password xxxxxx
}
level admin
}
}
ntp {
server 0.ubnt.pool.ntp.org {
}
server 1.ubnt.pool.ntp.org {
}
server 2.ubnt.pool.ntp.org {
}
server 3.ubnt.pool.ntp.org {
}
}
offload {
hwnat enable
}
syslog {
global {
facility all {
level notice
}
facility protocols {
level debug
}
}
}
time-zone America/Indiana/Indianapolis
traffic-analysis {
dpi enable
export enable
}
}
traffic-control {
smart-queue SQ1 {
download {
ecn enable
flows 1024
fq-quantum 1514
limit 10240
rate 90.5mbit
}
upload {
ecn enable
flows 1024
fq-quantum 1514
limit 10240
rate 20mbit
}
wan-interface eth0
}
}