Summary
Learn how to configure the IP address after the TMEEG initial startup.
Details
The TMEEG gets the IP address from the DHCP server, which is available in your network. However, if you do not have a DHCP server, you need to manually configure the network card:
- After the virtual machine starts up, log in using the root account.
- Execute the appropriate command(s):
Note: Make sure to replace the IP address, subnet mask, default gateway and DNS server(s) according to your local network settings.
- To set a temporary IP address:
ifconfig eth0 192.168.0.10 netmask 255.255.255.0
- To define the default gateway:
route add default gw 192.168.0.1
- To add a nameserver:
vi /etc/resolv.conf
nameserver 192.168.0.1
nameserver 192.168.0.2
- To set a temporary IP address:
- Save and exit.
- Connect to the webmin web console for the static configuration using https://192.168.0.10:10000/.
- Log in using the same credentials as mentioned above.
- Configure the network.
- Go to Networking > Network Configuration > Network Interfaces > eth0.
- Select Static and define the IP and netmask.
If you do not know your broadcast address, open a command shell and execute "ifconfig eth0|grep --color Bcast".
- Save the changes.
- Go to Routing and Gateways > Default routes.
- Select eth0 as the interface and set the proper gateway.
- Save the changes and apply the configuration.
You can now connect to the TMEEG admin web console which is https://192.168.0.10/.