Hi everyone, I've gone through as many posts as I could find about the subject, but still seem to be having issues with Comcast's throughput with my Ubiquiti EdgeLite. The community seems to be extremely helpful so hoping someone out there has some advice for me as well!
I used one of the configurations I've found here, and I appear to be getting IPv6 correctly according to ubnt (However not according to speed tests or sites out there (I think that's "ok" based on my setup though?)
Attached is my current config, please let me know if any additional information is needed!
I should have a theoretical max of 150 down, SpeedTest.com and other online speed tests say about 9-10mbps down.
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down Interface IP Address S/L Description --------- ---------- --- ----------- eth0 192.168.1.1/24 u/u Local 2601:5c8:8000:2e61::1/64 eth1 xx.xx.xx.xx/23 u/u Internet xx:xx:xx:xx:xx:xx:xx:xx/128 eth2 192.168.2.1/24 A/D Local 2 lo 127.0.0.1/8 u/u ::1/128
And here is some config:
interfaces { ethernet eth0 { address 192.168.1.1/24 description Local duplex auto ipv6 { dup-addr-detect-transmits 1 router-advert { cur-hop-limit 64 link-mtu 0 managed-flag false 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 eth1 { address dhcp description Internet dhcpv6-pd { pd 0 { interface eth0 { host-address ::1 prefix-id :1 service slaac } prefix-length 60 } rapid-commit enable } duplex auto firewall { in { name WAN_IN } local { name WAN_LOCAL } } speed auto } ethernet eth2 { address 192.168.2.1/24 description "Local 2" disable duplex auto speed auto } loopback lo { } }