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

    Networking and 1U Colocation

    IT Discussion
    colocation networking virtualization software defined network
    15
    103
    9.8k
    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.
    • EddieJenningsE
      EddieJennings
      last edited by

      Experimented with this tonight, so I figured share what I did. I was curious to see if I could access the iDRAC web interface without exposing iDRAC to the Internet.

      The solution I used seemed simple enough. I created another NIC in a VM, and set it to be bridged to the 2nd NIC on the host via macvtap. I gave the NIC a static IP. On the host, I connected the iDRAC port to the 2nd NIC using a crossover cable, and added an appropriate static IP in the DRAC settings. I connected to my VM via ScreenConnect (which for now is how I'll be connecting remotely to my management VM), and was able to browse to the iDRAC web page.

      I don't plan on doing this when I ship my server off, but I was curious to see if I could do it and make it work.

      black3dynamiteB 1 Reply Last reply Reply Quote 1
      • black3dynamiteB
        black3dynamite @EddieJennings
        last edited by

        @eddiejennings said in Networking and 1U Colocation:

        Experimented with this tonight, so I figured share what I did. I was curious to see if I could access the iDRAC web interface without exposing iDRAC to the Internet.

        The solution I used seemed simple enough. I created another NIC in a VM, and set it to be bridged to the 2nd NIC on the host via macvtap. I gave the NIC a static IP. On the host, I connected the iDRAC port to the 2nd NIC using a crossover cable, and added an appropriate static IP in the DRAC settings. I connected to my VM via ScreenConnect (which for now is how I'll be connecting remotely to my management VM), and was able to browse to the iDRAC web page.

        I don't plan on doing this when I ship my server off, but I was curious to see if I could do it and make it work.

        What about setting up ZeroTier bridge VM?

        EddieJenningsE 1 Reply Last reply Reply Quote 0
        • EddieJenningsE
          EddieJennings @black3dynamite
          last edited by

          @black3dynamite said in Networking and 1U Colocation:

          @eddiejennings said in Networking and 1U Colocation:

          Experimented with this tonight, so I figured share what I did. I was curious to see if I could access the iDRAC web interface without exposing iDRAC to the Internet.

          The solution I used seemed simple enough. I created another NIC in a VM, and set it to be bridged to the 2nd NIC on the host via macvtap. I gave the NIC a static IP. On the host, I connected the iDRAC port to the 2nd NIC using a crossover cable, and added an appropriate static IP in the DRAC settings. I connected to my VM via ScreenConnect (which for now is how I'll be connecting remotely to my management VM), and was able to browse to the iDRAC web page.

          I don't plan on doing this when I ship my server off, but I was curious to see if I could do it and make it work.

          What about setting up ZeroTier bridge VM?

          ZeroTier is my next thing to try. I wanted to do my little iDrac experiment, and I had screenconnect handy. Connecting to my management VM via ZeroTier is probably the best way to go.

          Reid CooperR 1 Reply Last reply Reply Quote 0
          • Reid CooperR
            Reid Cooper @EddieJennings
            last edited by

            @eddiejennings ZT is some slick stuff. You'll like it a lot. @adam-ierymenko

            travisdh1T 1 Reply Last reply Reply Quote 0
            • travisdh1T
              travisdh1 @Reid Cooper
              last edited by

              @reid-cooper said in Networking and 1U Colocation:

              @eddiejennings ZT is some slick stuff. You'll like it a lot. @adam-ierymenko

              Yep. When a VPN is needed, it's the easiest/quickest solution I've found.

              EddieJenningsE 1 Reply Last reply Reply Quote 0
              • EddieJenningsE
                EddieJennings @travisdh1
                last edited by

                @travisdh1 said in Networking and 1U Colocation:

                @reid-cooper said in Networking and 1U Colocation:

                @eddiejennings ZT is some slick stuff. You'll like it a lot. @adam-ierymenko

                Yep. When a VPN is needed, it's the easiest/quickest solution I've found.

                One use I'm considering is installing it on my KVM host so I can manage it from home via SSH without having to do additional firewall configuration.

                travisdh1T 1 Reply Last reply Reply Quote 0
                • travisdh1T
                  travisdh1 @EddieJennings
                  last edited by

                  @eddiejennings said in Networking and 1U Colocation:

                  @travisdh1 said in Networking and 1U Colocation:

                  @reid-cooper said in Networking and 1U Colocation:

                  @eddiejennings ZT is some slick stuff. You'll like it a lot. @adam-ierymenko

                  Yep. When a VPN is needed, it's the easiest/quickest solution I've found.

                  One use I'm considering is installing it on my KVM host so I can manage it from home via SSH without having to do additional firewall configuration.

                  FreePBX is what I use it for currently. Just makes so I don't have to arse with setting up dynamic DNS services from the 5 different places I typically work from, let alone all the other random places I end up.

                  1 Reply Last reply Reply Quote 0
                  • EddieJenningsE
                    EddieJennings
                    last edited by

                    My final networking challenge is making sure my host is configured to be able to talk to the outside world. This is the current version of the topology.

                    0_1523133989324_colonetwork3.png

                    The question becomes how to configure a default route on the host that sends traffic to virbr1.

                    I notice in /etc/sysconfig/network-scripts/ there are no scripts for the virtual interfaces. I could use ip route add default via 192.168.1.1; however, that will not survive a reboot.

                    When I run nmcli I see the bridge (virbr1) with the IP it was assigned via virsh net-edit, since when creating the the network in Virt-Manager it assigned an address of 192.168.1.1, and I wanted the LAN interface on the VyOS firewall to have 192.168.1.1.

                    Methinks the solution is likely with using nmcli.

                    1 Reply Last reply Reply Quote 1
                    • JaredBuschJ
                      JaredBusch
                      last edited by

                      Honestly, if it were me, I would just add a NIC on the LAN to your host and let it reside on your LAN like everything else.

                      I know other things were mentioned and recommended out of paranoid security concerns, but realistically, that is mitigating such a small risk, that I generally find it not to be worth the effort.

                      The thought exercise has to be gone through to determine that though.

                      EddieJenningsE 1 Reply Last reply Reply Quote 3
                      • EddieJenningsE
                        EddieJennings @JaredBusch
                        last edited by

                        @jaredbusch said in Networking and 1U Colocation:

                        Honestly, if it were me, I would just add a NIC on the LAN to your host and let it reside on your LAN like everything else.

                        I know other things were mentioned and recommended out of paranoid security concerns, but realistically, that is mitigating such a small risk, that I generally find it not to be worth the effort.

                        The thought exercise has to be gone through to determine that though.

                        There is a gap of understanding. The LAN interface of the VyOS VM is connected to virbr1. For the host, do you mean create an interface and [attach] it to virbr1? Or do you mean assigning an IP address to virbr1?

                        This is how the virtual networks appear on the host (from nmcli).

                        virbr0: connected to virbr0
                        	"virbr0"
                        	bridge, 52:54:00:55:91:EB, sw, mtu 1500
                        	inet4 192.168.122.1/24
                        
                        virbr1: connected to virbr1
                        	"virbr1"
                        	bridge, 52:54:00:BF:E7:FB, sw, mtu 1500
                        
                        1 Reply Last reply Reply Quote 0
                        • stacksofplatesS
                          stacksofplates
                          last edited by stacksofplates

                          If you're not having other people connect to it and it's just for testing, I'd just leave the connection go to the host (SSH and Cockpit) and then join all of your VMs to ZeroTier.

                          EddieJenningsE 1 Reply Last reply Reply Quote 0
                          • EddieJenningsE
                            EddieJennings @stacksofplates
                            last edited by EddieJennings

                            @stacksofplates said in Networking and 1U Colocation:

                            If you're not having other people connect to it and it's just for testing, I'd just leave the connection go to the host (SSH and Cockpit) and then join all of your VMs to ZeroTier.

                            Would you expose your hypervisor to the Internet with no firewall in between?

                            stacksofplatesS ObsolesceO 2 Replies Last reply Reply Quote 0
                            • stacksofplatesS
                              stacksofplates @EddieJennings
                              last edited by stacksofplates

                              @eddiejennings said in Networking and 1U Colocation:

                              @stacksofplates said in Networking and 1U Colocation:

                              If you're not having other people connect to it and it's just for testing, I'd just leave the connection go to the host (SSH and Cockpit) and then join all of your VMs to ZeroTier.

                              Would you expose your hypervisor to the Internet with no firewall in between?

                              For your lab, as long as you use strong SSH keys I don't see an issue with it. I've not tried it but you should be able to set your hosts.allow to only use your workstations ZeroTier IP address. You could also just do an SSH tunnel for Cockpit if you want to use it.

                              1 Reply Last reply Reply Quote 0
                              • stacksofplatesS
                                stacksofplates
                                last edited by

                                You can also do extra hardening with something like SCAP.

                                1 Reply Last reply Reply Quote 0
                                • EddieJenningsE
                                  EddieJennings
                                  last edited by

                                  The story has evolved a bit, as Colocation America gave me a /29 network rather than /30, so it's possible that could just assign a public IP to the other physical NIC on my server -- though, that seems like not a good practice.

                                  It seems like there has to be a way for my host to be able to access the Internet through one of the guests.

                                  stacksofplatesS 1 Reply Last reply Reply Quote 0
                                  • stacksofplatesS
                                    stacksofplates @EddieJennings
                                    last edited by

                                    @eddiejennings said in Networking and 1U Colocation:

                                    The story has evolved a bit, as Colocation America gave me a /29 network rather than /30, so it's possible that could just assign a public IP to the other physical NIC on my server -- though, that seems like not a good practice.

                                    It seems like there has to be a way for my host to be able to access the Internet through one of the guests.

                                    The only way to do that is a full bridge. Either a normal bridge or an OVS bridge.

                                    1 Reply Last reply Reply Quote 0
                                    • stacksofplatesS
                                      stacksofplates
                                      last edited by

                                      I just tested it on my one hypervisor. If I set hosts.allow to my ZT address on my laptop and hosts.deny to all I can still ssh to the KVM host over ZT.

                                      EddieJenningsE 1 Reply Last reply Reply Quote 0
                                      • EddieJenningsE
                                        EddieJennings @stacksofplates
                                        last edited by

                                        @stacksofplates said in Networking and 1U Colocation:

                                        I just tested it on my one hypervisor. If I set hosts.allow to my ZT address on my laptop and hosts.deny to all I can still ssh to the KVM host over ZT.

                                        So applying that to my scenario, one of your KVM hosts's NICs would have a public IP address, correct?

                                        There was one point I missed that you said. Eventually, there will be others connecting to the VMs, I'm planning on running a NextCloud VM, PBX, and Zimbra.

                                        1 Reply Last reply Reply Quote 0
                                        • EddieJenningsE
                                          EddieJennings
                                          last edited by

                                          This looks like it worked. I added this line to the appropriate network using virsh net-edit:

                                          <route address='0.0.0.0' prefix='0' gateway='192.168.100.1'/> (yes, the final subnet decision was to use 192.168.100.0/24).

                                          That created a default route, which shows up with ip route show. If I can get DNS resolution, then I'm all set 😄 .

                                          1 Reply Last reply Reply Quote 2
                                          • EddieJenningsE
                                            EddieJennings
                                            last edited by

                                            And for DNS, this worked.

                                            nmcli connection mod virbr1 ipv4.dns "8.8.8.8"

                                            1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 5 / 6
                                            • First post
                                              Last post