OpenVZ Forum


Home » General » Support » *SOLVED* veth
*SOLVED* veth [message #6813] Sat, 23 September 2006 19:33 Go to previous message
youp is currently offline  youp
Messages: 82
Registered: September 2005
Location: Belgium
Member

i try to use veth
i use kernel 2.6.16-026test017 with FC4
i use config from http://wiki.openvz.org/Virtual_Ethernet_device

all work fine , but no broadcast in VPS Sad

i check with : tcpdump -i eth0 port 137, nothing

here the command use

VE0 :

modprobe vzethdev


vzctl set 204 --veth_add veth204.0,10:12:34:56:78:9A,eth0,10:12:34:56:78:9B --save
vzctl start 204
vzctl exec 204 '/sbin/ifconfig eth0 0'
vzctl exec 204 '/sbin/ip addr add 192.168.1.9/24 dev eth0 broadcast 192.168.1.255'
vzctl exec 204 '/sbin/ip route del default dev venet0'
vzctl exec 204 '/sbin/ip route add default dev eth0'
ip route add 192.168.1.9 dev veth204.0
ifconfig veth204.0 0
echo 1 > /proc/sys/net/ipv4/conf/veth204.0/forwarding
echo 1 > /proc/sys/net/ipv4/conf/veth204.0/proxy_arp
echo 1 > /proc/sys/net/ipv4/conf/eth0/forwarding
echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp
ip route add 192.168.1.9 dev veth204.0 scope link src 192.168.1.5

can you help me ?
i would like to use samba into vps Wink

[Updated on: Tue, 26 September 2006 11:05] by Moderator

Report message to a moderator

 
Read Message
Read Message
Read Message
Previous Topic: *SOLVED* capabilities of vzmigrate
Next Topic: I find a Copy On Write Solution for openVZ
Goto Forum:
  


Current Time: Thu Jul 10 02:05:45 GMT 2025

Total time taken to generate the page: 0.03721 seconds