OpenVZ Forum


Home » General » Support » *SOLVED* disable venet?
*SOLVED* disable venet? [message #6360] Thu, 14 September 2006 21:00 Go to next message
szocske is currently offline  szocske
Messages: 35
Registered: September 2006
Member
Hi!

I'm new here, we are planning to set up openvz guests on debian (with debian inside) to create multiple independent test environments for our software product. As we attempt to bind to the interface, make vlans on it, and modify iptables rules on them, I assume we must use veth interfaces instead of the default venet.
So the question is, how do I disable the venet interfaces altogether to reduce the clutter?
Also, /etc/network/interfaces sais I should not edit it but only an interfaces.template file. Where is that file (host or guest?) and what is its format?
Is there any good guide I could read about such setups?

Oh, and when I try to add my veth<guestid>.0 interface to a bridge in the host system with "bgctl add", I get "Invalid argument". What could I have done wrong?

Thanks for your time and this promising tool:

Gabor

[Updated on: Fri, 15 September 2006 14:18] by Moderator

Report message to a moderator

Re: disable venet? [message #6380 is a reply to message #6360] Fri, 15 September 2006 08:36 Go to previous messageGo to next message
szocske is currently offline  szocske
Messages: 35
Registered: September 2006
Member
Here is the exact error message I get:
# brctl addbr br1
# brctl addif br1 veth101.0
can't add veth101.0 to bridge br1: Invalid argument

Any advice welcome!

Re: disable venet? [message #6384 is a reply to message #6380] Fri, 15 September 2006 09:17 Go to previous messageGo to next message
Andrey Mirkin is currently offline  Andrey Mirkin
Messages: 193
Registered: May 2006
Senior Member
Can you please post here list of all interfaces in your system (ip a ls), you can change IP addresses to x.x.x.x

Andrey Mirkin
http://static.openvz.org/userbars/openvz-developer.png
Re: disable venet? [message #6389 is a reply to message #6384] Fri, 15 September 2006 09:49 Go to previous messageGo to next message
szocske is currently offline  szocske
Messages: 35
Registered: September 2006
Member
On the host system:

ip a ls

2: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
4: sit0: <NOARP> mtu 1480 qdisc noop
link/sit 0.0.0.0 brd 0.0.0.0
6: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:16:36:48:f8:40 brd ff:ff:ff:ff:ff:ff
inet 192.168.100.131/24 brd 192.168.100.255 scope global eth0
inet6 fe80::216:36ff:fe48:f840/64 scope link
valid_lft forever preferred_lft forever
1: venet0: <BROADCAST,POINTOPOINT,NOARP,UP> mtu 1500 qdisc noqueue
link/void
5: veth101.0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop
link/ether 11:22:33:44:55:66 brd ff:ff:ff:ff:ff:ff
8: br1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop
link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff

dpkg -l | grep vz
ii kernel-image-2.6.8-stable-ovz-smp 022stab078.14 Linux kernel binary image for version 2.6.8-
ii kernel-patch-openvz 026test015-1 server virtualization solution - kernel patc
ii vzctl 3.0.10-3 server virtualization solution - control too
ii vzquota 3.0.8-2 server virtualization solution - quota tools

strace brctl addif br1 veth101.0

execve("/usr/sbin/brctl", ["brctl", "addif", "br1", "veth101.0"], [/* 15 vars */]) = 0
uname({sys="Linux", node="vservertest", ...}) = 0
brk(0) = 0x804f000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f66000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=12704, ...}) = 0
mmap2(NULL, 12704, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f62000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libsysfs.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\35"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=36096, ...}) = 0
mmap2(NULL, 39108, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f58000
mmap2(0xb7f61000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8) = 0xb7f61000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/tls/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240O\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1245676, ...}) = 0
mmap2(NULL, 1251484, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e26000
mmap2(0xb7f4e000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x128) = 0xb7f4e000
mmap2(0xb7f55000, 10396, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f55000
close(3) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e25000
mprotect(0xb7f4e000, 20480, PROT_READ) = 0
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e25940, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
munmap(0xb7f62000, 12704) = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 3
brk(0) = 0x804f000
brk(0x8070000) = 0x8070000
open("/proc/mounts", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f65000
read(4, "/dev/root / ext3 rw,data=ordered"..., 1024) = 410
close(4) = 0
munmap(0xb7f65000, 4096) = 0
lstat64("/sys/class/net", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
access("/proc/net", R_OK) = 0
access("/proc/net/unix", R_OK) = 0
socket(PF_FILE, SOCK_DGRAM, 0) = 4
ioctl(4, SIOCGIFINDEX, {ifr_name="veth101.0", ifr_index=5}) = 0
close(4) = 0
ioctl(3, 0x89a2, 0xbff7a230) = -1 EINVAL (Invalid argument)
ioctl(3, SIOCDEVPRIVATE, 0xbff7a230) = -1 EINVAL (Invalid argument)
write(2, "can\'t add veth101.0 to bridge br"..., 52can't add veth101.0 to bridge br1: Invalid argument
) = 52
exit_group(1) = ?
Process 6683 detached

guest 101 is an instance of
http://download.openvz.org/template/precreated/debian-3.1-i3 86-minimal.tar.gz

veth101.0 created like this:
vzctl set 101 --veth_add veth101.0,11:22:33:44:55:66,eth0,11:22:33:44:55:67 --save

Thank you for your kind attention.

[Updated on: Fri, 15 September 2006 09:52]

Report message to a moderator

Re: disable venet? [message #6391 is a reply to message #6389] Fri, 15 September 2006 09:59 Go to previous messageGo to next message
Andrey Mirkin is currently offline  Andrey Mirkin
Messages: 193
Registered: May 2006
Senior Member
You can't use such MAC address (11:22:33:44:55:66) for ethernet device.
The thins is in first bit of firts byte of MAC address - this bit has special meaning (broadcast).
So you can't set it to 1.
If you change MAC to 10:22:33:44:55:66 or to 00:22:33:44:55:66 everything will work perfect.


Andrey Mirkin
http://static.openvz.org/userbars/openvz-developer.png
Re: disable venet? [message #6396 is a reply to message #6391] Fri, 15 September 2006 10:57 Go to previous messageGo to next message
szocske is currently offline  szocske
Messages: 35
Registered: September 2006
Member
Thank you!
Now I can't cause lockups with "vzctl stop 101" anymore either Smile

Sooo, where do I put the /etc/network/interfaces templates and how does their format differ from the regular interfaces file?
Re: disable venet? [message #6401 is a reply to message #6396] Fri, 15 September 2006 11:43 Go to previous messageGo to next message
Andrey Mirkin is currently offline  Andrey Mirkin
Messages: 193
Registered: May 2006
Senior Member
szocske wrote on Fri, 15 September 2006 06:57

Now I can't cause lockups with "vzctl stop 101" anymore either Smile

You can't do what? I don't understand you...
veth device is removed from system when you stop VPS.
szocske wrote on Fri, 15 September 2006 06:57


Sooo, where do I put the /etc/network/interfaces templates and how does their format differ from the regular interfaces file?

You want to configure veth device automaticaly on VPS start?
Unfortunately we do not have in vzctl functionality which will configure veth device in VE0 on VPS start, so you will need to create script which will configure veth device and run it manually after VPS is started.


Andrey Mirkin
http://static.openvz.org/userbars/openvz-developer.png
Re: disable venet? [message #6403 is a reply to message #6401] Fri, 15 September 2006 11:58 Go to previous messageGo to next message
szocske is currently offline  szocske
Messages: 35
Registered: September 2006
Member
Andrey Mirkin wrote on Fri, 15 September 2006 07:43

szocske wrote on Fri, 15 September 2006 06:57

Now I can't cause lockups with "vzctl stop 101" anymore either Smile

You can't do what?



All is fine now.

The multicast MAC addess I used had horrible side effects on the VPS shutdown process, even preventing the clean shutdown of the host OS.
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.

Andrey Mirkin wrote on Fri, 15 September 2006 07:43


You want to configure veth device automaticaly on VPS start?
Unfortunately we do not have in vzctl functionality which will configure veth device in VE0 on VPS start, so you will need to create script which will configure veth device and run it manually after VPS is started.



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 Smile
Re: disable venet? [message #6404 is a reply to message #6403] Fri, 15 September 2006 13:10 Go to previous messageGo to next message
Andrey Mirkin is currently offline  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 Smile

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 Smile

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
http://static.openvz.org/userbars/openvz-developer.png
Re: disable venet? [message #6405 is a reply to message #6404] Fri, 15 September 2006 13:33 Go to previous messageGo to next message
szocske is currently offline  szocske
Messages: 35
Registered: September 2006
Member
Thank you again. (who marks the title *SOLVED*?)
Re: disable venet? [message #6406 is a reply to message #6403] Fri, 15 September 2006 14:57 Go to previous messageGo to next message
Andrey Mirkin is currently offline  Andrey Mirkin
Messages: 193
Registered: May 2006
Senior Member
szocske wrote on Fri, 15 September 2006 07:58

The multicast MAC addess I used had horrible side effects on the VPS shutdown process, even preventing the clean shutdown of the host OS.

Can you please specify what kernel version you use? What OS distributive is installed on HW node?
I want to investigate this issue more deeply.

Thanks!


Andrey Mirkin
http://static.openvz.org/userbars/openvz-developer.png
Re: disable venet? [message #6449 is a reply to message #6406] Mon, 18 September 2006 08:46 Go to previous messageGo to next message
szocske is currently offline  szocske
Messages: 35
Registered: September 2006
Member
HW node:
i386 debian testing
kernel: 2.6.16 from kernel.org + patch-026test015-combined,
config: kernel-2.6.16-026test015-i686-smp.config.ovz

Everything else left at default.
I added the veth to a debian-3.1 guest, ifconfig-ed the resulting eth0 up inside, (maybe the vethxxx outide, too?) then tried to "vzctl stop" the guest.

When we are done experimenting on this computer and move to the real target servers, I'll get back to re-create the scenario, but without clean shutdown, I do not want to risk file system corruption before that.
Re: disable venet? [message #6451 is a reply to message #6449] Mon, 18 September 2006 08:59 Go to previous message
Andrey Mirkin is currently offline  Andrey Mirkin
Messages: 193
Registered: May 2006
Senior Member
Thanks!

I'll try to reproduce and investigate this issue.


Andrey Mirkin
http://static.openvz.org/userbars/openvz-developer.png
Previous Topic: Huge image
Next Topic: communication slow between vps
Goto Forum:
  


Current Time: Mon Jul 15 17:23:44 GMT 2024

Total time taken to generate the page: 0.02448 seconds