Example:…
Enter the following settings into the file, replacing the generic IP Addresses as needed (PREFIX is the netmask):
ONBOOT=yes
SERVICE=ipv4-static
IP=10.10.10.10
GATEWAY=10.0.0.1
PREFIX=24
BROADCAST=10.10.10.255
Save the fileBy default the VA will get its address via DHCP, but this can be changed to a Static IP address. To set a static IP address for the VA, login to the console as root/ password vcroot1 and create the following file using the vi editor with the command: "vi /etc/sysconfig/network-devices/ifconfig.eth0/ipv4".