• NPt Why can I not open ports?

    8
    0 Votes
    8 Posts
    887 Views
    Bob.DigB

    Thinking about it, it makes sense, that it is only working for the first entry because no router will make many connections from one.
    So to get this working better it would need a dialog like for port forwarding where the router can be instructed what to do for what port.

  • RIPE Probe Disconnect every 24-ish hours IPv6 only

    2
    0 Votes
    2 Posts
    503 Views
    L

    @lurick Seems to have been an issue with the probe I have. I setup a VM version of the probe on the same network as the physical probe, no issues after 48 hours and counting.

  • [solved] NPt doesn't let me do that, why?

    9
    0 Votes
    9 Posts
    1k Views
    JKnottJ

    @bob-dig said in [solved] NPt doesn't let me do that, why?:

    I don't immediately update my DDNS-records.

    Are you talking about internal or external DNS? If internal, ULA is all you need for static addresses.

  • DHCPv6 address ignored on WAN

    3
    0 Votes
    3 Posts
    541 Views
    keyserK

    @bob-dig This is in Denmark, and the ISP is called Kviknet.
    I know My used settings at this time works with kviknet in other parts of the country (i have a friend using pfsense with kviknet), and more than One OPNsense uses them as Well.

    So what things could influence this and cause My dhcp6c Client to behave so irradically?

  • Netgate 6100 does not use/receive routes from other router RA

    2
    0 Votes
    2 Posts
    381 Views
    F

    The Netgate 6100 interface on the fd04:2240::/48 segment has the following flags:

    nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>

    I did a bit of research and I think the following might solve the issue:

    ifconfig inet6 accept_rtadv

    It's a production setup so I'm reluctant to try it.

    Does adding the accept_rtadv make sense?

  • No gateway created after adding GIF interface and configuring?

    3
    0 Votes
    3 Posts
    471 Views
    S

    @jknott

    # netstat -r Routing tables (output omitted) Internet6: Destination Gateway Flags Netif Expire localhost link#10 UH lo0 tunnel814714.tunne link#17 UH gif0 tunnel814714-pt.tu link#17 UHS lo0 fe80::%mvneta1/64 link#2 U mvneta1 fe80::208:a2ff:fe0 link#2 UHS lo0 fe80::%mvneta2/64 link#8 U mvneta2 fe80::208:a2ff:fe0 link#8 UHS lo0 fe80::%lo0/64 link#10 U lo0 fe80::1%lo0 link#10 UHS lo0 fe80::%mvneta1.10/ link#13 U mvneta1. fe80::208:a2ff:fe0 link#13 UHS lo0 fe80::%mvneta1.7/6 link#14 U mvneta1. fe80::208:a2ff:fe0 link#14 UHS lo0 fe80::%mvneta1.8/6 link#15 U mvneta1. fe80::208:a2ff:fe0 link#15 UHS lo0 fe80::%ovpns1/64 link#16 U ovpns1 fe80::208:a2ff:fe0 link#16 UHS lo0 fe80::%gif0/64 link#17 U gif0 fe80::208:a2ff:fe0 link#17 UHS lo0

    Looks like there is a tunnel setup. not sure how to connect to the other side without using the software and in the cli. The goal here is Dual stacking ipv4/6.

  • Setting Up IPv6 over AT&T Gateway with bridges

    1
    0 Votes
    1 Posts
    319 Views
    No one has replied
  • DHCP6-PD Proper Setup?

    12
    0 Votes
    12 Posts
    1k Views
    JKnottJ

    @steve1515

    Sometimes the solution is to start from scratch, as you may have set something and not realized it.

  • How to separate clients to different WAN interfaces with IPv6?

    3
    0 Votes
    3 Posts
    528 Views
    MikeV7896M

    First, let me note that I'm assuming your IOT devices are on their own network here. If they're on the same network as your other LAN devices, what you want won't be possible.

    If both WAN 1 and WAN 2 providers have IPv6 available, you would set your IOT network to track the IPv6 prefix of WAN 1, and your other network(s) to track the prefix of WAN 2. pfSense should then be able to route the IPv6 traffic accordingly.

    If WAN 1 provider doesn't provide IPv6 service then I would disable IPv6 on your IOT network. You wouldn't be able to use WAN 2's IPv6 prefix to provide IPv6 to IOT, then have it route through WAN 1. Your WAN 1 provider wouldn't be able to route traffic from WAN 2's IPv6 addresses.

  • Difficulty routing IPv6 traffic between local interfaces

    5
    0 Votes
    5 Posts
    874 Views
    JKnottJ

    @johnpoz
    I'm only using 5 of my 256 /64s. However, I think people have learned a lot of bad habits, with having to conserve IPv4 address space. The only place where a smaller prefix makes sense is with a point to point link, where a /127 is all you need.

  • LAN devices not getting IPv6

    1
    0 Votes
    1 Posts
    242 Views
    No one has replied
  • IPV6 for PfSense as a router behind ISP's router.

    15
    0 Votes
    15 Posts
    2k Views
    Y

    Happy to report that the DHCPv6 client of PfSense is detected by my ISP box, delegated prefix (DHCP-PD) on LAN works, and my web browsers reach IPv6 site successfully.

    It may be thanks to :

    ISP action, since I reported that IPv6 was not working as I wanted. PfSense 23.01 beta (2023-01-06)
  • Firewall rule: allow only internet

    14
    0 Votes
    14 Posts
    1k Views
    B

    @brukster
    Thank you! I'll test this out

  • Internet doesn't get IPv6 lease after reboot

    3
    0 Votes
    3 Posts
    543 Views
    N

    Thank you @jknott

    here is what i was able to see in the logs:

    Jan 6 17:59:53 dhclient 28090 exiting.
    Jan 6 17:59:53 dhclient 28090 connection closed
    Jan 6 17:59:42 dhclient 38390 Cannot open or create pidfile: No such file or directory
    Jan 6 17:59:39 dhcp6c 32952 failed to parse configuration file
    Jan 6 17:59:39 dhcp6c 32952 /var/etc/dhcp6c.conf:21 invalid interface (bridge0): Device not configured
    Jan 6 17:59:39 dhcp6c 32952 failed to open /usr/local/etc/dhcp6cctlkey: No such file or directory

  • Do not allow PD/Address release option missing

    2
    1 Votes
    2 Posts
    866 Views
    Bob.DigB

    @nevolex It is in System/Advanced/Networking if you are on plus.

  • WAN doesn't get IPv6

    9
    0 Votes
    9 Posts
    960 Views
    JKnottJ

    @pfaai said in WAN doesn't get IPv6:

    I’m using my home connection to serve public services,

    Then you only need an address on your LAN, which you apparently have. That is I hope you're not planning on providing those services from pfSense. Also, better check your terms of service. Some ISPs don't like consumers providing public servers.

    I get a GUA on my WAN interface, but rarely use it. I use the IPv4 address for my VPN, but everything else has a LAN address, which I provide via my DNS server.

  • IPv6 routing over VPN

    9
    0 Votes
    9 Posts
    2k Views
    W

    @jknott said in IPv6 routing over VPN:

    Can you spare another? Also, you can always use Unique Local Addresses for the tunnel.

    No. But the tunnel is not the problem. Here I already use Unique Local Adresses.

    Here is my IPv6 configuration, maybe it helps to solve my problem:

    Wireguard Server:

    [Interface] Address = 10.56.0.1/24, fe00::1/64 PrivateKey = ******************** ListenPort = 51820 [Peer] PublicKey = ******************** AllowedIPs = 10.56.0.5/32, fe00::2/128, 2001:********************::/64

    At the wireguard client side (the pfSense) I use the fe00::2. This works.

    But the routing/NAT between my DMZ server and the pfSense is not working:

    On the pfSense DMZ interface (which I gave no IPv6 ip) I have the following static route:

    2001:******************** 3c:ec:ef:70:6d:ba UHS igb2

    On the DMZ server (with the ip 2001:********************:21/128) I configured the route back as the host route:

    [::]/0 fe80::3eec:efff:fe70:6dba UGH 1024 3 0 ens18

    And here comes my problem:
    Direct ping to fe80::3eec:efff:fe70:6dba (the pfSense's link local address) works. But no NAT or routing to other targets.

  • IPv6 and StarLink

    5
    0 Votes
    5 Posts
    3k Views
    O

    I am now getting IPv6 addresses assigned by Starlink again. I didn't change anything but just noticed it today. I enabled WAN ping and can ping it from the mobile network. I am running rtsol every two minutes.

    This hasn't worked for over six months, but today I noticed it was working again.

  • Spectrum config for IPv6

    5
    0 Votes
    5 Posts
    3k Views
    JKnottJ

    @buzzman said in Spectrum config for IPv6:

    the IPv6 default gateway is not accessible.

    You're using a link local address, which does not work. Find a GUA somewhere beyond the gateway and use that. I did a traceroute to Google and used the first GUA that turned up.

    Link local addresses are commonly used for routing with IPv6.

  • Configuring radvd when using ULA with NPT?

    13
    0 Votes
    13 Posts
    2k Views
    I

    @jknott Well I just learned something new today, thanks!

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