Configuring veth Adapter Parameters
While functioning in the
Fist of all, to start functioning on a TCP/IP network, a
Note:
For detailed information on all parameters that can be configured for each default Container network adapter (i.e. for the adapter operating in the
# pctl set 101 --ifname eth1 --ipadd 192.168.144.123 --save Saved parameters for Container 101
This command will set an IP address of
# pctl set 101 --ifname eth1 --dhcp yes --save Saved parameters for Container 101 Any static IP address assigned to the Container virtual network adapter can be removed by executing the following command: # pctl set 101 --ifname eth1 --ipdel 192.168.144.123 --save Saved parameters for Container 101 You can also delete all IP addresses set for Container 101 at once: # pctl set 101 --ifname eth1 --ipdel all --save Saved parameters for Container 101 You may also wish to set the following parameters for a Container network adapter:
Detailed information on all options which can be used with the
|
||||
|