ESX Network Config
ESX Network Config
ESX Network Config
How can I get networking back up for my ESX Server host when I have access only to the service
console?
In the above example, there exists a virtual machine network named "VM Network" and no
Service Console portgroup. For illustration, we will create a new virtual switch and place the
service console portgroup on it.
Because there is a space in the name we chose (Service Console), we must enclose it in
quotation marks.
Nothing to flush.
10. Verify the networking configuration on the ESX Server host. See Verifying ESX Server host
networking configuration on the service console (1003796).
PART II
2. Verify the contents of /etc/sysconfig/network. Confirm that the proper values for your
environment exist for the fully qualified hostname and gateway. Consult your network
administrator if you are unsure. For example:
NETWORKING=yes
HOSTNAME=server.domain.com
GATEWAY=192.168.1.1
GATEWAYDEV=vswif0
3. Verify that /etc/sysconfig/network-scripts/ifcfg-vswif0 has the correct settings for
IP address (IPADDR), subnet mask (NETMASK), and network (NETWORK). Consult your
network administrator if you are unsure. For example:
DEVICE=vswif0
BOOTPROTO=static
BROADCAST=192.168.1.255
IPADDR=192.168.1.10
NETMASK=255.255.255.0
NETWORK=192.168.1.0
ONBOOT=yes
PORTGROUP="Service Console"
MACADDR=00:50:56:4a:66:ba
Ensure that the second column of the row flagged with UG matches the gateway address for your
environment.
6. Verify network connectivity between systems. See Testing network connectivity with the Ping
command (1003486).
Note: Changes to the network and ifcfg-vswif0 files require a restart of the network service. Type
the following command and press Enter to restart the network service: