Difference between revisions of "Special:Badtitle/NS1198:Virtual Ethernet device/38/en"
(Importing a new version from external source) |
(No difference)
|
Latest revision as of 06:12, 24 September 2016
Configure device in CT[edit]
The following steps show an example of a quick manual configuration of the CT network interface. Typically, you would configure the network settings in /etc/network/interfaces (Debian, see below) or however it is normally configured on your distribution. You can also comment or remove the configuration for venet0, if it exists, because that device will not be used.
[host-node]# vzctl enter 101 [ve-101]# /sbin/ifconfig eth0 0 [ve-101]# /sbin/ip addr add 192.168.0.101 dev eth0 [ve-101]# /sbin/ip route add default dev eth0