ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    ZeroTier: Gateway device?

    IT Discussion
    9
    28
    9.5k
    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.
    • scottalanmillerS
      scottalanmiller @Dashrender
      last edited by

      @Dashrender said:

      Currently I think @olivier was working on getting an Ubiquiti ERL to have ZT installed on it directly, but he's run into a snag.

      Xen Orchestra was working on that?

      DashrenderD 1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @FATeknollogee
        last edited by

        @FATeknollogee said:

        @dafyre Nope.

        What if I need to put a phone or some similar device at a remote location ?

        You put a gateway in front of it.

        dafyreD FATeknollogeeF 2 Replies Last reply Reply Quote 1
        • dafyreD
          dafyre @scottalanmiller
          last edited by

          @scottalanmiller said:

          @FATeknollogee said:

          @dafyre Nope.

          What if I need to put a phone or some similar device at a remote location ?

          You put a gateway in front of it.

          Yepp. You could even have the ZT Gateway act as a DHCP Server for the LOCAL network as well, if it is necessary... Just one more config block.

          1 Reply Last reply Reply Quote 1
          • dafyreD
            dafyre
            last edited by

            I should have mentioned earlier though, you only NEED one DHCP server on the ZT Network if you are going to do that.

            1 Reply Last reply Reply Quote 1
            • FATeknollogeeF
              FATeknollogee @scottalanmiller
              last edited by

              @scottalanmiller said:

              @FATeknollogee said:

              @dafyre Nope.

              What if I need to put a phone or some similar device at a remote location ?

              You put a gateway in front of it.

              Where is this gateway device everyone keeps talking about?
              No spinning up a VM

              DashrenderD 1 Reply Last reply Reply Quote 0
              • DashrenderD
                Dashrender @scottalanmiller
                last edited by Dashrender

                @scottalanmiller said:

                @Dashrender said:

                Currently I think @olivier was working on getting an Ubiquiti ERL to have ZT installed on it directly, but he's run into a snag.

                Xen Orchestra was working on that?

                whoops.. wrong person.

                @scottalanmiller said:

                @Dashrender said:

                Currently I think @olivier was working on getting an Ubiquiti ERL to have ZT installed on it directly, but he's run into a snag.

                Xen Orchestra was working on that?

                Whoops - wrong person.. I meant @coliver - I think it was him. It was whoever couldn't compile the MIPS version because he couldn't get make onto the ERL.

                1 Reply Last reply Reply Quote 0
                • DashrenderD
                  Dashrender @FATeknollogee
                  last edited by

                  @FATeknollogee said:

                  @scottalanmiller said:

                  @FATeknollogee said:

                  @dafyre Nope.

                  What if I need to put a phone or some similar device at a remote location ?

                  You put a gateway in front of it.

                  Where is this gateway device everyone keeps talking about?
                  No spinning up a VM

                  there is no such device today that I'm aware of, you have to build it yourself.

                  1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller
                    last edited by

                    In theory a Raspberry Pi 2 would work very well for that.

                    wirestyle22W 1 Reply Last reply Reply Quote 2
                    • wirestyle22W
                      wirestyle22 @scottalanmiller
                      last edited by

                      @scottalanmiller said:

                      In theory a Raspberry Pi 2 would work very well for that.

                      +1

                      I said the same thing in another thread. I think it's perfect for this purpose (in theory).

                      1 Reply Last reply Reply Quote 1
                      • A
                        adam.ierymenko @FATeknollogee
                        last edited by adam.ierymenko

                        @FATeknollogee Two ways:

                        1. Run ZeroTier on the device(s) themselves. Right now this varies in terms of do-ability, but we're planning more in the future here.

                        2. Bridge them with an auxiliary device.

                        Bridging is a subject that needs more documentation, but it's not terribly hard to do.

                        Let's say you have a ZeroTier network with the IPv4 subnet 10.10.10.0/24 and you have ten devices you want to bridge in.

                        The simplest thing would be to:

                        1. Edit the network's IP auto-assignment configuration and reduce the assignment range to reserve, say, everything above 200 for non-ZT devices.

                        2. Set up ZT on a Linux machine such as a Raspberry Pi or a Linux VM on your network. (If it's a VM, be sure the hypervisor allows bridging. Some like VMWare have a setting for this.) Designate this device as an "active bridge" at the network controller level, which means it's allowed to bridge other things in. (The active bridge setting also alters its behavior in terms of multicast a bit. Bridges use slightly more bandwidth since they see more multicast traffic.)

                        3. Create a Linux bridge device (instructions differ by Linux distro) br0 and add zt0 and eth0 (or wlan0, etc.) to it.

                        4. Assign your phones and other devices IPs like 10.10.10.201, 10.10.10.202 manually and attach them to the network that is bridged to ZeroTier via the ZT bridge you configured above.

                        ZeroTier emulates L2 Ethernet, so what you've done is created a single Ethernet network consisting of a physical wired or WiFi network bridged to a virtual ZeroTier network by a bridge device. The bridge device "glues" them together, passing packets back and forth and such. Linux's bridging driver is very good and handles a lot of edge cases like MTU mismatch, etc., and we've found that it works pretty good in practice.

                        Now a ZT device with IP 10.10.10.100 should be able to ping 10.10.10.201, etc.

                        Raspberry Pi's work great for this kind of thing. They're great for cheap DIY low-power network devices like bridges, routers, NAS boxes (connect a USB drive), etc.

                        dafyreD StrongBadS 2 Replies Last reply Reply Quote 6
                        • dafyreD
                          dafyre @adam.ierymenko
                          last edited by

                          @adam.ierymenko said:

                          @FATeknollogee Two ways:

                          1. Run ZeroTier on the device(s) themselves. Right now this varies in terms of do-ability, but we're planning more in the future here.

                          2. Bridge them with an auxiliary device.

                          Bridging is a subject that needs more documentation, but it's not terribly hard to do.

                          Let's say you have a ZeroTier network with the IPv4 subnet 10.10.10.0/24 and you have ten devices you want to bridge in.

                          The simplest thing would be to:

                          1. Edit the network's IP auto-assignment configuration and reduce the assignment range to reserve, say, everything above 200 for non-ZT devices.

                          2. Set up ZT on a Linux machine such as a Raspberry Pi or a Linux VM on your network. (If it's a VM, be sure the hypervisor allows bridging. Some like VMWare have a setting for this.) Designate this device as an "active bridge" at the network controller level, which means it's allowed to bridge other things in. (The active bridge setting also alters its behavior in terms of multicast a bit. Bridges use slightly more bandwidth since they see more multicast traffic.)

                          3. Create a Linux bridge device (instructions differ by Linux distro) br0 and add zt0 and eth0 (or wlan0, etc.) to it.

                          4. Assign your phones and other devices IPs like 10.10.10.201, 10.10.10.202 manually and attach them to the network that is bridged to ZeroTier via the ZT bridge you configured above.

                          ZeroTier emulates L2 Ethernet, so what you've done is created a single Ethernet network consisting of a physical wired or WiFi network bridged to a virtual ZeroTier network by a bridge device. The bridge device "glues" them together, passing packets back and forth and such. Linux's bridging driver is very good and handles a lot of edge cases like MTU mismatch, etc., and we've found that it works pretty good in practice.

                          Now a ZT device with IP 10.10.10.100 should be able to ping 10.10.10.201, etc.

                          Raspberry Pi's work great for this kind of thing. They're great for cheap DIY low-power network devices like bridges, routers, NAS boxes (connect a USB drive), etc.

                          Thank you 😄 This is the kind of instructions I had been looking for. runs off to try it

                          1 Reply Last reply Reply Quote 4
                          • StrongBadS
                            StrongBad @adam.ierymenko
                            last edited by

                            @adam.ierymenko Thanks!

                            1 Reply Last reply Reply Quote 0
                            • dafyreD
                              dafyre
                              last edited by

                              I got my setup ALMOST working... It would seem that despite enabling proxy arp and other things, that I cannot get both halves of the ethernet segment to talk...
                              IP Subnet: 192.168.100.0/24
                              192.168.100.1-199 (HOME)
                              13 (ZTGateway, Linux, Bridged)-----------------------CLOUD---------------------------192.166.100.201 (REMOTE MACHINE, Linux)

                              I am able to ping the bridged IP, but I am unable to ping anything behind it. I did enable IP_FORWARD, but that did not help. I also tried enabling net.ipv4.proxy_arp but that also did not help.

                              @adam-ierymenko Is there any of your user base that could help with this? I'd be happy to post it over on the Github thread if you would rather me post it there.

                              1 Reply Last reply Reply Quote 1
                              • A
                                adam.ierymenko
                                last edited by

                                We have our own community site at https://www.zerotier.com/community/

                                I'd look into bridging options in Linux. I don't remember off the top of my head, but I know it has some options around enabling bridging and bridge behavior. There's several.

                                Does tcpdump on the remote end show you anything?

                                dafyreD 1 Reply Last reply Reply Quote 0
                                • dafyreD
                                  dafyre @adam.ierymenko
                                  last edited by

                                  @adam.ierymenko said:

                                  We have our own community site at https://www.zerotier.com/community/

                                  I'd look into bridging options in Linux. I don't remember off the top of my head, but I know it has some options around enabling bridging and bridge behavior. There's several.

                                  Does tcpdump on the remote end show you anything?

                                  I'll go and pester that community for a bit. 🙂

                                  tcpdump on the bridge shows the packets are being received by the bridge, but it's not doing the proxy arp.

                                  A 2 Replies Last reply Reply Quote 1
                                  • A
                                    adam.ierymenko @dafyre
                                    last edited by

                                    @dafyre It shouldn't really have to proxy arp in theory. The arps should cross the bridge and "just work." I could see proxy arp making things more reliable though.

                                    1 Reply Last reply Reply Quote 2
                                    • A
                                      adam.ierymenko @dafyre
                                      last edited by

                                      @dafyre Maybe proxy arp is actually in the way.

                                      1 Reply Last reply Reply Quote 2
                                      • dafyreD
                                        dafyre
                                        last edited by

                                        It is possible. I just checked in the community and noticed something in the build that somebody else did. They had a separate management interface.

                                        My system currently has only 1 ethernet interface and the zt0 interface... Time for more testing, lol.

                                        1 Reply Last reply Reply Quote 1
                                        • 1
                                        • 2
                                        • 1 / 2
                                        • First post
                                          Last post