• 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
    7k 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
    851 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.. [image: tunnel.jpg] [image: tunnel.jpg_thumb] [image: wan.jpg] [image: wan.jpg_thumb]
  • Firewall rules for individual hosts with PD

    5
    0 Votes
    5 Posts
    1k Views
    JKnottJ
    It would be nice if pfSense would support filtering based on MAC address, as some other firewalls do.
  • Prefix delegation doesn't get requested

    5
    0 Votes
    5 Posts
    2k Views
    D
    Turned out I had some typos in my dhcpv6 config after all the testing I'd done. Now starting dhcp6c manually works and ipv6 is up.
  • IPv4 Address Mapped on Same Interface

    3
    0 Votes
    3 Posts
    982 Views
    MikeV7896M
    Except that that IPv6 address isn't really an IPv6 address… it's intended to be a way to access or reference an IPv4 host using an IPv6 address (also acceptable would be ::ffff:c0a8:201, if you want the real IPv6 look). A little more depth from a post in the Hurricane Electric forums... [It] is an "IPv4-Mapped IPv6 Address".  It's another transition thing that is used to represent v4 addresses in a v6.  It's mainly used as an OS API thing to allow applications to do IPv4 via the IPv6 networking APIs (sockets, etc).  That way, when you write an application and want to do both IPv6 and IPv4, you can use the same calls and structures, etc, for both IPv6 and IPv4.  Without such a mechanism, an application such as a web server would have to reserve a socket and do a separate listen on both an IPv4 and IPv6 socket, manage them separately, etc.  With this mechanism, the application need only do a listen using the IPv6 API, and it can accept both IPv4 and IPv6 connections through the same API.  Doing a TCP connect also works similarly.  If the destination address in the sockaddr structure is a mapped address, it'll go through the IPv4 stack, otherwise it'll use the IPv6 stack. Reference: https://forums.he.net/index.php?topic=635.msg2820#msg2820 So I would expect that using that IPv6 address would create a conflict, if not cause other issues. Additional reference: RFC 4291, Section 2.5.5.2 - IPv6 Addressing Architecture, IPv4-Mapped IPv6 Address
  • Small feature request for 2.3.X

    6
    0 Votes
    6 Posts
    2k Views
    M
    Thanks Chris. I saw you also coded other values to bumb up so that is that and it works fantastic now. I wish you good luck in your future career mate!
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.