• Issue configuring IPv6 with ULA, but works fine with Track Interface.

    36
    0 Votes
    36 Posts
    6k Views
    L
    It is set on for me per my above post. But, I am on 2.6.0 (which is 22.2 config rev).
  • Static IPv6 addresses (last 64bits) with dynamic ISP prefix /56

    8
    0 Votes
    8 Posts
    2k Views
    JKnottJ
    @pfadmin Assuming you want access from elsewhere, how would that help? You still have to allow the outside world to know what the address is.
  • 0 Votes
    24 Posts
    3k Views
    JKnottJ
    @jagdtigger You said an ordinary computer doesn't work. Try complaining about and see what they say. I know it can sometimes be difficult to get through support.
  • Cosmote FTTH connection ipv6 issue

    1
    0 Votes
    1 Posts
    649 Views
    No one has replied
  • Site to Site ipv6 best practice GUA vs ULA

    6
    0 Votes
    6 Posts
    1k Views
    JKnottJ
    @ddbnj said in Site to Site ipv6 best practice GUA vs ULA: I'm still using IPv4 tunnels but am transmitting IPv6 packets across. I do the same. I don't run the tunnel over IPv6 due to DNS issues. My IPv4 address is an alias that points to the ISP provided host name. Using the alias prevents the DNS server from returning the IPv6 address, which is a regular AAAA record. However, pfSense is configured to allow either IPv4 or IPv6.
  • xfinity/comcast ipv6 issue

    16
    0 Votes
    16 Posts
    2k Views
    JKnottJ
    @jarhead said in xfinity/comcast ipv6 issue: But the CGNAT issue I agree with and is valid. Other than that, no reason for IPv6. When NAT first came out, it broke FTP clients. It breaks VoIP and some games, requiring STUN to get around it. It breaks IPSec authentication headers. It adds work load to routers. IPv6 provides far more than enough addresses. IPv6 adds security features. IPv6 improves router performance. Etc..
  • Best practices for local name resolution

    12
    0 Votes
    12 Posts
    1k Views
    D
    @jknott The packet capture via mac address is a good idea. If I decide to create an IPv6 table for my local devices, I'll use it. Regarding routing, I realized that I have to add a route for ULA devices if I don't create an address for the interface itself. It's for devices on a different VLAN to reach ULA devices (admin to IOT). Anyway, thanks for your insights. Learning and deploying IPv6 has been pretty time consuming, I got to catch up with my real life! Thanks, Devan
  • Routing IPv6 and Prefix Delegation

    13
    0 Votes
    13 Posts
    3k 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
    358 Views
    No one has replied
  • Help needed geting fresh install playing nice with IPV6

    23
    0 Votes
    23 Posts
    3k 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
    0 Votes
    1 Posts
    408 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
    5k 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
    5k 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
    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
    0 Votes
    36 Posts
    7k 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
    398 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.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.