• Question static NPD Table

    5
    0 Votes
    5 Posts
    2k Views
    B
    Okay thank you.
  • 6rd and Centurylink

    2
    0 Votes
    2 Posts
    2k Views
    S
    Hi Maurice, As far as I can tell 6RD is still (still!) broken…..at least I haven't seen a build come through in the last 8 months that works with Charter. Here's the link to the ticket I opened back when I first noticed that something had changed and the builds were no longer working with 6RD: http://redmine.pfsense.org/issues/2882 The last answer i got from the devs was that "I have only seen that on misconfigurations of pfSense" but I have no idea where that misconfiguration might be and have not gotten any hints as to where to look. -Will
  • Sorry, where exactly do I find this option…

    2
    0 Votes
    2 Posts
    1k Views
    C
    That text shouldn't have been there, it's a copy/paste from the v4 page. I removed it from the page. That option isn't applicable with prefix delegation, should be no need nor desire for it.
  • 6RD not working

    29
    0 Votes
    29 Posts
    15k Views
    S
    Hi podilarius, Updating to the latest (Fri. 8/16) build has allowed my WAN interface to once again get an ipv6 address. 6RD still doesn't function, sorry to say. -Will
  • Native /64 and pfSense as VM in proxmox

    4
    0 Votes
    4 Posts
    5k Views
    Z
    @athurdent: I think you would need an extra /64 (or bigger) IPv6 subnet routed to your WAN IPv6 IP by your provider. You should use the /64 only as transport net between your VM and the provider router. You can use that extra /64 net on the LAN side for DHCP then. He is indeed correct. You need a subnet routed to an address in your linking subnet. Typically here in New Zealand we are given a /64 or /112 linking subnet between our router and the ISP. The ISP then tells us what /48 or /56 subnet they will route us and to which IP address in the linking range. We then set the PFsense WAN to that address and it works great.
  • IPv6 - Open Firewall… despite some rules, it cannot be closed...?!

    7
    0 Votes
    7 Posts
    4k Views
    4
    @athurdent: As far as I know, German T-Com's IPv6 capable lines are dual-stack, not 6to4. I think the OP means IA-PD. Here's a link to the other topic regarding his setup: http://forum.pfsense.org/index.php/topic,65123.0.html Right, but that is another access I use.  German Telekom does not equip every access with dual stack, the older ones are only IPv6 by 6to4. Cheers, 4920441
  • ICMPv6 on tunnel interface gets blocked regardless of firewall rules

    10
    0 Votes
    10 Posts
    3k Views
    D
    Goes nowhere. From my POV, blocking ICMP is a pretty useless and as far as IPv6 goes, also completely broken idea. So, we'll agree to disagree.
  • Question regarding NPT

    7
    0 Votes
    7 Posts
    4k Views
    I
    I talked to CMB a few weeks ago and he probably will consider NAT66… There really are use cases for NAT66. As i told earlier especiallay if you have to use ISP hardware that cannot be changed, doesn't get reconfigured, too small delegated prefix etc... Thanks for the bridging Firewall info, that could be of help. Didn't think of that :-) Allthough NAT is bad in general it wouldn't be too hard to implement it in pfSense; PF supports NAT66 and it would only require small change to the GUI. There has been even code for the pfSense GUI https://github.com/pfsense/pfsense/pull/427   <- even discussed on the forum here…
  • Problems setting up native IPv6 on German Provider QSC

    4
    0 Votes
    4 Posts
    2k Views
    F
    We are in talks with QSC. They will setup correct Prefix Delegation, so that we hopefully have autoconfiguration pwith pfsense.
  • V6 troubles

    4
    0 Votes
    4 Posts
    4k Views
    D
    +1 on that, need a tunnel iface for that with WAN as parent, not ethernet. The howto should get you started pretty quickly.
  • IPv6 only for DMZ0 and DMZ1

    5
    0 Votes
    5 Posts
    2k Views
    T
    IPV6LAN Use the HE client IPv6 address as the interface IPv6 address IPV6DMZ You’re going to type your HE client IPv6 address into the IPv6 address box. And if not what kind of IPv6 adrdress I should use :) instead of the one in the manual? Kind regards Simon
  • Ipv6 2.1-RC0 (i386)

    6
    0 Votes
    6 Posts
    3k Views
    D
    I don't use snort for anything; not worth the myriad of false positives.
  • IPv6 Problem

    2
    0 Votes
    2 Posts
    1k Views
    D
    No, you don't need any second range from another tunnel broker. Please, read the howto more carefully, it works perfectly fine.
  • IPv6 setup without an tunnelbroker

    2
    0 Votes
    2 Posts
    2k Views
    D
    Use 2.1RC snapshots. P.S. You need at least /64 to get usable IPv6 on a router (one network); /56 or better for multiple subnets. /128 is definitely useless (very much doubt it's the case anyway).
  • RFC 2136 DynDNS and IPv6

    Locked
    9
    0 Votes
    9 Posts
    5k Views
    jimpJ
    Resurrecting an old thread because I recently got around to setting up RFC2136 in bind and I can confirm that the IPv6 patch works, so I used a variant of it and it'll be in 2.1.
  • DHCPv6 Leases need 100% CPU

    3
    0 Votes
    3 Posts
    1k Views
    P
    that's it: I deleted dhcpd6.leases  and dhcpd6.leases~ in /var/dhcpd/var/db solved
  • PfSense LAN/WAN interface changes for DHCPv6-PD from 2.1 DEV to 2.1 RC0

    3
    0 Votes
    3 Posts
    7k Views
    R
    That said, there are still some issues being sorted out with DHCP-PD; see this thread in the 2.1 snapshot section.
  • Help with native ipv6

    2
    0 Votes
    2 Posts
    2k Views
    F
    According to this article: http://www.zw3b.fr/linux/reseaux/ipv6-derriere-une-freebox-routeur-linux My ISP (Free), send a /64 prefix, which does not allow to have sub-networks. So one of the solution is to create a bridge between LAN and WAN. with: ebtables -t broute -A BROUTING -p ! ipv6 -j DROP brctl addbr br0 ifconfig br0 up brctl addif br0 eth0 brctl addif br0 eth1 I have created a bridge in >Interfaces > Bridge BRIDGE0 : WAN, LAN But what else now? what ipv6 should be assigned to OPT1 (BRIDGE0) and WAN?
  • Pfsense edpnet (belgium) native ipv6

    Locked
    7
    0 Votes
    7 Posts
    4k Views
    O
    I'll give it a shot for sure. Thank you for your efforts.
  • Native IPv6 on 2 interfaces

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    D
    If you have native IPv6 on 2 wan interfaces you will have to resort to NPt for now. There is no real other solution yet, except getting BGP. Which I can recommend but is likely outside the budget.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.