Information and software on this web site are provided under the Granite Mountain Informatics LLC End User License Agreement (EULA).
Send questions or comments to GraniteMountainInformaticsLLC@gmail.com.
In order to connect to the Teradata Vantage Express VM requires the IP address of the VM. To get the IP address of the VM perform the following:
Double click the "Gnome Terminal" icon on the desktop.
Enter the command: ip -4 addr
3. The IP address is the inet in eth0. In this case 192.168.64.2
4. Verify that your computer can connect to the IP address by starting a terminal on your computer.
5. Execute the command: ping 192.168.64.2
% ping 192.168.64.2
PING 192.168.64.2 (192.168.64.2): 56 data bytes
64 bytes from 192.168.64.2: icmp_seq=0 ttl=64 time=1.829 ms
64 bytes from 192.168.64.2: icmp_seq=1 ttl=64 time=1.607 ms
64 bytes from 192.168.64.2: icmp_seq=2 ttl=64 time=1.473 ms
64 bytes from 192.168.64.2: icmp_seq=3 ttl=64 time=1.822 ms
64 bytes from 192.168.64.2: icmp_seq=4 ttl=64 time=2.249 ms
64 bytes from 192.168.64.2: icmp_seq=5 ttl=64 time=1.719 ms
64 bytes from 192.168.64.2: icmp_seq=6 ttl=64 time=1.817 ms
64 bytes from 192.168.64.2: icmp_seq=7 ttl=64 time=0.987 ms
64 bytes from 192.168.64.2: icmp_seq=8 ttl=64 time=2.110 ms
64 bytes from 192.168.64.2: icmp_seq=9 ttl=64 time=2.554 ms
--- 192.168.64.2 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.987/1.817/2.554/0.409 ms