• Routing IPv6 and Prefix Delegation

    13
    0 Votes
    13 Posts
    4k Views
    DerelictD
    @mloiterman Make a /128 Virtual IP address on your WAN in on of the /64s you want to route downstream. Make a WAN rule passing ICMP6 to that address. Ping it from the outside. Until that works you're not going to be able to route it downstream. pfSense is doing what it's supposed to be doing with the /64s on a tracked inside interface. That doesn't mean it's a new delegation. Just that dhcpd is adding that prefix to that interface from the delegation. Go to System > Advanced, Networking and enable the debug on dhcp6c. Then edit/save WAN. Then go to Status > System Logs, DHCP and filter on Process: dhcp6c. See what is there. That should show you the prefix that was assigned.
  • 0 Votes
    1 Posts
    373 Views
    No one has replied
  • Help needed geting fresh install playing nice with IPV6

    23
    0 Votes
    23 Posts
    4k Views
    F
    [image: 1660614575912-2c9312f5-1be0-42f0-82b9-37c99c93416b-image.png] I only keep zipping files since this webpage doesn't accept my native uploads. The screenshots have to be less than 2MB or they get rejected. The only way I could get the screenshot that small was to make it a PDF file which isn't accepted. Saving it as a .BMP or .JPG the file was just over 2MB and wasn't accepted. Frank
  • VIP address in NDP table on secondary node

    1
    3
    0 Votes
    1 Posts
    443 Views
    No one has replied
  • Could this be a bug? Radvd cannot start.

    2.6.0 ipv6 virtualization configuration radvd
    2
    0 Votes
    2 Posts
    1k Views
    NightlySharkN
    So, I found a GUI "bug". I had correctly set the prefix ID's in the "Tracked Interface" for each VLAN, but at the RA page, I mistakenly reinserted the prefix ID in the fields that are for static (full, not delegated) prefixes. Removed the static prefixes and everything now works. GUI should not let you enter static prefixes on a tracked interface, aside from fc00 or fd. And if it does, it should check if they are correct. One of the prefixes was ::1/64.
  • No IPv6 traffic (Init7)

    23
    0 Votes
    23 Posts
    6k Views
    JKnottJ
    @noviceiii Here's an example of what I'm looking for in the captures. This is just part of one packet of 8. [image: 1660173104939-5494ae04-4151-4fb1-a332-0dd7a0ea02a9-image.png]
  • Is it me or verizon?

    29
    0 Votes
    29 Posts
    6k Views
    B
    @cyth I did a clean installation of pFSense out of the box provided IPV6, without changing any settings. Looks like they just started rolling dual stack so it will be some issues until they figure it out and finish the implementation. So far my pFSense is working, no issues with internet IPV6 traffic. From Verizon Automatic provide to pFSense address size. Then I upgraded to pFSense plus, no issues working our of the box. I spend a lot of time tried to figure it out, and looks like all this time was Verizon implementation issues. I found out I started getting IPV6 because, some of my devices stop working, the reason was because those devices tried to communicate only using IPV6, they were giving priority over IPv4.
  • IPv6 works fine to internet from pfsense, but not from LAN devices.

    11
    0 Votes
    11 Posts
    2k Views
    JKnottJ
    @zennb1 Clients rely on router advertisements to learn the LAN prefix and they append the suffix to it. Run Packet Capture, filtering on icmpv6, to see if you have them. You could also run Wireshark on a computer to do the same thing.
  • Wan uses wrong IPv6 address

    8
    1
    0 Votes
    8 Posts
    1k Views
    V
    @mikev7896 My problem is that my ISP sends multiple /64 IP prefixes with its RAs although DHCPV6 is used Pfsense than takes these Prefixes and configures multiple wan addresses. The problem is now that not all of these addresses work My idea was then to switch off the Address Auto configuration on WAN, but I don't know exactly how I can do that
  • Firewall rules for IPV6 track interface.

    19
    0 Votes
    19 Posts
    2k Views
    the otherT
    @steveits Hey there and thanks for your reply. That is what I thought. So, there must have been some rule responsible for this issue. Since the Screenshots of wan and lan did not show any such rule, I figured there must have been other rules... Just uninstalling pfblockerng solving the problem seems strange otherwise. Just trying to understand this issue.
  • IPv6 WAN Gateway monitoring reports 100% packet loss

    36
    6
    0 Votes
    36 Posts
    8k Views
    ?
    @vortex21 Hi, I reconfigured my network yesterday to eliminate the pfSense WAN connection being on a VLAN on the external network port. The WAN interface is now the physical interface card my problem of IPv6 WAN Gateway monitoring reporting 100% loss no longer occurs. So it appears the problem was related to the use of a VLAN.
  • "Reuse" the same LLA IPv6 Address for VLAN VIPs?

    1
    0 Votes
    1 Posts
    406 Views
    No one has replied
  • Add ULA DNS address to DHCPv6/RA *and* the dynamic GUA address?

    9
    0 Votes
    9 Posts
    2k Views
    P
    Oof, maybe I am just an idiot. I finally looked at /var/etc/radvd.conf: interface igc0 { AdvSendAdvert on; MinRtrAdvInterval 200; MaxRtrAdvInterval 600; AdvDefaultLifetime 1800; AdvLinkMTU 1500; AdvDefaultPreference medium; AdvManagedFlag on; AdvOtherConfigFlag on; prefix [COMCAST-PREFIX]::/64 { DeprecatePrefix on; AdvOnLink on; AdvAutonomous on; AdvValidLifetime 86400; AdvPreferredLifetime 14400; }; prefix fd0f:f5b9:d3f9:3068::/64 { DeprecatePrefix on; AdvOnLink on; AdvAutonomous on; }; route ::/0 { AdvRoutePreference medium; RemoveRoute on; }; RDNSS fd0f:f5b9:d3f9:3068::1 { AdvRDNSSLifetime 1800; }; DNSSL [DOMAIN] { AdvDNSSLLifetime 1800; }; Sorry for wasting your time! It looks like pfsense's configuration "does the right thing" in radvd.
  • [bug] Not showing what it's supposed to

    3
    1
    0 Votes
    3 Posts
    565 Views
    M
    @jimp I get it, sorry for the misunderstanding
  • IPv6/DHCP6 Permission Denied

    12
    5
    0 Votes
    12 Posts
    3k Views
    JKnottJ
    @dvonhand Once again, you need packet captures, to see what's happening.
  • IPv6 RA Question

    3
    0 Votes
    3 Posts
    936 Views
    B
    @jknott Yeah after doing a bunch of research and reading some IPv6 RFC's I decided to just use unmanaged. Everything is working good and I got to turn off the DHCPv6 server. One less thing I have to deal with.
  • After IPv6 prefix change no IPv6 connectivity on Windows host

    2
    0 Votes
    2 Posts
    664 Views
    Bob.DigB
    @bob-dig said in After IPv6 prefix change no IPv6 connectivity on Windows host: Maybe the default lease times for IPv6 should be drastically shortened on any interface which uses "track". Another way to tackle that would be to use NPt I guess. So it would be great for that, if pfSense allows to use Track Interface in the NPt options directly instead of only using it for "physical" interfaces. [image: 1658221444096-capture.png]
  • No IPv6 WAN connectivity on pfSense box itself -- LAN works fine.

    11
    0 Votes
    11 Posts
    2k Views
    JKnottJ
    @skilledinept If you want to connect to the firewall with a VPN, etc., you can use another interface address, such as the LAN. Perhaps if you mentioned your ISP, someone else might be able to help.
  • How to configure DHCPv6 server for downstream routing?

    2
    2
    0 Votes
    2 Posts
    1k Views
    O
    Update: I did some more reading on these forums and found this discussion from a few months ago that contained the solution. I need to specify the whole prefix delegation range allocated to me by the ISP: [image: 1657208348501-screenshot_dhcpv6_working.png] As far as I know it's not possible to automatically update this prefix delegation range if the ISP decides to change it; I'll have to update it manually if that ever happens. Please correct me if this statement is wrong... Consider this question answered. Will leave the post up in the hopes that it will serve as a template / tutorial for others trying to do the same thing in the future.
  • Multiwan v6

    5
    0 Votes
    5 Posts
    1k Views
    I
    @jknott I didn't upgrade because of the issues with intel nics and the at&t fiber bypass on 2.6.x Apparently, fixed drivers aren't going to be provided till 2.7 so I'm holding off till then. Having my primary connection working is more important then having the latest version.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.