05.08.2013 Views

[PDF] Parallels Server 5 Bare Metal

[PDF] Parallels Server 5 Bare Metal

[PDF] Parallels Server 5 Bare Metal

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Managing <strong>Parallels</strong> <strong>Server</strong> <strong>Bare</strong> <strong>Metal</strong> Network<br />

Configuring veth Adapter Parameters<br />

While functioning in the virtual network mode, each Container virtual network adapter appears as a<br />

full participant on the network to which it is connected and needs to have its own identity on this<br />

network.<br />

Fist of all, to start functioning on a TCP/IP network, a veth virtual adapter should be assigned an<br />

IP address. This can be done as follows:<br />

# pctl set 101 --ifname eth1 --ipadd 192.168.144.123 --save<br />

Saved parameters for Container 101<br />

This command sets an IP address of 192.168.144.123 for the eth1 adapter in Container 101.<br />

If you want to use the Dynamic Host Configuration Protocol (DHCP) to make the eth1 adapter of<br />

Container 101 automatically receive TCP/IP configuration settings, you can issue the following<br />

command instead:<br />

# pctl set 101 --ifname eth1 --dhcp yes --save<br />

Saved parameters for Container 101<br />

Any static IP address assigned to the Container virtual network adapter can be removed by<br />

executing the following command:<br />

# pctl set 101 --ifname eth1 --ipdel 192.168.144.123 --save<br />

Saved parameters for Container 101<br />

You can also delete all IP addresses set for Container 101 at once:<br />

# pctl set 101 --ifname eth1 --ipdel all --save<br />

Saved parameters for Container 101<br />

You may also wish to set the following parameters for a Container network adapter:<br />

• A DNS server that the Container virtual adapter is supposed to use:<br />

# pctl set 101 --ifname eth1 --nameserver 192.168.100.111 --save<br />

Saved parameters for Container 101<br />

• A gateway to be used for routing the traffic of the Container virtual adapter:<br />

# pctl set 101 --ifname eth1 --gateway 192.168.111.1 --save<br />

Saved parameters for Container 101<br />

Detailed information on all options which can be used with the pctl set command to manage<br />

Container adapter parameters is given in the <strong>Parallels</strong> <strong>Server</strong> 5 <strong>Bare</strong> <strong>Metal</strong> Command Line<br />

Reference Guide and the pctl manual pages.<br />

182

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!