Setting up remote & growth computers
This is the process for setting up the “buffer” computers used to remote into the growth computers.
Throughout this article remote computer will refer to the computer connected directly to the UT network and have the USB end of the USB-ethernet adapter. The growth computer will refer to the computer hosting all the MBE machine-related hardware.
Required materials
USB to Ethernet adapter
This can be a one port or multiport switch
Ethernet cable
Long enough to connect remote computer to growth computer
Computer with UT Austin network connection
You will need the admin login
Procedure for growth computer
Log into the growth computer and open a command prompt
Use the command below to see the ethernet connections
ipconfig /all
Make a note of the ethernet adapter information, in particular the IPv4 Address
Procedure for the remote computer
Connect an ethernet cable to the growth computer’s ethernet cable
Connect the other end of the ethernet cable to an ethernet-USB adapter and then connect the adapter to the remote computer
Log into the remote computer
Search for View network connections
Find the USB-ethernet adapter from the list of ethernet connections
Right click the adapter and select “Properties” (you need admin privileges)
Scroll to find Internet Protocol Version 4 (TCP/IPv4) and click Properties
Change the IP settings to use a static IP. Below is an example:
This is the most important part. The IP address' first 3 bytes must match the growth computer ethernet port IP address first 3 bytes. In this example the growth computer has: 10.157.36.85, on the remote computer you must then set 10.157.36.xx where the xx can be any value.
Subnet mask leave at 255.255.255.0
Click OK
Verify you can remote into the computer. A quick check is by opening a command prompt and using the following command:
ping growthcomputername
This is the expected output, notice the remote computer sent 4 packets and received all 4. This verifies that the computer can talk to echo-growth.
Note: that if the full computer name is set on the growth computer, you can use it to remote in instead of the static IP address