VMware Cloud Community
Advantus1
Contributor
Contributor

Test Environment

Right now we have one flat class C network.

We are getting ready to do a large ERP/WMS upgrade.  Part of this upgrade will be a new SQL server, testing all of our custom apps, SQL Jobs, Reports, etc...

In the past we have set up a test environment in our training room that was physically a different network.  The downside is that users had to schedule time to use the room.

I'd like to just set this up in our VM Environment.

Would there be a way to set up a jump server with two nics, NIC1 connects to my production environment and NIC2 connects to the test environment.

I'd then configure a VSwitch in the test environment with no uplink.

Could the users then RDP to the jump server to gain access to the test environment without worry about writing back to the production environment?

Is there a better way?

Thanks,

0 Kudos
1 Reply
bayupw
Leadership
Leadership

Yeah you can create a jump server/desktop with 2 NICs:

one with PortGroup on Production vSwitch for users to jump in

the other one with PortGroup isolated or test environment VLAN on an isolated vSwitch with no uplink

The test environment VMs has one NIC connected to test environment VLAN on the isolated vSwitch

I'm not sure on what do you mean by writing back to production.

If you are worried about the the test VMs connectivity to production, the VLAN is on isolated vSwitch and has no uplink so it will not have connectivity to production.

You can also remove the default gateway from the test VMs NIC just to be sure that the test VMs cannot reach other network.

If you are worried about the jump server, jump server will still have access to production network.
If you want the jump server to be blocked from production network too, some options would be:

  1. Virtual Desktop: use virtual desktop as jump server and put the virtual desktop on the isolated VLAN, user will access virtual desktop from a connection broker, management vlan. Once logged into the virtual desktop, user can only access test environment. If user need to transfer some file to the jump dekstop, use usb redirection.
  2. vSphere Client: use vSphere client/vSphere web client. create a jump server with only 1 NIC on jumpserver and user access from vSphere client/web client. if user need to transfer some data, you can connect a USB using USB passthrough from user PC VMware vSphere 6.5 Documentation Library-USB Configuration from a Client Computer to a Virtual Machi... or from ESXi VMware vSphere 6.5 Documentation Library-USB Configuration from an ESXi Host to a Virtual Machine
Bayu Wibowo | VCIX6-DCV/NV
Author of VMware NSX Cookbook http://bit.ly/NSXCookbook
https://github.com/bayupw/PowerNSX-Scripts
https://nz.linkedin.com/in/bayupw | twitter @bayupw
0 Kudos