28 | | * Add the following files on the vserver host in /etc/vservers/name-of-vserver/interfaces/name-of-interface/ |
29 | | * dev (eth0, eth1, eth2, etc.) |
30 | | * ip |
31 | | * prefix (for example, 27 for a /27 address) |
| 28 | * Add the following files on the vserver host in /etc/vservers/name-of-vserver/interfaces/name-of-interface/ (name-of-interface will typically be a number, like 1, 2, 3, etc.) |
| 29 | * dev (the contents of this file should be eth0, eth1, eth2, etc. depending on the name of the network device on the host, probably eth0) |
| 30 | * ip (the contents of this file is the IP address being assigned) |
| 31 | * prefix (the contents is the network prefix, for example, 27 for a /27 address) |