[Users] ARP queris being ignored

2008-04-23 Thread chris
Hi All, I have been using OpenVZ for a few months now, and I've been having a problem with VE's running for longer then a few days - the hardware node ignores ARP queries for VE's that are running on it. The VE has IP 192.168.0.105. When things are working, I see a line from 'arp -a' for the

[Users] Change IP address inside VE

2008-04-23 Thread Michael Schwartzkopff
Hi, due to the nature of a setup I have I have to change the IP address of my virtual server from inside the virtual server. Better: I want to add a cluster IP address to the interface. Normally I have to do this with vzctl set 500 --ipaddr 1.2.3.4 from the host server. But: Is this possible

Re: [Users] Change IP address inside VE

2008-04-23 Thread chris
Hi Michael, due to the nature of a setup I have I have to change the IP address of my virtual server from inside the virtual server. Better: I want to add a cluster IP address to the interface. Normally I have to do this with vzctl set 500 --ipaddr 1.2.3.4 from the host server. But:

Re: [Users] ARP queris being ignored

2008-04-23 Thread Denis V. Lunev
On Wed, 2008-04-23 at 15:37 +0930, [EMAIL PROTECTED] wrote: Hi All, I have been using OpenVZ for a few months now, and I've been having a problem with VE's running for longer then a few days - the hardware node ignores ARP queries for VE's that are running on it. The VE has IP

Re: [Users] ARP queris being ignored

2008-04-23 Thread chris
Hi Den, Thanks for your reply. you'll have arp replay iff on the _target_ node/VE ip route get 192.168.0.105 from 192.168.0.253 iif incoming_device will return either a local route or route to a device other than incoming. I don't really get you on this, are you able to elaborate? Also,

Re: [Users] ARP queris being ignored

2008-04-23 Thread Denis V. Lunev
On Wed, 2008-04-23 at 22:48 +0930, [EMAIL PROTECTED] wrote: Hi Den, Thanks for your reply. you'll have arp replay iff on the _target_ node/VE ip route get 192.168.0.105 from 192.168.0.253 iif incoming_device will return either a local route or route to a device other than incoming.

[Users] OpenVZ template confusion

2008-04-23 Thread Sean Whitney
Background: I have 2 server the HN on one is Ubuntu the other is RH5. I have created a usable ubuntu template for our environment by modifying a ubuntu template from the Openvz webpage. Within the template I have included our developer's accounts, to include ssh keys. I created this

Re: [Users] ARP queris being ignored

2008-04-23 Thread chris
Hi Again, You are using a wrong command. If you are using venet0 you should execute the command _exactly_ in the form I ask, with from and iif, in VE0. Ok, I understand you on this now.. I wasn't cloear on what is the incoming_device, (eth0 or venet0) so I provided both: eth0 working: