• LAN Clients don't get an IPv6 Address

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Pf "skip" rules - where is this in the GUI?

    6
    0 Votes
    6 Posts
    3k Views
    jimpJ

    No. You always want to filter on the interface the traffic enters.

    You can't manage traffic entering GIF on the LAN tab, a floating rule outbound on LAN maybe, but why would you want to let traffic enter the firewall before blocking it? Block it at the GIF interface. You do have to assign the GIF interface first so it gets its own firewall tab, if you haven't already.

  • DHCPv6 Possible? [SOLVED]

    Locked
    9
    0 Votes
    9 Posts
    3k Views
    M

    Ok, so changing RA to Managed appears to have fixed all my issues.  Marking topic as SOLVED.  Thank you everyone for your help!

  • Fyi: Mediacom & ipv6

    17
    0 Votes
    17 Posts
    7k Views
    H

    So much of the ipV6 talk presupposes subnets smaller than /64 are in the category of 'error' it just never occurred to me an ISP would expect it.

  • IPv6 problem, periodic loss of packets

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • DHCPv6 leases not showing, not getting RAs on pfSense 2.3.2

    2
    0 Votes
    2 Posts
    2k Views
    J

    Hi,

    It is possible my problem is due to bugs already logged. I checked out https://redmine.pfsense.org/issues/6717 and https://redmine.pfsense.org/issues/6541

  • Ipv6 dual stack Deutsche Telekom VDSL not working

    13
    0 Votes
    13 Posts
    6k Views
    M

    Yes your pfSense get the "Kundennetz/WAN" Subnet on the WAN interface and the "Kundennetz/Lan"/56 on all other interfaces splitted as /64.

    You configured Track Interface(WAN) on the other Interfaces? And dont forgett to reboot.

  • [solved] IPv6 address lost (not renewed) on cable modem reset

    3
    0 Votes
    3 Posts
    2k Views
    G

    …and based on the cause listed in the previous message, the solution is to go into Interfaces->WAN, scroll down to "DHCP Client Configuration" and add your cable modem's IP address to the "Reject leases from" field.

    The IP address of the cable modem depends on the specific hardware.  For nearly all Motorola/Arris modems, it'll be "192.168.100.1".

    You can figure it out if you examine the "dhcp" logs in pfsense after a reboot of the modem.  It'll be the IP address listed as the DHCP server assigning pfSense an IPv4 before the modem is completely rebooted.

  • Router solicitation flood

    3
    0 Votes
    3 Posts
    2k Views
    M

    That sounds plausible but we have "router solicitation" and that article is about "neighbor discovery"
    Will look deeper into that.

  • DHCP DUID file not preserved across reboots when "Use RAM Disks" is enabled

    12
    0 Votes
    12 Posts
    3k Views
    B

    I contacted the engineer at my ISP for clarification about the "UUID". It was a typo. He said their gateways use LL, but they tested EN and LLT. I think having an option to preserve LLT and enable it to be entered as a configuration parameter would be useful for situations where preservation of prefix is based on consistent DUID.

  • General DHCPv6 to DNS updates

    3
    0 Votes
    3 Posts
    2k Views
    junicastJ

    How do I set this up on the pfsense side?
    Thank you.

    Little bit awkward to answer my own question.

    Here's a short howto for FreeIPA and pfsense:

    For the specific zone in Freeipa Settings make sure "Dynamic update" is set to: true generate key, me using srvxxx.my.domain dnssec-keygen -a HMAC-MD5 -b 512 -n HOST srvxxx.my.domain

    Open generate *.private file and copy the Key in the line that starts with Key:
    3) On all FreeIPA hosts in replication edit /etc/named.conf by adding

    include "/etc/named.srvxxx.key"; On all FreeIPA write file /etc/named.srvxxx.key key "srvxxx.my.domain" {       algorithm hmac-md5;       secret "your_key_from_2)"; }; restart ipa via```
    ipactl restart You can add this for DHCP server if you like also for DHCPv6 server. Unfortunately the updates are being refused. I think the grant statement is not just right. I'll update this post if I get it resolved.
  • Need help enabling IPv6 w/Android Devices on 2.3.2

    19
    0 Votes
    19 Posts
    6k Views
    C

    I'm guessing that the global address is used because a downstream IPv6 router could pick the RDNSS entry up and re-use it for its own LAN, this won't work if the address is a link-local address because the address wouldn't be reachable outside the original LAN.

    In my case, I don't have any routers downstream.

    Thanks,
    Chris.

  • Globally-scoped unicast address for pfsense WAN

    7
    0 Votes
    7 Posts
    2k Views
    B

    @JKnott:

    In the case of my ISP (Telus), their edge router does not allocate such an address. Their gateway allocates its global WAN address in prefix+ff/64, using RFC 2464.

    Are you using both pfSense and their modem in gateway mode?  If so, put the modem in bridge mode and use pfSense for your firewall.  pfSense is expecting to be assigned a prefix.  But the modem, in gateway mode, is taking that prefix.  I'm on Rogers and have a Hitron cable modem.  It's configured in bridge mode and I have a computer running pfSense as my firewall/router.

    No, that's not what's happening. The modem is in bridged mode. (Actually one port is bridged, not the entire modem.) pfSense is getting its own prefix. It's working perfectly, albeit using the "dhcp before RA" patches. (FYI, I'm running two pfSense VMs on the server, each getting its own prefix.)

  • IPv6 problem with DHCP

    2
    0 Votes
    2 Posts
    1k Views
    junicastJ

    That's interesting.
    No it isn't. In Dual Stack IPv6 connectivity never may rely on any IPv4 configuration parameter, ever.
    Fritzboxes have been acting strange with IPv6 for some time now. There is a quite recent (german) article linking to some issues by heise in c't 10/2016. Your issue isn't in there.
    This need to be examined in more detail. Try Wireshark or something and make more sense of the Neighbor Discovery packages (ICMP6).

  • [Solved] DUID woes

    3
    0 Votes
    3 Posts
    3k Views
    G

    https://redmine.pfsense.org/issues/6667

    Instead of manually copying the file to /conf, you could install the cron package and back up the duid file every hour.  Because the file shouldn't change once created, and performing all kinds of extra writes to a CF or SSD is A Bad Thing, I use "-n" (no clobber) to make the backup.

    I have the following cron job:

    *  */1  *  *  *  root  /bin/cp -n /var/db/dhcp6c_duid /conf/dhcp6c_duid

    …and the shellcmd setting (copying from /conf/ instead of from /conf/dhcp/) above.

    (This should be improved to use "cp -f" if the timestamp of the copy in /var is newer than the backup.  In most linux distros, the "-u" parameter to cp would take care of that, but I don't see an equivalent in freebsd cp.)

    The whole idea is that a user could still manually delete the duid file if they needed to "fix" a broken duid (or get a new lease or something.)  If that happens, you'd want a new backup taken.  If DUID changes, update the backup.  Else, don't write to it.

    Of course, it'd be better still if backing up the duid file was incorporated into the scripts that backup (and restore) the dhcp leases automatically.

  • Auto DNS for DHCPv6?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Re-enabling IPv6… Can someone refresh my memory (:

    3
    0 Votes
    3 Posts
    1k Views
    M

    Thanks for the reply!

  • DHCPv6-PD and changing prefix

    4
    0 Votes
    4 Posts
    2k Views
    JKnottJ

    When I had that problem, briefly disconnecting the Ethernet cable was enough to cause a change.  It is standardized in DHCPv6-PD.  I supposed it may have a lease time, as DHCP addresses do.  After all, with barely 4000 /48s for each person on earth, we'd soon run out, if unused prefixes weren't reclaimed.  ;)

  • Why two binat lines for npt?

    1
    1 Votes
    1 Posts
    842 Views
    No one has replied
  • If cable HE reboots dhcpc6 dies on the WAN and doesnt restart (2.3.1)

    5
    0 Votes
    5 Posts
    1k Views
    johnpozJ

    I run same 2.3.1-p5 amd64 and HE tunnel is stable as you could ever want.  Only times there are issues with it is when there are issues with my actual ISP connection.

    What tunnel endpoint are you using?  I use the one in Chicago, they have many many other locations.  They have a status page you can look to find the status of any of the tunnels locations.

    https://tunnelbroker.net/status.php

    Lets see your tunnel quality vs your isp quality..

    tunnel.jpg
    tunnel.jpg_thumb
    wan.jpg
    wan.jpg_thumb

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