• IPv6 IPsec site to site VPN with unnumbered WAN interface on one side

    3
    0 Votes
    3 Posts
    1k Views
    R

    @virgiliomi:

    The two items I bolded in your original post are why you will need to adjust the indexes. LAN1 and WAN are currently set to use the same /64 address range (assuming the xxxx:xxxx is the same in both, since you didn't use different letters), which won't work. Fix the index used for LAN 1.

    That's what I figured.  Thanks, I appreciate the confirmation.

  • 6rd and MTU settings

    4
    0 Votes
    4 Posts
    2k Views
    L

    I renew this old thread because, at today (2.3), I think would be useful  a way to set the right MTU in a 6rd ipv6 environment.
    Currently mtu is hardcoded to 1280…. but in case of ipv4 mtu 1500 on the wan, the right (and optimal) value should be 1480... (wan mtu minus 20).
    What do you think about?

  • IPV6 via a OpenVPN tunnel

    7
    0 Votes
    7 Posts
    6k Views
    K

    What johnpoz is talking about is that with IPv6 tunnels the traffic is fully routed and the remote end must know which IPv6 prefix (usually a /64) it should route to the client end for two-directional traffic between the LAN network on the client and the IPv6 internet. Also that same prefix must be used on the local LAN for hosts by some method, manual or automatic configuration. OpenVPN as far as I know has no provisions for automatic configuration of IPv6 other than the one client IPv6 address that gets assigned to the local end of the tunnel network.

  • 2.3 appears to accept ra when it shouldn't?

    1
    0 Votes
    1 Posts
    616 Views
    No one has replied
  • DHCPv6 DDNS settings and native unbound DNS

    5
    0 Votes
    5 Posts
    3k Views
    I

    It's possible. Just not with the exposed pfsense gui. Here are some logs after some heavy editing in dhcpd6.conf (rog is a W10 client):

    bind debug log

    client 2a02::1#23748/key dhcp_updater: updating zone 'example.com/IN': update unsuccessful: rog.example.com: 'name not in use' prerequisite not satisfied (YXDOMAIN) client 2a02::1#23748/key dhcp_updater: updating zone 'example.com/IN': deleting rrset at 'rog.example.com' DHCID client 2a02::1#23748/key dhcp_updater: updating zone 'example.com/IN': adding an RR at 'rog.example.com' DHCID AAIB6pZPrA7zoDg1s+EYgl0GGo0yjS0hKNuiDIcN0lyFMHs= client 2a02::1#23748/key dhcp_updater: updating zone 'example.com/IN': deleting rrset at 'rog.example.com' AAAA client 2a02::1#23748/key dhcp_updater: updating zone 'example.com/IN': adding an RR at 'rog.example.com' AAAA 2a02::b9c7

    Pfsense dhcpd log:

    May 13 08:33:57 srv dhcpd: Sending Reply to fe80::4854:ff3c:xxxx:xxxx port 546 May 13 08:33:57 srv dhcpd: Added new forward map from rog.example.com to 2a02::b9c7 May 13 08:33:57 srv dhcpd: Added reverse map from 7.c.9.b.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.a.2.ip6.arpa. to rog.example.com May 13 08:33:58 srv dhcpd: Renew message from fe80::4854:ff3c:xxxx:xxxx port 546, transaction ID 0xA7A3900 May 13 08:33:58 srv dhcpd: Reply NA: address 2a02:::b9c7 to client with duid 00:01:00:01:1d:4e:73:c9:10:bf:xx:xx:xx:xx iaid = 51429192 valid for 1920 seconds ```  Updated zone record:

    $TTL 600 ; 10 minutes
    rog A 10.0.200.7
    AAAA 2a02::b9c7
    DHCID ( AAIB6pZPrA7zoDg1s+EYgl0GGo0yjS0hKNuiDIcN0lyF
    MHs= ) ; 48819 13 32

    The problem is that the pfsense dhcpd server is very picky about dhcp clients. I couldn't register any apple ios device in ipv6 ddns zone. On the other hand i had no problems with a HP printer. ISC dhcp 4.3.4 might fare better.
  • Are multiple PDs (IPv6 /64s) possible?

    5
    0 Votes
    5 Posts
    2k Views
    S

    Thanks for the info – much appreciated!

  • Working IPv6 through Cox

    6
    0 Votes
    6 Posts
    5k Views
    stan-qazS

    It may have been you were seeing a Cox modem firmware bug that was impacting IPv6 that has now been fixed. There was some discussion of that bug over at:

    http://www.dslreports.com/forum/coxhsi

  • 6rd with CARP-IP?

    1
    0 Votes
    1 Posts
    602 Views
    No one has replied
  • Firewall rule with SLAAC/DHCP/static

    2
    0 Votes
    2 Posts
    2k Views
    E

    Your issue is the same than

    https://forum.pfsense.org/index.php?topic=109278.0

  • IPv4/IPv6 over the same IPv4 GRE tunnel

    2
    0 Votes
    2 Posts
    2k Views
    K

    Running both IPv4 and IPv6 over the same IPv4 only GRE tunnel actually seems to work over the same tunnel now! The IPv6 link-local addresses that are set on the IPv4 GRE tunnel works fine to use as p2p link for IPv6 traffic. I needed to set the remote IPv6 link-local address as IPv6 default gateway, then everything started working.

    Remote end (Cisco router) is using static IPv6 routing with the Tunnel interface as route, thus using all available IPv6 addresses to route the traffic to pfsense, including the pfsense link-local address on the GRE interface.

    Success!

    //Staffan

  • Problems Setting up HE.net IPV6 link.

    Locked
    2
    0 Votes
    2 Posts
    779 Views
    T

    welp, never mind, just 'started working'.  Must have been something on the other end.

  • RA Daemon "Assisted" Bug Fix (maybe, I'm not sure if this was by design)

    30
    0 Votes
    30 Posts
    9k Views
    Z

    I've started using RA in Stateless DHCP mode and have enabled DHCPv6 to hand out DNS addresses. This seems to work fine for Windows 8.1 machines on my network but Windows 10 doesn't get the IPv6 DNS server addresses. Is this a problem with Win10 or pfsense?

  • Hurricane Electric IPv6 tunnel issue

    3
    0 Votes
    3 Posts
    1k Views
    Z

    Yes the tunnel was up. Thats what I couldn't understand. Its been working for days without issue. Anyway, I worked through the pfsense IPv6 tunnel guide and I found the problem! Under the gateway settings this option was UNTICKED:

    This will select the above gateway as the default gateway.

    So I ticked it and its all working now!

    I have a public static IPv4 address so it wouldn't be this. I'm just not sure WHY this box was unticked and it stopped working. Very odd.

  • IPV6 routeradvertisement for link-local

    9
    0 Votes
    9 Posts
    2k Views
    S

    @razzfazz:

    System -> Advanced -> Networking -> uncheck "Allow IPv6"?

    This fixed the issue. I didn't wait long enough  :-X

  • PfSense 2.3 - IPv6 - Comcast

    8
    0 Votes
    8 Posts
    15k Views
    R

    Thanks to everyone that helped.
    I purchased an Arris modem TM822G, and I'm happy to say it works!

    virgiliomi. How about more, Router advertisements and DHCPv6.

  • IPv6 Prefix ID - from 0 to 0 ??

    4
    0 Votes
    4 Posts
    3k Views
    stan-qazS

    @Inq:

    If you only have a /64 delegated by your ISP 0 is the only valid option for prefix id.

    That would be great to add to the text on the web page just as it stands and it would explain the 0-0 option being shown.

  • IPv6 Route Advertisement (RA) not working

    13
    0 Votes
    13 Posts
    7k Views
    C

    No issues, my setup works fine.

    …ct

  • IOS IPv6 not working on opt interfaces

    4
    0 Votes
    4 Posts
    2k Views
    K

    Both DHCPv6 and RA are enabled on all 3 LANs almost identical setups (I have the domain name set different on two of the LANs).  My windows laptop can use IPv6 on my guest wireless but if I connect my phone or iPad it does not work.  Move the devices back to my LAN and they work just fine.

  • DHCPv6 leases not showing

    7
    0 Votes
    7 Posts
    2k Views
    T

    Assuming you have an IPv6 address on the LAN interface, and you have the RA on the LAN interface turned on, it should collect the prefix from the interface config.

    A working config looks like this:

    # Automatically Generated, do not edit # Generated for DHCPv6 Server lan interface em1 { AdvSendAdvert on; MinRtrAdvInterval 5; MaxRtrAdvInterval 20; AdvLinkMTU 1500; AdvDefaultPreference low; AdvManagedFlag on; AdvOtherConfigFlag on; prefix 2001:470:xxxx::/64 { DeprecatePrefix on; AdvOnLink on; AdvAutonomous on; AdvRouterAddr on; AdvValidLifetime 7200; AdvPreferredLifetime 3600; }; route ::/0 { RemoveRoute on; }; RDNSS 2001:470:xxxx::1 { }; DNSSL example.local { }; };
  • Can't ping link local address

    14
    0 Votes
    14 Posts
    7k Views
    MikeV7896M

    @zarje:

    Pardon my ignorance but what do you mean by: pfSense uses fe80::1:1 for link local addresses if Track Interface is in use

    If you receive a prefix from your ISP via DHCP then any inside interfaces (LAN, OPT1, etc.) that want to use a /64 from that prefix need to be configured for IPv6 as "Track Interface", then selecting the WAN interface as the interface being tracked, and the prefix ID to be used. With this setup, the pfSense interface will use a SLAAC address with the prefix, as well as configure itself as fe80::1:1 for link-local.

    But if your interface has IPv6 configured static, then the fe80::1:1 link-local address isn't configured by pfSense.

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.