• Network Prefix Translation (NPt) Failing

    8
    0 Votes
    8 Posts
    798 Views
    JKnottJ
    @Bob-Dig said in Network Prefix Translation (NPt) Failing: First, JKnott is always right. That's not what my ex says!
  • How could I eliminate immediate IPv4? (NAT/proxy it through IPv6)

    12
    0 Votes
    12 Posts
    2k Views
    JKnottJ
    @skilledinept Forget about the management interface and radius for a moment. The purpose of an AP is to provide a layer 2 connection between devices. That's it. So, it should pass IPv4 & IPv6 equally well. I get the impression your radius server is IPv4 only. Is that a problem? Can the clients only connect via IPv6? These days, dual stack is quite common and normally IPv6 is preferred, with fallback to IPv4.
  • How to Setup NAT64 using pfsense with Jool

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • IPv6 Neighbor Solicitation incorrectly retransmitted by PFSense?

    18
    0 Votes
    18 Posts
    2k Views
    DerelictD
    Really?
  • Problem Loading web pages with ipv6

    15
    0 Votes
    15 Posts
    4k Views
    U
    After another call to my ISP the problem finally solved!!! There was nothing from my side! Thank you all for your support.
  • No LAN IPv6 address with Track Interface on WAN

    27
    0 Votes
    27 Posts
    5k Views
    A
    @Jim-Coogan what ended up being a show stopper for me was my ISP only allocating a /64 range to my modem. For DHCPv6 relay to work with pfSense acting as a router you need to be able to use DHCPv6 with Prefix Delegation. To do that you need a bigger allocation than /64, e.g. /56 or /60 etc.
  • Automatically generated rules causing issues

    3
    0 Votes
    3 Posts
    473 Views
    M
    The bridged interfaces are ipv4 only. the issue is that the automatically generated rules are floating rules so they apply globally
  • Ipv6 - Is this roughly correct?

    8
    0 Votes
    8 Posts
    2k Views
    johnpozJ
    Yeah as Jknott has stated its normal.. It is also possible that the wan never even gets global address, and just use link-local.. Im not a fan of that, I like to see a global address on my wan ;) There is plenty of IPs to go around ;) ISP can afford to assign a global to the transit network ;) edit: to expand on the sheer number of IPs.. A min assignment from RIR for an ISP is a /32 - I just got one for a ipv6 project we are doing from Arin.. That is 65K /48s ;) or 4 billion /64s.. Comcast got a /9 - which is 36 quadrillion /64s - you would think they can afford a few /64 for transit networks ;) And its not like they can't get more... It took a couple of weeks to get the /32 - all you have to do is show basic need.. And a basic plan on how your going to use them.. These ISPs telling users they can only get 1 /64 is just nuts... You can head over to HE and they will give you a /48 you can tunnel for free. I have had mine for over 10 years.. ISPs should have no issues giving users either a 48 or at min a /56 and using a global for their transit network.
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    150 Views
  • How does IPv6 negotiation over IPv4's PPPoE work?

    22
    1 Votes
    22 Posts
    3k Views
    senseivitaS
    What if you use a remote receiver? From experience I've learned that DDNS in pfSense, or any other appliance only works when you're "gentle" to it, meaning one hostname. As soon as you add additional hostnames, domains it'll fail to update them so I got a VPS and installed pfSense on it for the static IP they give you, starting at USD5/mo, sometimes less, it's the cheapest static address you can rent. I actually use it for the GIF to HurricaneElectric and tunnel both IPv4 and IPv6 to the local pfSense, I have about the same latency in local IPv4 as in tunneled IPv4 and (double-) tunneled IPv6. But where I'm going with this is: I also use my remote instance's public address as the monitor IP for the local WAN gateway. And since I can contact the remote instance locally through the tunnel, I get statistics on it with any tool, like from which IP a tunnel is has been brought up--which I know would only be mine. "Loopback" Stats. This data can be sent to a syslog server or queried through SNMP. You can query all sorts of data, I check consumption because the VPS has a data cap, I'm used to not having it because of my ISP so this is really handy, you can set it to notify you through a bot on Telegram, Matrix, classic email or a buttload of other integrations it has: [image: 1602276006185-screen_shot_2020-10-09_at_14_37_41.png] [image: 1602276769261-screen_shot_2020-10-09_at_14_51_00.png] The first one is LibreNMS, completely free, does SNMP and syslog, you don't need scripts or databases because it's meant to keep historic data, it's all there as long as you feed it. The second one is VMware's vRealize Log Insight, also free (*with purchase) it only does syslog but it's very comprehensive, king of syslogs, it can proxy the syslog to yet more servers and has this thing called agents, custom-made-on-site apps preconfigured to send data to it and reconfigurable remotely. It's very cool. LibreNMS is like a 2core/2G/20G VM if I'm not mistaken, Log Insight is much hungrier but you can tweak it before first starting it, I discovered. Both need fast disks.
  • IPv6 ping/traceroute from Windows 10 PCs

    3
    0 Votes
    3 Posts
    698 Views
    MikeV7896M
    @virgiliomi said in IPv6 ping/traceroute from Windows 10 PCs: Before I try to offer a reason, can I make a guess that you have Verizon FiOS? Edit: Never mind... I see you're not from the US. We have an ISP in part of the US that has an ICMP Traceroute issue (affects only Windows, not Linux/Mac since they use UDP instead of ICMP by default). I thought that might have been what you were experiencing.
  • Cannot get IPV6 to work on multiple vlans (DHCP6 on WAN with PD)

    2
    0 Votes
    2 Posts
    398 Views
    T
    I am not familiar with your ISP so can't be specific, but a few things to double check- You did set the prefix delegation under WAN/DHCP 6 CLIENT CONFIG, and try with prefix hint set ON and OFF?
  • pfSense as IPv6 client

    17
    0 Votes
    17 Posts
    1k Views
    JKnottJ
    @Hikari The /x indicates the prefix length. Your LAN gets a /64 prefix, which means 64 bits for the network address, leaving 64 for the device within the LAN. A /128 means the entire 128 bits is prefix leaving no bits for more than 1 device. I doubt it would have anything to do with the MAC, as it's assigned by DHCP. If it was MAC based, it would be obvious. Your LAN gateway demonstrates the link local address is used, not a public address.
  • Multiple /64 ULA subnets sharing same WAN /64 prefix via NPTv6?

    6
    1 Votes
    6 Posts
    794 Views
    H
    @JKnott said in Multiple /64 ULA subnets sharing same WAN /64 prefix via NPTv6?: It's amazing how CHEAP some ISPs are, considering the IPv6 address space is so vast. While my ISP initially provided a single /64, that was only temporary and they soon moved to /56. Then there's he.net, which will provide a /48 for free! Before my ISP offered IPv6, I used a tunnel and got a /56 again for free. BTW, the address space is so vast that every single person on earth could have over 4000 /48s and that's with only 1/8th of the entire address space assigned to anything. My ISPs don't even offer more expensive plans, not that I'd accept paying. A tech even told me that only government companies are forced to follow IPv6 standards. As it's a private ISP company, they can use proprietary protocols, and it's my problem if Internet doesn't work fully. Another one told me that I'm "welcome" to cancel the contract if I want to. Indeed, according to IPv6 standard, every ISP receives at least a /32 prefix. With it, these 2 ISPs have more /56 prefixes than IPv4 addresses. @nva said in Multiple /64 ULA subnets sharing same WAN /64 prefix via NPTv6?: My ISP only route single /64 subnet to resident connection. I'm planning to deploy ULA for each of my VLANs and then NPT to that public /64 prefix assigned by ISP. Do I need to worry about suffix conflict? Is there any drawbacks (e.g. latency...) in deploying ULA + NPt compared to just GUA via Track interface? The only problem i can think of is that I would need to manually adjust NPt entries every time my ISP routed prefix change and will try to get it working. Were you able to get it to work? That's what I was considering doing on my OpenWRT a couple years ago but got tired after 2 long fights with both ISPs. Now I'm considering moving to pfSense because of some BusyBox limitations. Are you able to update your VLANs prefixes when your ISP changes it? One ugly thing I consider doing is choosing a random /60 prefix from one of my ISPs /32 and setting it as base for my VLANs. ALAIK, some OSs will use IPv4 if only ULA is provided for them, because it implies that no Internet is available on IPv6, even if router manages ULA to GUA correctly. Using a global prefix that's not delegated to me breaks me from reaching out any device that's on that prefix, but I don't access any residential IP other than mine anyway.
  • 0 Votes
    7 Posts
    1k Views
    DerelictD
    @JKnott You can delegate prefixes. An address is assigned and the delegated prefix is routed to it. [image: 1601307888773-e25444ec-ae09-48a2-883d-650b75f7ff52-image-resized.png] https://docs.netgate.com/pfsense/en/latest/services/dhcp/ipv6.html#dhcpv6-prefix-delegation
  • FIOS users waiting for IPv6... script to let you know when it's ready

    9
    2 Votes
    9 Posts
    3k Views
    MikeV7896M
    Don't lose hope... it's been just less than a month since it started working for me, so they may have re-started testing.
  • IPV6 No internet access - Mobile tethering / VM

    1
    0 Votes
    1 Posts
    333 Views
    No one has replied
  • NPt not working on 6RD tunnel delegated addresses?

    16
    0 Votes
    16 Posts
    2k Views
    viktor_gV
    Fixed in upstream, see https://redmine.pfsense.org/issues/10757
  • IPv6 SLAAC only

    3
    0 Votes
    3 Posts
    556 Views
    JKnottJ
    @carloabelli Unlike IPv4, ICMP is essential with IPv6. I have a rule on my WAN that allows all ICMP on both 4 & 6.
  • "kernel: cannot forward..." errors in system log

    5
    0 Votes
    5 Posts
    1k Views
    MikeV7896M
    Well... in the packet capture, the MAC address of the Ethernet frame matches the MAC address of the default gateway from my ISP (which is not unusual when dealing with packets being routed to you). But the IPv6 address is definitely not the same, and it doesn't appear to be an EUI64 address, so I can't match it to a MAC address. I do realize that I masked part of the address that would have identified that fact. It's likely a misconfiguration on my ISP's part... they only just got IPv6 up and running about a week ago, and it may not even be completed yet (But I've figured out how to make it work with pfSense, not knowing whether their own routers even work with it). It's kind-of annoying that this is logged in the general system log though...it'd be nice if it were in the routing log... but I assume since it's the kernel generating these messages, that's why it's in the system log.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.