*SOLVED* arpsend: x.x.x.x is detected on another computer [message #14857] |
Thu, 12 July 2007 03:55 |
ganesh35
Messages: 11 Registered: December 2006 Location: Bangalore, India
|
Junior Member |
|
|
Hi, I am facing a problem with ip conflict, here is the error message.
[root@nat ~]# vzctl restart 653
Restarting VE
Stopping VE ...
VE was stopped
VE is unmounted
Starting VE ...
VE is mounted
Adding IP address(es): 192.168.6.53
arpsend: 192.168.6.53 is detected on another computer : 00:17:e0:27:ad:1a
vps-net_add WARNING: arpsend -c 1 -w 1 -D -e 192.168.6.53 eth0 FAILED
Setting CPU units: 1000
Configure meminfo: 49152
VE start in progress...
[root@nat ~]#
My Environment is :
Host OS: CentOS5
OpenVZ Kernel: 2.6.18-8.1.4.el5.028stab035.1 #1 SMP
No of NICs: 2
eth0 connected to internet with public IP
eth1 connected to lan with private IP
I would be pleased supply further information.
Please help me.
Ganesh
[Updated on: Fri, 13 July 2007 13:46] by Moderator Report message to a moderator
|
|
|
|
|
|
Re: arpsend: x.x.x.x is detected on another computer [message #14881 is a reply to message #14868] |
Thu, 12 July 2007 11:31 |
ganesh35
Messages: 11 Registered: December 2006 Location: Bangalore, India
|
Junior Member |
|
|
[root@nat ~]# vzctl start 653
Starting VE ...
VE is mounted
Adding IP address(es): 192.168.6.53
arpsend: 192.168.6.53 is detected on another computer : 00:17:e0:27:ad:1a
vps-net_add WARNING: arpsend -c 1 -w 1 -D -e 192.168.6.53 eth0 FAILED
Setting CPU units: 1000
Configure meminfo: 49152
VE start in progress...
[root@nat ~]# ping 192.168.6.53
PING 192.168.6.53 (192.168.6.53) 56(84) bytes of data.
64 bytes from 192.168.6.53: icmp_seq=1 ttl=64 time=0.103 ms
64 bytes from 192.168.6.53: icmp_seq=2 ttl=64 time=0.087 ms
64 bytes from 192.168.6.53: icmp_seq=3 ttl=64 time=0.041 ms
64 bytes from 192.168.6.53: icmp_seq=4 ttl=64 time=0.027 ms
64 bytes from 192.168.6.53: icmp_seq=5 ttl=64 time=0.078 ms
64 bytes from 192.168.6.53: icmp_seq=6 ttl=64 time=0.025 ms
64 bytes from 192.168.6.53: icmp_seq=7 ttl=64 time=0.027 ms
--- 192.168.6.53 ping statistics ---
7 packets transmitted, 7 received, 0% packet loss, time 5997ms
rtt min/avg/max/mdev = 0.025/0.055/0.103/0.031 ms
[root@nat ~]# vzctl stop 653
Stopping VE ...
VE was stopped
VE is unmounted
[root@nat ~]# ping 192.168.6.53
PING 192.168.6.53 (192.168.6.53) 56(84) bytes of data.
From 192.168.6.1 icmp_seq=2 Destination Host Unreachable
From 192.168.6.1 icmp_seq=3 Destination Host Unreachable
From 192.168.6.1 icmp_seq=4 Destination Host Unreachable
From 192.168.6.1 icmp_seq=6 Destination Host Unreachable
From 192.168.6.1 icmp_seq=7 Destination Host Unreachable
From 192.168.6.1 icmp_seq=8 Destination Host Unreachable
--- 192.168.6.53 ping statistics ---
8 packets transmitted, 0 received, +6 errors, 100% packet loss, time 6997ms
, pipe 3
[root@nat ~]#
|
|
|
|
|
|
|
|
|
|
|
Re: arpsend: x.x.x.x is detected on another computer [message #14918 is a reply to message #14917] |
Fri, 13 July 2007 11:24 |
sappsys
Messages: 8 Registered: July 2007
|
Junior Member |
|
|
For some reason my last reply didn't follow the thread down...
Just incase it was missed.
Do you have the correct NAT and forwarding options set ?
I use :-
-A POSTROUTING -s 192.168.1.0/255.255.255.0 -o eth0 -j SNAT --to-source <public IP>
If nothing else on your network has that IP (demonstrated by your ping) then it's a nat/routing issue that is preventing your ve's from accessing the internet.
Also, I went to the trouble of looking the MAC address up
MAC Address
Prefix Vendor
0017E0 Cisco Systems
It looks like your cisco router is doing as I suggested and proxy arping.
Also from your arp tests, it shows the arp responses are comming from your public side (The cisco Router).
[Updated on: Fri, 13 July 2007 11:26] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|