Re: disable venet? [message #6404 is a reply to message #6403] |
Fri, 15 September 2006 13:10   |
Andrey Mirkin
Messages: 193 Registered: May 2006
|
Senior Member |
|
|
szocske wrote on Fri, 15 September 2006 07:58 | Please don't make me re-create it to get you the exact error message, it was something like waiting for veth interface to close or something, repeating every few seconds, infinitely.
|
No, you don't need to repeat this 
szocske wrote on Fri, 15 September 2006 07:58 | I just wanted to edit the guest /etc/network/interfaces file as on a normal system, but it starts with a comment reminding me to use an interfaces.template file instead, which I can't find any information on. I don't need any vzctl support, I just want to specify the content of my /etc/networks/interfaces file 
|
You can use VEID.start script wich is executed inside VE on start to configure veth interface inside VE. Something like this:
#!/bin/bash
ifconfig eth0 0
ip a add a.b.c.d dev eth0
ip ro add default dev eth0
Andrey Mirkin
|
|
|