• IPv6 no firewall log entries

    4
    0 Votes
    4 Posts
    1k Views
    johnpozJ
    yeah from those default rules then all unsolicited inbound would be blocked.. With such a huge space.. its almost impossible to just scans of the space.. Unlike ipv4 where you can scan for open ssh servers.. In 1 /64 your talking 18,446,744,073,709,551,616 IPs you would need to scan ;) All of ipv4 space - all of it is total possible only 4,294,967,296 in comparison ;)
  • IPV6 setup problem

    5
    0 Votes
    5 Posts
    986 Views
    S
    Ok Doc. Your first patient is: Subnet: 128 bits Give it some 64 bit medicine and let's see if that unstops the DHCP server. In non medical terms, you forgot to set the subnet mask on your LAN address. pfSense chose 128 for you. You need 64. I like DHCPv6 only, no SLAAC. Firewalls just aren't ready yet for all the problems SLAAC is going to cause.
  • PfSense looses config on IPv6 interface after some time.

    3
    0 Votes
    3 Posts
    845 Views
    M
    OK, my bad.  Must have missed that.  Sorry for the confusion. //Dan Lundqvist
  • IPV6 through pppoe (xs4all)

    22
    0 Votes
    22 Posts
    5k Views
    H
    @haarweg: and what if I do want a public v6 address on my WAN interface? Can you give me a hint to make that happen? Because I want to do HTTP and OpenVPN to my pfSense box (with XS4ALL fiber). You have public IPv6 on any of your LAN's or box's as public. Because IPv6 is public exposure with just a (un)block away on the WAN-firewall IP:portnumber.
  • 0 Votes
    4 Posts
    1k Views
    B
    I should add, it's not obvious what the purpose of a WAN address on a residential gateway is. Possibly for the ISP to perform firmware updates. In the case of my gateway, it does not respond to ping.
  • Force DHCPv6 instead of SLAAC

    9
    0 Votes
    9 Posts
    3k Views
    S
    DHCPv6 in pfSense seems a little flakey but I suspect what is happening is that DHCPv6 won't enable until it sees ipv6 on the WAN and Track Interface all fall into place. I use pfSense for DHCPv6 on my smaller networks. On my larger networks I've graduated to using dnsmasq directly. Once you get used to what all a fully configurable dnsmasq can do, the DHCP servers inside any router brand look like cheap toys. Even routers that use dnsmasq are no good. They don't expose but a tiny fraction of what dnsmasq can really do.
  • DHCP problems

    3
    0 Votes
    3 Posts
    850 Views
    P
    @pmisch: I suggest to set radvd to Unmanaged instead of Managed in order for your clients to get stateless IP addresses. This should work. As far as I can tell DHCPv6 is no really ready for usage mainly because the different client implementations on the different OSes don't work really well. Thanks, I've done exactly that and created some overrides for the DNS Resolver just for the machines I have to access remotely so I can access them by names.
  • DHCPv6, SLAAC, and RDNSS no local domain hostnames in unbound on pfSense

    14
    0 Votes
    14 Posts
    9k Views
    P
    @kpa: The first address you get from SLAAC is fixed by the MAC address (within the given /64 prefix, I will use 2001:db8:: below) and you can use that to make a static host override on the DNS resolver/forwarder. For example if the MAC address is "00-11-22-33-44-55" then the EUI-64 (the 64-bit host id) would be ::211:22FF:FE33:4455. http://silmor.de/ipaddrcalc.html#ip6 With the EUI-64 known you can create the override as an AAAA record "myhost.mydomain.tld"  -> "2001:db8::211:22ff:fe33:4455". Thank you very much!!!, that was exactly what I needed. Now I have turned off DHCP6 and leave SLAAC for every client. I've created the overrides like you mention only for the ones I need to access. Thank you!
  • 0 Votes
    9 Posts
    2k Views
    A
    Okay, let's start again from right at the very top. I have a local network, and a HE Tunnel, and I want to connect the two together. I would like to allocate a multi-ip range to each machine in the local net (Prefix Delegation, if that's the right term) for virtual machines and service hosting, but that is not particularly necessary at this point (I can just bridge the networks and have them allocate as if they were full machines on the LAN, rather than VMs on a host). I have available 2 ranges. An allocated /64 at 2001:470:1f17:<blah>::/64 and an allocated /48 at 2001:470:<yadda>::/48 The HE tunnel is up and working fine on interface HeNet, with an address of 2001:470:1f17:<blah>::2 /64, talking to the gateway at 2001:470:1f17:<blah>::1 My clients are a mixture of Windows 10, Windows 8.1, Linux and Android devices, and I would like them to autoconfigure their settings as much as is possible.</blah></blah></yadda></blah>
  • IPv6 only on LAN

    32
    0 Votes
    32 Posts
    8k Views
    Com DACC
    @pablot: @kpa: @pablot: @JKnott: And the addresses being leased by SLAAC cant't be viewed on the DHCPv6 lease status, right? SLAAC has nothing to do with DHCPv6.  It gets the prefix via RADVD and provides the rest of the address, using either a MAC based or random 64 bit number.  If DHCPv6 is used, it's generally for providing things like server addresses.  However, it's not needed for DNS servers, as that can be provided by RDNSS. ok, and is there a way to check what IP addresses have been asigned by SLAAC? (like the way I can see the DHCP Leases) No such way. The RA daemon that advertises the route and the prefix does absolutely nothing else but those functions, selection of the address from the advertised prefix happens completely on the client (of course assisted with duplicate address detection but even that does not involve the RA daemon). ok, thanks for your help, I'm learning a lot!!!! :) Just one more… I cannot make my clients to ping a host on internet, the names resolve ok to the IPv6 addresses, but somehow I guess I do not have a gateway configured properly or something is "closed" at the pfSense box that blocks traffic. I had this issue when I first setup a 6rd tunnel. The fix for me was to disable gateway monitoring on the ipv6 gateway. It wasn't responding to pings so pfSense would treat it as being down.
  • AWS IPv6 How-to

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Preventing ipv6 timeout on ipv4 only network

    4
    0 Votes
    4 Posts
    2k Views
    johnpozJ
    If you want IPv6 until your ISP brings it online just get a HE tunnel, easy enough to setup - you can get a FREE /48 from them and there you go IPv6 no need for your isp to support it..
  • Can RA advertize for specific routes without advertising a default route

    1
    0 Votes
    1 Posts
    567 Views
    No one has replied
  • IPv6 prefix delegation to Fritz!Box no answer from pfSense

    1
    1 Votes
    1 Posts
    974 Views
    No one has replied
  • Comcast IPv6 address issue

    20
    0 Votes
    20 Posts
    6k Views
    DerelictD
    Hmm. I have an HE.NET tunnel and happily get DHCPv6 + /56 PD from Cox. I have been watching it for a while. They are honoring the DUID and not changing my prefix despite new modems and WAN MACs. My IPv4 address with them as changed at least three times since I started getting delegated this prefix.
  • IPv6 /64 provided by DHCP6 over PPPoE

    5
    0 Votes
    5 Posts
    2k Views
    F
    @doktornotor: Have you tried the "Request only an IPv6 prefix" checkbox on WAN? Yes. There is my config : [image: 273700Capturedecran20170216a160943.png] @hda: You need more (say /60, /56 or /48) from your ISP, to be able to create more /64 LAN's. The first ISP in Belgium (Proximus) provide only one /64 per client :-(
  • Is a dynamic alias or variable for IPv6 Prefix scheduled?

    25
    0 Votes
    25 Posts
    9k Views
    S
    I think this problem would be solved already if pfSense would not be restricted to CIDR. If a full subnet mask would be used, the top 64 bit could just be left 0 and the lower 64 bits (or at least the EUI-48 part could be 1 so that the IP+subnet mask would ignore the IPv6 prefix and only match the host-specific part. That's how firewall rules for dynamic IPv6 subnets can be easily implemented in ip6tables on Linux. I have idea however if the CIDR restriction is a pf issue and whether a full subnet mask can be easily implemented. Stefan
  • DHCPv6 assigns static IP to both interfaces on my Mac

    12
    0 Votes
    12 Posts
    2k Views
    LucaTNTL
    @kpa: You can use both the static address and the random address at the same time. If you need to open any inbound traffic you use the static address based on the MAC address and for all outgoing traffic that is going beyond the pfSense router the random address gets used automatically. Best of the both worlds. It's the way I think I'm gonna go, the only thing is that I can't set per-host rules and, more importantly, if the Traffic Graph section ever gets updated to support IPv6, I'll have no clue who is hogging my bandwidth, which is something I often rely upon (only 20 down/2 up).
  • IPv6 static route lost after WAN flap

    3
    0 Votes
    3 Posts
    807 Views
    J
    @hda: If your /56 prefix does not change, then just don't do Track Interface. Assign Static LAN's prefix + subnet, suiting your LAN-host IP number. Use RA Managed (DHCP) or Router Only (Static) Unfortunately, it's dynamic.  It still seems buggy that pfSense would abandon its static routes after a network bounce though…
  • IPv6 DHCPv6 + SLAAC, only provide SLAAC to not preserved DHCP adresses.

    8
    0 Votes
    8 Posts
    2k Views
    MikeV7896M
    FYI regarding the Windows 10 Anniversary DHCPv6 renewal issue… according to the very last post in  this MS Technet discussion, the fix will be in the March 2017 monthly update.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.