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

    Native IPv6 from Telekom using GPON and PPPoe [solved]

    IPv6
    5
    22
    3.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.
    • JKnottJ
      JKnott @bbusa
      last edited by

      @bbusa said in Native IPv6 from Telekom using GPON and PPPoe:

      At this point I have a fully routable ipv6 address on my router, but none of the devices connected to this router get any address assigned.
      Could someone please help me understand why it would or wouldn't work, or how could I fix this?

      ISPs typically use DHCPv6-PD to assign a prefix for the local network. It will work with a /64 or larger prefix. Does your ISP support it?

      PfSense running on Qotom mini PC
      i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
      UniFi AC-Lite access point

      I haven't lost my mind. It's around here...somewhere...

      B 1 Reply Last reply Reply Quote 0
      • B
        bbusa
        last edited by

        As I mentioned above, my ISP will only assign me a /64.

        JKnottJ 1 Reply Last reply Reply Quote 0
        • DerelictD
          Derelict LAYER 8 Netgate
          last edited by Derelict

          I called them today, and they said that the best they can do is /64.

          That's really too bad. They should not deploy IPv6 at all until they get a clue.

          The generally best answer to a moronic ISP is to use a /48 from www.tunnelbroker.net until your ISP comes to their senses.

          Chattanooga, Tennessee, USA
          A comprehensive network diagram is worth 10,000 words and 15 conference calls.
          DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
          Do Not Chat For Help! NO_WAN_EGRESS(TM)

          1 Reply Last reply Reply Quote 0
          • JKnottJ
            JKnott @bbusa
            last edited by JKnott

            @bbusa said in Native IPv6 from Telekom using GPON and PPPoe:

            As I mentioned above, my ISP will only assign me a /64.

            That wasn't my question. It was do they support DHCPv6-PD? That's the way many ISPs provide DHCPv6, even for a /64, as my ISP did initially. They now provide a /56. Incidentally, the WAN interface does not need a routeable address. Link local addresses are often used for routing with IPv6.

            PfSense running on Qotom mini PC
            i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
            UniFi AC-Lite access point

            I haven't lost my mind. It's around here...somewhere...

            1 Reply Last reply Reply Quote 0
            • B
              bbusa
              last edited by

              I'm uncertain what kind of delegation method they are using, when I called them on the phone, the only thing they could tell me about this ipv6 connection is that they can see that I've got a /64 subnet assigned to my connection, and they wished me luck in configuring it. My question is, would I have difficulty with other hardware/software also with this?
              I had perfectly good LAN (all my devices got a routable ipv6 address) without pfsense (only had firewall issues) and thats why I went with pfsense. But if pfSense is not compatible with this kind of routing, I think its better for me to look for an alternative solution. Anyone would have any tips maybe?

              1 Reply Last reply Reply Quote 0
              • B
                bbusa @JKnott
                last edited by

                @JKnott you mentioned that if they are using DHCPv6-PD then it will work with /64 or larger prefix. Could you please share what kind of configuration would I need to have in order to get it working?

                JKnottJ 1 Reply Last reply Reply Quote 0
                • DerelictD
                  Derelict LAYER 8 Netgate
                  last edited by

                  Setting the DHCP6 configuration on WAN to pull the /64 delegation in the Client Configuration

                  Setting one and only one inside interface to Track Interface with an IPv6 Prefix ID of 0.

                  Chattanooga, Tennessee, USA
                  A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                  DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                  Do Not Chat For Help! NO_WAN_EGRESS(TM)

                  B 1 Reply Last reply Reply Quote 0
                  • B
                    bbusa @Derelict
                    last edited by

                    @Derelict This was the original config that I've tried.
                    "What I did is for WAN I used PPPoe for ipv4 (fully working) and set DHCPv6 for ipv6. When I scroll down I have used delegation size of /64, and left everything else unticked, except "Request a Ipv6 prefix/infromation through the ipv4 connectivity link". Without having this ticked, even my router won't get an IPv6.
                    For the LAN I've used Static IPv4 addressing (which also works here), and used track interface for ipv6 and set my WAN as the tracked interface."

                    See the original post.
                    This didn't result with success.

                    DerelictD 1 Reply Last reply Reply Quote 0
                    • DerelictD
                      Derelict LAYER 8 Netgate @bbusa
                      last edited by Derelict

                      @bbusa Set the DHCP client debugging on on WAN.

                      Look at the DHCP logs filtering on command dhcp6c

                      If they are actually putting an interface address on your WAN (link-local or not) and delegating a /64 you should be able to get one interface working.

                      If they are putting a /64 on WAN and that's it, they are stupid and you'll need to do something else.

                      Chattanooga, Tennessee, USA
                      A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                      DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                      Do Not Chat For Help! NO_WAN_EGRESS(TM)

                      1 Reply Last reply Reply Quote 0
                      • JKnottJ
                        JKnott @bbusa
                        last edited by

                        @bbusa said in Native IPv6 from Telekom using GPON and PPPoe:

                        @JKnott you mentioned that if they are using DHCPv6-PD then it will work with /64 or larger prefix. Could you please share what kind of configuration would I need to have in order to get it working?

                        As I mentioned, ISPs often use DHCPv6-PD to assign IPv6. The "PD" part is what provides the subnet. You have to configure the WAN interface to use DHCPv6 and then There's also a setting on the LAN tab to select track interface and with a /64, you'd have to specify your prefix as 0. There's a bit more than that, but this should get you started, if your ISP supports DHCPv6-PD.

                        PfSense running on Qotom mini PC
                        i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                        UniFi AC-Lite access point

                        I haven't lost my mind. It's around here...somewhere...

                        1 Reply Last reply Reply Quote 0
                        • B
                          btz
                          last edited by

                          Telekom uses / 56 prefixes in the retail package, usually not using other constructions in the business package.
                          I asked my Telekom close acquaintances what they know about the prefixes used in the business package. Maybe on Monday, I will receive an answer that will probably be the same as the packages in the residential package.
                          With /56 prefixes, you can formed 256 /64 subnets, 256 interfaces can be addressed.

                          1 Reply Last reply Reply Quote 1
                          • B
                            bbusa
                            last edited by

                            After further discussion and checking, indeed Telekom was giving out /56 prefixes, and that has solved the issue. Now everything is working.
                            They had misinformation on the phone, and that created the confusion.

                            JKnottJ 1 Reply Last reply Reply Quote 0
                            • JKnottJ
                              JKnott @bbusa
                              last edited by

                              @bbusa said in Native IPv6 from Telekom using GPON and PPPoe [solved]:

                              They had misinformation on the phone, and that created the confusion.

                              Misinformation from an ISP? WOW, that's a first!!! Yeah, right. 😉

                              IPv6 from my ISP worked well from the start, three years ago, until I ran into a problem around New Years. With my own testing, I had determined the problem was at the ISPs office and later was even able to identify the failing system. It took me 3 months to get the problem resolve and I often found myself having to teach the support people how IPv6 worked. Hopefully, the support will improve, as ISPs get more experience with IPv6.

                              PfSense running on Qotom mini PC
                              i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                              UniFi AC-Lite access point

                              I haven't lost my mind. It's around here...somewhere...

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