• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

IPv6 Issues since upgrading

General pfSense Questions
6
59
7.1k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T
    the other @gregeeh
    last edited by Jul 30, 2023, 1:11 PM

    @gregeeh hey there,
    I might be mistaken but I recall a bug (?) that prevents from showing the given IPv6 on that GUI screenshot of yours under dashboard view...
    My setting here: Fritzbox router gives IPv6 prefix to clients on LAN but no IPv6 to pfsense's WAN (which is connected to pfsense). Also in pfsense WAN IF I selected above mentioned option to only receive prefix but no IPv6 address.
    So same here under 2.6: ifconfig -a shows IPv4 and v6, here with locallink, ULA and GUA (both received from fritzbox. It doesn't show WAN's GUA on pfsense GUI. Under dashboard view there is only WAN's locallink under "Gateways", online. Under "Interfaces" it shows WAN's ULA (given by Fritzbox). With ifconfig -a it shows those PLUS it's GUA.
    It's the same with 2.7.
    In both cases, no successful PING from WAN. All VLAN interfaces with active IPv6 get the correct prefix an can do a Ping. And that is all I need for my little home network...

    the other

    pure amateur home user, no business or professional background
    please excuse poor english skills and typpoz :)

    1 Reply Last reply Reply Quote 0
    • G
      gregeeh @JKnott
      last edited by Jul 31, 2023, 5:07 AM

      @JKnott said in IPv6 Issues since upgrading:

      You can run without a WAN global address, as it's not used for routing. Does IPv6 work OK on your LAN?

      Did a fresh install of 2.7 and even without restoring my config I have the same issue.

      As for the LAN clients. They all get a IPv6 address but cannot connect to any IPv6 nor ping any IPv6 address.

      PfSense running on Qotom mini PC
      CPU N3150, 2 GB memory, 32 GB SSD & 2 Realtek Gb Ethernet ports.
      UniFi AC-Lite access point

      1 Reply Last reply Reply Quote 0
      • J
        jordanp123
        last edited by Jul 31, 2023, 8:04 AM

        I'm in the same boat as everyone here, but I'm on 23.05.1, I found that manually adding a ipv6 route using the link local gateway address will let mine work but any autoconfigured gateway on the ipv6 side fails due to "No route" errors on the linux ping command. 23.05 worked fine.

        P 1 Reply Last reply Jul 31, 2023, 10:39 AM Reply Quote 1
        • P
          poppadum @gregeeh
          last edited by Jul 31, 2023, 10:28 AM

          I have what looks to be the same issue - no IPv6 default route since upgrading to 2.7. pfSense does think my IPv6 gateway is up, probably because I've set a monitor address which is pingable from the LAN.

          login-to-view

          My pfsense is virtualised under Proxmox and I think the link-local address of my pppoe0 interface has changed since upgrading to 2.7.

          login-to-view

          The gateway IPv6 address shown doesn't seem to be valid for interface pppoe0:

          # ifconfig pppoe0
          pppoe0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> metric 0 mtu 1492
                  description: WAN
                  inet6 fe80::3421:f898:4e49:5f2b%pppoe0 prefixlen 64 scopeid 0x8
                  inet6 fe80::ec5e:b8ff:fe3a:ae7c%pppoe0 prefixlen 64 scopeid 0x8
                  inet6 2001:8b0:1111:1111:0:ffff:51bb:1aef prefixlen 128
                  ...
          

          I'm not sure where it's getting that gateway address from - it's set to dynamic in the web interface. It is in file /tmp/pppoe0_defaultgwv6 but I thought that was regenerated every boot?

          P 1 Reply Last reply Jul 31, 2023, 1:05 PM Reply Quote 0
          • P
            poppadum @jordanp123
            last edited by Jul 31, 2023, 10:39 AM

            @jordanp123 said in IPv6 Issues since upgrading:

            I found that manually adding a ipv6 route using the link local gateway address will let mine work

            That fix also works for me. In my case if I enter

            route -6 add default fe80::ec5e:b8ff:fe3a:ae7c%pppoe0
            

            IPv6 routing starts working fine from inside the LAN.

            G 1 Reply Last reply Jul 31, 2023, 11:47 PM Reply Quote 0
            • P
              poppadum @poppadum
              last edited by Jul 31, 2023, 1:05 PM

              @poppadum said in IPv6 Issues since upgrading:

              The gateway IPv6 address shown doesn't seem to be valid for interface pppoe0:

              # ifconfig pppoe0
              pppoe0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> metric 0 mtu 1492
                      description: WAN
                      inet6 fe80::3421:f898:4e49:5f2b%pppoe0 prefixlen 64 scopeid 0x8
                      inet6 fe80::ec5e:b8ff:fe3a:ae7c%pppoe0 prefixlen 64 scopeid 0x8
                      inet6 2001:8b0:1111:1111:0:ffff:51bb:1aef prefixlen 128
                      ...
              

              I'm not sure where it's getting that gateway address from - it's set to dynamic in the web interface. It is in file /tmp/pppoe0_defaultgwv6 but I thought that was regenerated every boot?

              Just spotted this in the ppp log on the date I did the upgrade:

              Jul 27 17:07:25	ppp	13981	[wan] IPV6CP: rec'd Configure Request #0 (Ack-Rcvd)
              Jul 27 17:07:25	ppp	13981	[wan] IPV6CP: SendConfigAck #0
              Jul 27 17:07:25	ppp	13981	[wan] IPV6CP: state change Ack-Rcvd --> Opened
              Jul 27 17:07:25	ppp	13981	[wan] IPV6CP: LayerUp
              Jul 27 17:07:25	ppp	13981	[wan] ec5e:b8ff:fe3a:ae7c -> 0203:97ff:feba:0900
              

              Anyone know why ppp seems to be rewriting the link-local address?

              J P 2 Replies Last reply Jul 31, 2023, 3:39 PM Reply Quote 1
              • J
                jordanp123 @poppadum
                last edited by Jul 31, 2023, 3:39 PM

                None of the systems I'm on are using ppp but so far its two systems that I've had to fix with the ipv6 issue, both the same thing.

                1 Reply Last reply Reply Quote 1
                • G
                  gregeeh @poppadum
                  last edited by gregeeh Aug 1, 2023, 3:40 AM Jul 31, 2023, 11:47 PM

                  alt text

                  alt text

                  [2.7.0-RELEASE][admin@pfSense.localdomain]/root: ifconfig re0
                  re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
                          description: WAN
                          options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
                          ether 00:e0:4c:68:1b:b2
                          inet6 fe80::2e0:4cff:fe68:1bb2%re0 prefixlen 64 scopeid 0x1
                          inet 103.85.37.84 netmask 0xfffffc00 broadcast 103.85.39.255
                          media: Ethernet autoselect (1000baseT <full-duplex>)
                          status: active
                          nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
                  [2.7.0-RELEASE][admin@pfSense.localdomain]/root:
                  

                  The gateway IPv6 address does not appear to be valid for the re0 interface.

                  Can someone please explain what is happening here?

                  TIA

                  PfSense running on Qotom mini PC
                  CPU N3150, 2 GB memory, 32 GB SSD & 2 Realtek Gb Ethernet ports.
                  UniFi AC-Lite access point

                  1 Reply Last reply Reply Quote 1
                  • S
                    stephenw10 Netgate Administrator
                    last edited by Aug 1, 2023, 12:56 PM

                    Check the routing tables, make sure there is a valid default route for IPv6. If not make sure the default gateway in System > Routing > Gateways is set to WAN_DHCP6.

                    It's valid to have only a linklocal address on WAN. If your ISP is passing only a prefix they can route that to you across the linklocal address. You must have a globally routable IPv6 address somewhere though.

                    J G 2 Replies Last reply Aug 1, 2023, 1:08 PM Reply Quote 0
                    • J
                      jordanp123 @stephenw10
                      last edited by Aug 1, 2023, 1:08 PM

                      @stephenw10

                      I tried setting the default gateway under Gateways to both automatic and the WAN_DHCP6 both failed to route, I had to manually add a static GW or use the add route option to get the two I was working on to route.

                      1 Reply Last reply Reply Quote 1
                      • S
                        stephenw10 Netgate Administrator
                        last edited by Aug 1, 2023, 1:52 PM

                        And before that the routing table was showing no default IPv6 route?

                        Do the logs show a new route being passed when it connects?

                        J 2 Replies Last reply Aug 1, 2023, 1:54 PM Reply Quote 0
                        • J
                          jordanp123 @stephenw10
                          last edited by Aug 1, 2023, 1:54 PM

                          @stephenw10

                          I'll change the gateway back to the default one this evening and get you some answers, I can't change it back right now, since ipv6 is being used.

                          1 Reply Last reply Reply Quote 1
                          • J
                            jordanp123 @stephenw10
                            last edited by Aug 1, 2023, 3:47 PM

                            @stephenw10
                            I was able to catch some time while no one was using the system and test. Switching to WAN_DHCP6 after setting the static GW results in connectivity, however if the pfSense is rebooted with WAN_DHCP6 set as the default GW then a default route isn’t installed on reboot.

                            login-to-view
                            login-to-view

                            1 Reply Last reply Reply Quote 0
                            • S
                              stephenw10 Netgate Administrator
                              last edited by Aug 1, 2023, 3:54 PM

                              Ah, then I would check the dhcp and routing logs for errors when it first connects at boot. There is likely something preventing it adding the default route at that time.

                              J 1 Reply Last reply Aug 1, 2023, 4:03 PM Reply Quote 0
                              • J
                                jordanp123 @stephenw10
                                last edited by Aug 1, 2023, 4:03 PM

                                @stephenw10
                                Going through the logs on boot the only errors I see are the following:

                                Aug 1 11:42:39 dhcp6c 39378 failed to open /usr/local/etc/dhcp6cctlkey: No such file or directory
                                Aug 1 11:42:39 dhcp6c 39378 failed initialize control message authentication
                                Aug 1 11:42:39 dhcp6c 39378 skip opening control port
                                Aug 1 11:42:40 dhcp6c 39448 Sending Solicit
                                Aug 1 11:42:40 dhcp6c 39448 transmit failed: Can't assign requested address
                                Aug 1 11:42:41 dhcp6c 39448 Sending Solicit
                                Aug 1 11:42:41 dhcp6c 39448 Sending Request
                                Aug 1 11:42:41 dhcp6c 39448 dhcp6c Received REQUEST

                                Then for routing:

                                Aug 1 11:43:02 radvd 9387 version 2.19 started
                                Aug 1 11:43:02 radvd 9387 warning: AdvRDNSSLifetime <= 2MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                Aug 1 11:43:02 radvd 9387 warning: (/var/etc/radvd.conf:24) AdvRDNSSLifetime <= 2
                                MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                Aug 1 11:43:02 radvd 9387 warning: AdvDNSSLLifetime <= 2MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster
                                Aug 1 11:43:02 radvd 9387 warning: AdvRDNSSLifetime <= 2
                                MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                Aug 1 11:43:02 radvd 9387 warning: (/var/etc/radvd.conf:52) AdvRDNSSLifetime <= 2MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                Aug 1 11:43:02 radvd 9387 warning: AdvDNSSLLifetime <= 2
                                MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster
                                Aug 1 11:43:02 radvd 9387 warning: AdvRDNSSLifetime <= 2MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                Aug 1 11:43:02 radvd 9387 warning: (/var/etc/radvd.conf:80) AdvRDNSSLifetime <= 2
                                MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                Aug 1 11:43:02 radvd 9387 warning: AdvDNSSLLifetime <= 2MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster
                                Aug 1 11:43:02 radvd 9387 warning: AdvRDNSSLifetime <= 2
                                MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                Aug 1 11:43:02 radvd 9387 warning: (/var/etc/radvd.conf:108) AdvRDNSSLifetime <= 2MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                Aug 1 11:43:02 radvd 9387 warning: AdvDNSSLLifetime <= 2
                                MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster
                                Aug 1 11:44:11 radvd 9534 attempting to reread config file
                                Aug 1 11:44:11 radvd 9534 warning: AdvRDNSSLifetime <= 2MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                Aug 1 11:44:11 radvd 9534 warning: (/var/etc/radvd.conf:24) AdvRDNSSLifetime <= 2
                                MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                Aug 1 11:44:11 radvd 9534 warning: AdvDNSSLLifetime <= 2MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster
                                Aug 1 11:44:11 radvd 9534 warning: AdvRDNSSLifetime <= 2
                                MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                Aug 1 11:44:11 radvd 9534 warning: (/var/etc/radvd.conf:52) AdvRDNSSLifetime <= 2MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                Aug 1 11:44:11 radvd 9534 warning: AdvDNSSLLifetime <= 2
                                MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster
                                Aug 1 11:44:11 radvd 9534 warning: AdvRDNSSLifetime <= 2MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                Aug 1 11:44:11 radvd 9534 warning: (/var/etc/radvd.conf:80) AdvRDNSSLifetime <= 2
                                MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                Aug 1 11:44:11 radvd 9534 warning: AdvDNSSLLifetime <= 2MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster
                                Aug 1 11:44:11 radvd 9534 warning: AdvRDNSSLifetime <= 2
                                MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                Aug 1 11:44:11 radvd 9534 warning: (/var/etc/radvd.conf:108) AdvRDNSSLifetime <= 2MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                Aug 1 11:44:11 radvd 9534 warning: AdvDNSSLLifetime <= 2
                                MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster
                                Aug 1 11:44:11 radvd 9534 resuming normal operation

                                1 Reply Last reply Reply Quote 0
                                • S
                                  stephenw10 Netgate Administrator
                                  last edited by Aug 1, 2023, 4:05 PM

                                  Hmm, nothing jumps out there as a specific gateway/route error. How does that compare with when it creates the route correctly?

                                  J 1 Reply Last reply Aug 1, 2023, 4:13 PM Reply Quote 0
                                  • J
                                    jordanp123 @stephenw10
                                    last edited by Aug 1, 2023, 4:13 PM

                                    @stephenw10
                                    Here is the logs for DHCP6C since ~31st, it was restarted this morning @7 due to a hypervisor (ProxMox ) update. IP6 GA's changed to X.

                                    Aug 1 07:20:00 dhcp6c 41130 failed to open /usr/local/etc/dhcp6cctlkey: No such file or directory
                                    Aug 1 07:20:00 dhcp6c 41130 failed initialize control message authentication
                                    Aug 1 07:20:00 dhcp6c 41130 skip opening control port
                                    Aug 1 07:20:01 dhcp6c 41404 Sending Solicit
                                    Aug 1 07:20:01 dhcp6c 41404 transmit failed: Can't assign requested address
                                    Aug 1 07:20:02 dhcp6c 41404 Sending Solicit
                                    Aug 1 07:20:02 dhcp6c 41404 Sending Request
                                    Aug 1 07:20:02 dhcp6c 41404 dhcp6c Received REQUEST
                                    Aug 1 07:20:02 dhcp6c 41404 add an address X on vtnet2
                                    Aug 1 07:20:02 dhcp6c 41404 add an address X on vtnet0.6
                                    Aug 1 07:20:02 dhcp6c 41404 add an address X on vtnet0.4
                                    Aug 1 07:20:02 dhcp6c 41404 add an address X on vtnet0.5
                                    Aug 1 11:42:39 dhcp6c 39378 failed to open /usr/local/etc/dhcp6cctlkey: No such file or directory
                                    Aug 1 11:42:39 dhcp6c 39378 failed initialize control message authentication
                                    Aug 1 11:42:39 dhcp6c 39378 skip opening control port
                                    Aug 1 11:42:40 dhcp6c 39448 Sending Solicit
                                    Aug 1 11:42:40 dhcp6c 39448 transmit failed: Can't assign requested address
                                    Aug 1 11:42:41 dhcp6c 39448 Sending Solicit
                                    Aug 1 11:42:41 dhcp6c 39448 Sending Request
                                    Aug 1 11:42:41 dhcp6c 39448 dhcp6c Received REQUEST
                                    Aug 1 11:42:41 dhcp6c 39448 add an address X on vtnet2
                                    Aug 1 11:42:41 dhcp6c 39448 add an address X on vtnet0.6
                                    Aug 1 11:42:41 dhcp6c 39448 add an address X on vtnet0.4
                                    Aug 1 11:42:41 dhcp6c 39448 add an address X on vtnet0.5

                                    The routing logs look pretty much identical:

                                    Aug 1 07:20:25 radvd 66853 version 2.19 started
                                    Aug 1 07:20:25 radvd 66853 warning: AdvRDNSSLifetime <= 2MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                    Aug 1 07:20:25 radvd 66853 warning: (/var/etc/radvd.conf:24) AdvRDNSSLifetime <= 2
                                    MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                    Aug 1 07:20:25 radvd 66853 warning: AdvDNSSLLifetime <= 2MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster
                                    Aug 1 07:20:25 radvd 66853 warning: AdvRDNSSLifetime <= 2
                                    MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                    Aug 1 07:20:25 radvd 66853 warning: (/var/etc/radvd.conf:52) AdvRDNSSLifetime <= 2MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                    Aug 1 07:20:25 radvd 66853 warning: AdvDNSSLLifetime <= 2
                                    MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster
                                    Aug 1 07:20:25 radvd 66853 warning: AdvRDNSSLifetime <= 2MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                    Aug 1 07:20:25 radvd 66853 warning: (/var/etc/radvd.conf:80) AdvRDNSSLifetime <= 2
                                    MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                    Aug 1 07:20:25 radvd 66853 warning: AdvDNSSLLifetime <= 2MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster
                                    Aug 1 07:20:25 radvd 66853 warning: AdvRDNSSLifetime <= 2
                                    MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                    Aug 1 07:20:25 radvd 66853 warning: (/var/etc/radvd.conf:108) AdvRDNSSLifetime <= 2MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                    Aug 1 07:20:25 radvd 66853 warning: AdvDNSSLLifetime <= 2
                                    MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster
                                    Aug 1 07:21:22 radvd 66861 attempting to reread config file
                                    Aug 1 07:21:22 radvd 66861 warning: AdvRDNSSLifetime <= 2MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                    Aug 1 07:21:22 radvd 66861 warning: (/var/etc/radvd.conf:24) AdvRDNSSLifetime <= 2
                                    MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                    Aug 1 07:21:22 radvd 66861 warning: AdvDNSSLLifetime <= 2MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster
                                    Aug 1 07:21:22 radvd 66861 warning: AdvRDNSSLifetime <= 2
                                    MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                    Aug 1 07:21:22 radvd 66861 warning: (/var/etc/radvd.conf:52) AdvRDNSSLifetime <= 2MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                    Aug 1 07:21:22 radvd 66861 warning: AdvDNSSLLifetime <= 2
                                    MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster
                                    Aug 1 07:21:22 radvd 66861 warning: AdvRDNSSLifetime <= 2MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                    Aug 1 07:21:22 radvd 66861 warning: (/var/etc/radvd.conf:80) AdvRDNSSLifetime <= 2
                                    MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                    Aug 1 07:21:22 radvd 66861 warning: AdvDNSSLLifetime <= 2MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster
                                    Aug 1 07:21:22 radvd 66861 warning: AdvRDNSSLifetime <= 2
                                    MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                    Aug 1 07:21:22 radvd 66861 warning: (/var/etc/radvd.conf:108) AdvRDNSSLifetime <= 2MaxRtrAdvInterval would allow stale DNS servers to be deleted faster
                                    Aug 1 07:21:22 radvd 66861 warning: AdvDNSSLLifetime <= 2
                                    MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster
                                    Aug 1 07:21:22 radvd 66861 resuming normal operation

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      stephenw10 Netgate Administrator
                                      last edited by Aug 1, 2023, 4:43 PM

                                      Enable 'DHCP6 Debug' in System > Advanced > Networking. Check again.

                                      J 1 Reply Last reply Aug 1, 2023, 4:49 PM Reply Quote 0
                                      • J
                                        jordanp123 @stephenw10
                                        last edited by jordanp123 Aug 1, 2023, 4:53 PM Aug 1, 2023, 4:49 PM

                                        @stephenw10
                                        Aug 1 12:45:28 dhcp6c 41581 extracted an existing DUID from /var/db/dhcp6c_duid: 00:01:00:01:2b:b0:e9:8d:66:9f:b4:58:90:62
                                        Aug 1 12:45:28 dhcp6c 41581 failed to open /usr/local/etc/dhcp6cctlkey: No such file or directory
                                        Aug 1 12:45:28 dhcp6c 41581 failed initialize control message authentication
                                        Aug 1 12:45:28 dhcp6c 41581 skip opening control port
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[interface] (9)
                                        Aug 1 12:45:28 dhcp6c 41581 <5>[vtnet1] (6)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>begin of closure [{] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[send] (4)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[ia-na] (5)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[0] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>comment [# request stateful address] (26)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[send] (4)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[ia-pd] (5)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[0] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>comment [# request prefix delegation] (27)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[request] (7)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[domain-name-servers] (19)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[request] (7)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[domain-name] (11)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[script] (6)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>["/var/etc/dhcp6c_wan_script.sh"] (31)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>comment [# we'd like some nameservers please] (35)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of closure [}] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[id-assoc] (8)
                                        Aug 1 12:45:28 dhcp6c 41581 <13>[na] (2)
                                        Aug 1 12:45:28 dhcp6c 41581 <13>[0] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <13>begin of closure [{] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of closure [}] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[id-assoc] (8)
                                        Aug 1 12:45:28 dhcp6c 41581 <13>[pd] (2)
                                        Aug 1 12:45:28 dhcp6c 41581 <13>[0] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <13>begin of closure [{] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[prefix] (6)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[::] (2)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[/] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[58] (2)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[infinity] (8)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[prefix-interface] (16)
                                        Aug 1 12:45:28 dhcp6c 41581 <5>[vtnet2] (6)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>begin of closure [{] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[sla-id] (6)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[3] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[sla-len] (7)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[6] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of closure [}] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[prefix-interface] (16)
                                        Aug 1 12:45:28 dhcp6c 41581 <5>[vtnet0.6] (8)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>begin of closure [{] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[sla-id] (6)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[0] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[sla-len] (7)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[6] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of closure [}] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[prefix-interface] (16)
                                        Aug 1 12:45:28 dhcp6c 41581 <5>[vtnet0.4] (8)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>begin of closure [{] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[sla-id] (6)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[2] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[sla-len] (7)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[6] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of closure [}] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[prefix-interface] (16)
                                        Aug 1 12:45:28 dhcp6c 41581 <5>[vtnet0.5] (8)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>begin of closure [{] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[sla-id] (6)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[1] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[sla-len] (7)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>[6] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of closure [}] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of closure [}] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 <3>end of sentence [;] (1)
                                        Aug 1 12:45:28 dhcp6c 41581 called
                                        Aug 1 12:45:28 dhcp6c 41581 called
                                        Aug 1 12:45:28 dhcp6c 41725 reset a timer on vtnet1, state=INIT, timeo=0, retrans=891
                                        Aug 1 12:45:29 dhcp6c 41725 Sending Solicit
                                        Aug 1 12:45:29 dhcp6c 41725 a new XID (9f67a2) is generated
                                        Aug 1 12:45:29 dhcp6c 41725 set client ID (len 14)
                                        Aug 1 12:45:29 dhcp6c 41725 set identity association
                                        Aug 1 12:45:29 dhcp6c 41725 set elapsed time (len 2)
                                        Aug 1 12:45:29 dhcp6c 41725 set option request (len 4)
                                        Aug 1 12:45:29 dhcp6c 41725 set IA_PD prefix
                                        Aug 1 12:45:29 dhcp6c 41725 set IA_PD
                                        Aug 1 12:45:29 dhcp6c 41725 transmit failed: Can't assign requested address
                                        Aug 1 12:45:29 dhcp6c 41725 reset a timer on vtnet1, state=SOLICIT, timeo=0, retrans=1091
                                        Aug 1 12:45:30 dhcp6c 41725 Sending Solicit
                                        Aug 1 12:45:30 dhcp6c 41725 set client ID (len 14)
                                        Aug 1 12:45:30 dhcp6c 41725 set identity association
                                        Aug 1 12:45:30 dhcp6c 41725 set elapsed time (len 2)
                                        Aug 1 12:45:30 dhcp6c 41725 set option request (len 4)
                                        Aug 1 12:45:30 dhcp6c 41725 set IA_PD prefix
                                        Aug 1 12:45:30 dhcp6c 41725 set IA_PD
                                        Aug 1 12:45:30 dhcp6c 41725 send solicit to ff02::1:2%vtnet1
                                        Aug 1 12:45:30 dhcp6c 41725 reset a timer on vtnet1, state=SOLICIT, timeo=1, retrans=2083
                                        Aug 1 12:45:30 dhcp6c 41725 receive advertise from fe80::2ec8:1bff:fe03:9b13%vtnet1 on vtnet1
                                        Aug 1 12:45:30 dhcp6c 41725 get DHCP option client ID, len 14
                                        Aug 1 12:45:30 dhcp6c 41725 DUID: 00:01:00:01:2b:b0:e9:8d:66:9f:b4:58:90:62
                                        Aug 1 12:45:30 dhcp6c 41725 get DHCP option server ID, len 10
                                        Aug 1 12:45:30 dhcp6c 41725 DUID: 00:03:00:01:2c:c8:1b:03:9b:13
                                        Aug 1 12:45:30 dhcp6c 41725 get DHCP option preference, len 1
                                        Aug 1 12:45:30 dhcp6c 41725 preference: 255
                                        Aug 1 12:45:30 dhcp6c 41725 get DHCP option IA_PD, len 41
                                        Aug 1 12:45:30 dhcp6c 41725 IA_PD: ID=0, T1=43200, T2=69120
                                        Aug 1 12:45:30 dhcp6c 41725 get DHCP option IA_PD prefix, len 25
                                        Aug 1 12:45:30 dhcp6c 41725 IA_PD prefix: X::/58 pltime=77760 vltime=86400
                                        Aug 1 12:45:30 dhcp6c 41725 server ID: 00:03:00:01:2c:c8:1b:03:9b:13, pref=255
                                        Aug 1 12:45:30 dhcp6c 41725 Sending Request
                                        Aug 1 12:45:30 dhcp6c 41725 a new XID (40660d) is generated
                                        Aug 1 12:45:30 dhcp6c 41725 set client ID (len 14)
                                        Aug 1 12:45:30 dhcp6c 41725 set server ID (len 10)
                                        Aug 1 12:45:30 dhcp6c 41725 set elapsed time (len 2)
                                        Aug 1 12:45:30 dhcp6c 41725 set option request (len 4)
                                        Aug 1 12:45:30 dhcp6c 41725 set IA_PD prefix
                                        Aug 1 12:45:30 dhcp6c 41725 set IA_PD
                                        Aug 1 12:45:30 dhcp6c 41725 send request to ff02::1:2%vtnet1
                                        Aug 1 12:45:30 dhcp6c 41725 reset a timer on vtnet1, state=REQUEST, timeo=0, retrans=911
                                        Aug 1 12:45:30 dhcp6c 41725 receive reply from fe80::2ec8:1bff:fe03:9b13%vtnet1 on vtnet1
                                        Aug 1 12:45:30 dhcp6c 41725 get DHCP option client ID, len 14
                                        Aug 1 12:45:30 dhcp6c 41725 DUID: 00:01:00:01:2b:b0:e9:8d:66:9f:b4:58:90:62
                                        Aug 1 12:45:30 dhcp6c 41725 get DHCP option server ID, len 10
                                        Aug 1 12:45:30 dhcp6c 41725 DUID: 00:03:00:01:2c:c8:1b:03:9b:13
                                        Aug 1 12:45:30 dhcp6c 41725 get DHCP option IA_PD, len 41
                                        Aug 1 12:45:30 dhcp6c 41725 IA_PD: ID=0, T1=43200, T2=69120
                                        Aug 1 12:45:30 dhcp6c 41725 get DHCP option IA_PD prefix, len 25
                                        Aug 1 12:45:30 dhcp6c 41725 IA_PD prefix: X::/58 pltime=77760 vltime=86400
                                        Aug 1 12:45:30 dhcp6c 41725 dhcp6c Received REQUEST
                                        Aug 1 12:45:30 dhcp6c 41725 make an IA: PD-0
                                        Aug 1 12:45:30 dhcp6c 41725 create a prefix X::/58 pltime=77760, vltime=86400
                                        Aug 1 12:45:30 dhcp6c 41725 add an address X on vtnet2
                                        Aug 1 12:45:30 dhcp6c 41725 add an address X on vtnet0.6
                                        Aug 1 12:45:30 dhcp6c 41725 add an address X on vtnet0.4
                                        Aug 1 12:45:30 dhcp6c 41725 add an address X on vtnet0.5
                                        Aug 1 12:45:30 dhcp6c 41725 executes /var/etc/dhcp6c_wan_script.sh
                                        Aug 1 12:45:30 dhcp6c 68926 dhcp6c RELEASE, REQUEST or EXIT on vtnet1 running rc.newwanipv6
                                        Aug 1 12:45:30 dhcp6c 41725 script "/var/etc/dhcp6c_wan_script.sh" terminated
                                        Aug 1 12:45:30 dhcp6c 41725 removing an event on vtnet1, state=REQUEST
                                        Aug 1 12:45:30 dhcp6c 41725 removing server (ID: 00:03:00:01:2c:c8:1b:03:9b:13)
                                        Aug 1 12:45:30 dhcp6c 41725 got an expected reply, sleeping.

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          stephenw10 Netgate Administrator
                                          last edited by Aug 1, 2023, 4:53 PM

                                          That looks like the successful case. What does it show when it fails?

                                          J 1 Reply Last reply Aug 1, 2023, 4:54 PM Reply Quote 0
                                          24 out of 59
                                          • First post
                                            24/59
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.