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

IPv6 Default Gateway not sicking

IPv6
6
23
14.0k
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.
  • K
    k6usy
    last edited by Sep 17, 2013, 8:09 PM

    C:\WINDOWS\system32>netsh int ipv6 show int wi-fi
    
    Interface Wi-Fi Parameters
    ----------------------------------------------
    IfLuid                             : wireless_0
    IfIndex                            : 15
    State                              : connected
    Metric                             : 25
    Link MTU                           : 1500 bytes
    Reachable Time                     : 39500 ms
    Base Reachable Time                : 30000 ms
    Retransmission Interval            : 1000 ms
    DAD Transmits                      : 1
    Site Prefix Length                 : 64
    Site Id                            : 1
    Forwarding                         : disabled
    Advertising                        : disabled
    Neighbor Discovery                 : enabled
    Neighbor Unreachability Detection  : enabled
    Router Discovery                   : enabled
    Managed Address Configuration      : disabled
    Other Stateful Configuration       : enabled
    Weak Host Sends                    : disabled
    Weak Host Receives                 : disabled
    Use Automatic Metric               : enabled
    Ignore Default Routes              : disabled
    Advertised Router Lifetime         : 1800 seconds
    Advertise Default Route            : disabled
    Current Hop Limit                  : 64
    Force ARPND Wake up patterns       : disabled
    Directed MAC Wake up patterns      : disabled
    ECN capability                     : application
    
    1 Reply Last reply Reply Quote 0
    • D
      doktornotor Banned
      last edited by Sep 17, 2013, 8:38 PM

      Pretty much exactly same like here, except that I have Managed Address Configuration enabled (using DHCPv6). Try with wired. :)

      1 Reply Last reply Reply Quote 0
      • K
        k6usy
        last edited by Sep 17, 2013, 8:54 PM

        Just remote desktoped back into the computer in question and the gateway was gone again.  I'll do some more testing later.  For now I will leave the gateway manually set.

        Does RA use ICMP?

        1 Reply Last reply Reply Quote 0
        • D
          doktornotor Banned
          last edited by Sep 17, 2013, 9:36 PM

          Well… IPv6 pretty much requires ICMPv6 enabled.

          http://en.wikipedia.org/wiki/ICMPv6

          1 Reply Last reply Reply Quote 0
          • K
            k6usy
            last edited by Sep 17, 2013, 9:41 PM

            I'm not blocking it, trying to figure out what to look for.  Might have to fire up wire shark.

            1 Reply Last reply Reply Quote 0
            • K
              k6usy
              last edited by Sep 18, 2013, 12:37 AM Sep 18, 2013, 12:35 AM

              Do you think changing the radvd advertisement interval to a lower number would help?

              # Automatically Generated, do not edit
              # Generated config for dhcp6 delegation from wan on lan
              interface vr0 {
                      AdvSendAdvert on;
                      MinRtrAdvInterval 3;
                      MaxRtrAdvInterval 10;
                      AdvLinkMTU 1500;
                      AdvOtherConfigFlag on;
                              AdvAutonomous on;
                              AdvRouterAddr on;
                      };
                      RDNSS 2601:c:8200:243:20d:b9ff:fe20:8d30 { };
                      DNSSL k6usy.com { };
              };
              
              
              1 Reply Last reply Reply Quote 0
              • D
                doktornotor Banned
                last edited by Sep 18, 2013, 8:10 AM

                So you have this set to assisted? Tried unmanaged instead? The interval, nah, not really.

                1 Reply Last reply Reply Quote 0
                • K
                  k6usy
                  last edited by Sep 20, 2013, 4:47 PM

                  How would I change it? The "DHCPv6 Server/RA" page is blocked out because I do not have a static v6 address assigned to my LAN.  My LAN is tracking my WAN.

                  Currently my WAN gets a /128 address from Comcast and the LAN is using one of the address from the delegated /64.

                  Use IPv4 connectivity as parent interface: Unchecked
                  Request only a IPv6 prefix: Unchecked
                  DHCPv6 Prefix Delegation size: 64
                  Send IPv6 prefix hint: Unchecked

                  On another note I am noticing that Comcast delegates a new /64 to me if I reboot my router; that makes things fun.  IPv6 stops working on my windows computers until I reload the IPv6 stack so it clears the old addresses.

                  1 Reply Last reply Reply Quote 0
                  • P
                    pfSenseRocks
                    last edited by Sep 20, 2013, 8:21 PM

                    except that I have Managed Address Configuration enabled (using DHCPv6).

                    I would love to use managed address config as well but I haven't come across any step-by-step description of how to go about this. Probably a testament to my searching skills or lack thereof but, can you point me in the right direction?

                    1 Reply Last reply Reply Quote 0
                    • R
                      razzfazz
                      last edited by Sep 20, 2013, 9:07 PM

                      @k6usy:

                      Currently my WAN gets a /128 address from Comcast and the LAN is using one of the address from the delegated /64.

                      Use IPv4 connectivity as parent interface: Unchecked
                      Request only a IPv6 prefix: Unchecked
                      DHCPv6 Prefix Delegation size: 64
                      Send IPv6 prefix hint: Unchecked

                      I am on Comcast as well, and I would recommend that you check the somewhat mysteriously named "IPv4 connectivity via parent" box; without that, IPv6 connectivity will not recover from temporary loss of upstream connectivity (e.g., unplug modem without rebooting it).

                      @k6usy:

                      On another note I am noticing that Comcast delegates a new /64 to me if I reboot my router; that makes things fun.  IPv6 stops working on my windows computers until I reload the IPv6 stack so it clears the old addresses.

                      Seems to work just fine for me. Are you sure you're not accidentally blocking things? That would seem to be consistent with your symptoms.

                      Do you have "block bogon networks" enabled in your WAN and/or LAN interface settings by any chance? That apparently has the unfortunate side effect of blocking some ICMP6 traffic that is required for IPv6 to work properly.

                      1 Reply Last reply Reply Quote 0
                      • K
                        k6usy
                        last edited by Sep 20, 2013, 9:41 PM Sep 20, 2013, 9:39 PM

                        @razzfazz:

                        I am on Comcast as well, and I would recommend that you check the somewhat mysteriously named "IPv4 connectivity via parent" box; without that, IPv6 connectivity will not recover from temporary loss of upstream connectivity (e.g., unplug modem without rebooting it).

                        Enabling this breaks my IPv6 connection.

                        @razzfazz:

                        Seems to work just fine for me. Are you sure you're not accidentally blocking things? That would seem to be consistent with your symptoms.

                        Do you have "block bogon networks" enabled in your WAN and/or LAN interface settings by any chance? That apparently has the unfortunate side effect of blocking some ICMP6 traffic that is required for IPv6 to work properly.

                        Nope, I have that off on all interfaces.

                        1 Reply Last reply Reply Quote 0
                        • R
                          razzfazz
                          last edited by Sep 20, 2013, 10:04 PM Sep 20, 2013, 9:55 PM

                          @k6usy:

                          @razzfazz:

                          I am on Comcast as well, and I would recommend that you check the somewhat mysteriously named "IPv4 connectivity via parent" box; without that, IPv6 connectivity will not recover from temporary loss of upstream connectivity (e.g., unplug modem without rebooting it).

                          Enabling this breaks my IPv6 connection.

                          Even after a subsequent reboot? Bizarre, works just fine for me…

                          @k6usy:

                          @razzfazz:

                          Seems to work just fine for me. Are you sure you're not accidentally blocking things? That would seem to be consistent with your symptoms.

                          Do you have "block bogon networks" enabled in your WAN and/or LAN interface settings by any chance? That apparently has the unfortunate side effect of blocking some ICMP6 traffic that is required for IPv6 to work properly.

                          Nope, I have that off on all interfaces.

                          Any other rule that might lead to router advertisement packets being blocked? Have you looked over /tmp/rules.debug?

                          1 Reply Last reply Reply Quote 0
                          • P
                            priller
                            last edited by Sep 21, 2013, 10:57 PM Sep 21, 2013, 1:05 PM

                            @k6usy:

                            @razzfazz:

                            I am on Comcast as well, and I would recommend that you check the somewhat mysteriously named "IPv4 connectivity via parent" box; without that, IPv6 connectivity will not recover from temporary loss of upstream connectivity (e.g., unplug modem without rebooting it).

                            Enabling this breaks my IPv6 connection.

                            Enabling that broke it for me, too.  Also, on Comcast.

                            • I had received IPv6 addressing initially (built a fresh 2.1-RELEASE system).
                            • In the middle of the night, Comcast was out for 30 minutes.
                            • pfs still had IPv6 addressing, but I was not able to go anywhere via IPv6 (IPv4 still worked).
                            • I rebooted pfs, but it would not reacquire IPv6 addressing.
                            • I did multiple reboots of the cable modem and pfs, but still no IPv6.
                            • I then unchecked "Request a IPv6 prefix/information through the IPv4 connectivity link", rebooted and then I got IPv6 back.

                            I'd really like a better understanding about what that option does.  It may not be working as expected.

                            1 Reply Last reply Reply Quote 0
                            • R
                              rcarsey
                              last edited by Aug 1, 2014, 3:29 PM

                              I know this is an old thread – but I had a similar problem.  I am using DHCPv6;  Windows 7 would obtain an address from DHCPv6 and the default route from the router.  The default route would be there (as seen via "route print") for 30 minutes.  Then it would disappear.

                              I found that the default Windows Firewall allows ICMPv6 ONLY from fe80::/64.  Normally, this is fine, however, in our infinite wisdom, we set the router's link-local address to be fe80:42::1  (which isnt part of the fe80::/64 subnet).  If we let it pick its own link-local, (the default) it would have been OK.

                              Thus, the initial default gateway appeared because Windows requested it via Router Solicitation.  But it was unable to hear the periodic Router Advertisement messages after that in order to keep that default route alive.  It timed out after 30 minutes and disappeared.

                              We've since changed our router's link-local address to be fe80::42:1 (which IS part of fe80::/64).

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post
                              Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.