|
Yes, it was another typo. Sorry for that. My kvm host is attached to a switch with another 4 servers in our rack (it is mesh solution düsseldorf and not hetzner). I tried the following as suggested by serge: On another server connected to my switch I started tcpdump. On my guest I started a ping to the server with tcpdump. I can see, that the ping packet on the guest starts an arp request. My server (with running tcpdump) replies to the arp request correctly. In the guest I can see a correct arp table: ~# arp-n Address HWtype HWaddress Flags Mask Iface 113.203.209.161 ether 00:15:17:0e:6a:a9 C eth0 113.203.209.162 ether 00:22:15:41:13:23 C eth0 The first entry is that of my default gateway. The second one is that of my server running tcpdump. On the server running tcpdump (server name ist nostradamus2) I can see that: # tcpdump host 113.203.209.165 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes 12:28:19.370690 ARP, Request who-has nostradamus2 tell 165.209.203.113.static.inetbone.net, length 46 12:28:19.370703 ARP, Reply nostradamus2 is-at 00:22:15:41:13:23 (oui Unknown), length 28 So the question sould be: why does the guest not receive the arp reply from my server?! Am 18.05.2012 11:52, schrieb Michael Zoet: Hi, -- Thorsten Göllner OVM Office Voice Media GmbH Herderstrasse 68 40237 Düsseldorf Tel.: +49(0)211 / 618 57 53 Fax: +49(0)211 / 618 57 54 |
-- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
