These are some notes that helped get IPv6 working on pfSense with Comcast Business as the ISP using IPs dynamic IPs. Some of the configuration below is arbitrary and unique to my preferences for the particular setup involved. This setup assumes that IPv4 works, pfSense in general works, and IPv6 firewall rules are in place to allow traffic as appropriate.
This particular setup involves multiple VLANs and a single WAN.
- Navigate to:
Interfaces > "your WAN interface"
- Change IPv6 Configuration Type to
DHCP6
- Under “DHCP6 Client Configuration”:
- Change DHCPv6 Prefix Delegation size to
60
- ☑️ Send IPV6 prefix hint
- ☑️ Do not wait for RA
- ☑️ Do not allow PD/Address release
- Save and Apply Settings
- Change DHCPv6 Prefix Delegation size to
- For each LAN/VLAN, navigate to their respective interfaces under the Interfaces menu and do the following:
- Change DHCPv6 Configuration Type to
Track Interface
- Under Track IPv6 Interface, change IPv6 Interface to your WAN interface
- Change IPv6 Prefix ID to
0
, and increment per interface. - Save and Apply Settings
- Change DHCPv6 Configuration Type to
- For each LAN/VLAN, navigate to their respective interfaces under the Services menu > DCHPv6 Server & RA
- Select the Router Advertisements tab
- Change Router mode to
Stateless DHCP
- Change Router priority to
High
- Save and Apply Settings
At this point, you should see IPv6 address show up for each interface configured on the Status > Dashboard. You may need to reboot the router and/or modem as well. Additionally, connected devices should receive IPv6 addresses.