• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

VMWare and VPN connections

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    VMWare and VPN connections

    Apologies in advance for any confusion in terminology, I am a lowly code monkey and not a network guru

    My main client requires me to use a VPN to connect to their corporate network so I can then RDP.

    I have three other clients who for the next couple of months I'll also need to be connected to, but they all use different VPN software, so my connections are:


    MainClient -> VpnSoftware1 -> Rdp
    SubClientA -> VpnSoftware2 -> Rdp
    SubClientB -> VpnSoftware3 -> Rdp
    SubClientC -> Rdp (no Vpn software needed)


    I've had issues in the past with running multiple Vpn software at the same time and conflicting, so my thoughts are:

    Use VMWare workstation for my three sub clients as follows:

    MainClient -> Desktop -> VpnSoftware1 -> Rdp
    SubClientA -> VMWare1 -> VpnSoftware2 -> Rdp
    SubClientB -> VMWare2 -> VpnSoftware3 -> Rdp
    SubClientC -> VMWare3 -> Rdp (no Vpn software needed)


    Would this mean "tunnelling" would happen so that network traffic from the VMWare sessions do not go down the main VpnSoftware1 "pipe"..?

    Thanks.

    #2
    Yes that setup will work. Each VM traffic is isolated from the rest.

    Also tell the client that allows RDP without VPN that this is a huge security risk.

    Comment


      #3
      Originally posted by sal View Post
      Yes that setup will work. Each VM traffic is isolated from the rest.

      Also tell the client that allows RDP without VPN that this is a huge security risk.

      Thanks sal

      Comment


        #4
        Originally posted by techno View Post
        Apologies in advance for any confusion in terminology, I am a lowly code monkey and not a network guru

        My main client requires me to use a VPN to connect to their corporate network so I can then RDP.

        I have three other clients who for the next couple of months I'll also need to be connected to, but they all use different VPN software, so my connections are:


        MainClient -> VpnSoftware1 -> Rdp
        SubClientA -> VpnSoftware2 -> Rdp
        SubClientB -> VpnSoftware3 -> Rdp
        SubClientC -> Rdp (no Vpn software needed)


        I've had issues in the past with running multiple Vpn software at the same time and conflicting, so my thoughts are:

        Use VMWare workstation for my three sub clients as follows:

        MainClient -> Desktop -> VpnSoftware1 -> Rdp
        SubClientA -> VMWare1 -> VpnSoftware2 -> Rdp
        SubClientB -> VMWare2 -> VpnSoftware3 -> Rdp
        SubClientC -> VMWare3 -> Rdp (no Vpn software needed)


        Would this mean "tunnelling" would happen so that network traffic from the VMWare sessions do not go down the main VpnSoftware1 "pipe"..?

        Thanks.
        Assuming VpnSoftware1 is not connected 2 & 3 will be unaffected, if however you connect 1 then 2 and 3 will also go down the VPN, unless "force all traffic" (name might differe per product) is not selected
        Originally posted by Stevie Wonder Boy
        I can't see any way to do it can you please advise?

        I want my account deleted and all of my information removed, I want to invoke my right to be forgotten.

        Comment


          #5
          Originally posted by SimonMac View Post
          Assuming VpnSoftware1 is not connected 2 & 3 will be unaffected, if however you connect 1 then 2 and 3 will also go down the VPN, unless "force all traffic" (name might differe per product) is not selected
          I don't think that's necessarily the case. If the VMs NICs are configured as bridged, rather than NAT, he should be alright.

          Comment


            #6
            Originally posted by SimonMac View Post
            Assuming VpnSoftware1 is not connected 2 & 3 will be unaffected, if however you connect 1 then 2 and 3 will also go down the VPN, unless "force all traffic" (name might differe per product) is not selected
            VMs should be by default configured to communicate directly with the router with their own routing tables unaffected by the host system routing tables altered by Vpnsoftware1.

            Comment


              #7
              Originally posted by amanwhoisquiet View Post
              I don't think that's necessarily the case. If the VMs NICs are configured as bridged, rather than NAT, he should be alright.
              So setting up the VMWare session it was defaulting to NAT for the network adaptor...you're saying I should really have the Bridged option selected instead?

              Comment


                #8
                Originally posted by techno View Post
                So setting up the VMWare session it was defaulting to NAT for the network adaptor...you're saying I should really have the Bridged option selected instead?
                Yes, so they can communicate with your internet router directly

                Comment


                  #9
                  Originally posted by sal View Post
                  Yes, so they can communicate with your internet router directly
                  I've setup the VMWare sessions.

                  With Bridged connections none of them worked, but when I changed to NAT everything worked as I wanted, which is strange as my understanding from this thread so far suggests they are all using VpnSoftware1 connection from the main desktop, and that scenario never worked when not using VMWare sessions.

                  I did notice when I did an IPCONFIG on VMWare sessions that they are all individual and not the same as the main desktop, so does that mean they are all "tunnelling" out seperately and one knows nothing of the other?

                  Maybe I need to get a friendly network person to sit in front of my laptop next time I'm on site

                  Comment


                    #10
                    Originally posted by techno View Post
                    I've setup the VMWare sessions.

                    With Bridged connections none of them worked, but when I changed to NAT everything worked as I wanted, which is strange as my understanding from this thread so far suggests they are all using VpnSoftware1 connection from the main desktop, and that scenario never worked when not using VMWare sessions.

                    I did notice when I did an IPCONFIG on VMWare sessions that they are all individual and not the same as the main desktop, so does that mean they are all "tunnelling" out seperately and one knows nothing of the other?

                    Maybe I need to get a friendly network person to sit in front of my laptop next time I'm on site
                    Sometimes you need a quick dive into the actual VMware Workstation Network Configuration Tool - basically, with NAT everything else will see the traffic as being from your computers primary IP. With Bridged Mode, the VM's get their own IP from your router as though they were physically separated giving true 2 way communications. If it works I'd not worry about.

                    Comment

                    Working...
                    X