Yesterday I updated my servers to beta2. All worked fine, since I noticed that all virtual servers with bridged network (vmbr0). They are not pingable or something else, also from the vm inside to the outside world. The only thing that works is a ping from the host to the vm.
Is there a manual tipping of a command on the host necessary ? because, this behaviour existed also in the past when I do a migration to a other server. the vm was only reachable when i did a backmigration to the server where I generated the host.
some addition information:
ifconfig on the host:
veth107.0 Link encap:Ethernet HWaddr 00:18:51:6E:8B:AB
inet6 addr: fe80::218:51ff:fe6e:8bab/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:196 (196.0 b) TX bytes:334 (334.0 b)
interface config:
proxmox:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 194.xxx.xxx.21
netmask 255.255.255.0
gateway 194.xxx.xxx.1
bridge_ports eth0
bridge_stp on
bridge_fd 0
route: (I inserted the 194.xxx.xxx.16 address by hand)
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
radius-00.nanet * 255.255.255.255 UH 0 0 0 venet0
194.xxx.xxx.16 * 255.255.255.255 UH 0 0 0 venet0
194.xxx.xxx.0 * 255.255.255.0 U 0 0 0 vmbr0
default at-mib-wi-r01.n 0.0.0.0 UG 0 0 0 vmbr0
VM:
ifconfig in the vm
eth0 Link encap:Ethernet HWaddr 00:18:51:ED:6C:52 inet addr:194.xxx.xxx.16 Bcast:194.xxx.xxx.255 Mask:255.255.255.0 inet6 addr: fe80::218:51ff:feed:6c52/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1685 errors:0 dropped:0 overruns:0 frame:0 TX packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:75909 (74.1 KiB) TX bytes:664 (664.0 b) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:9 errors:0 dropped:0 overruns:0 frame:0 TX packets:9 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:672 (672.0 b) TX bytes:672 (672.0 b)
route:
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 194.xxx.xxx.0 * 255.255.255.0 U 0 0 0 eth0 default 194.xxx.xxx.1 0.0.0.0 UG 0 0 0 eth0
some ideas?
thanks a lot,
Patrick
Is there a manual tipping of a command on the host necessary ? because, this behaviour existed also in the past when I do a migration to a other server. the vm was only reachable when i did a backmigration to the server where I generated the host.
some addition information:
ifconfig on the host:
veth107.0 Link encap:Ethernet HWaddr 00:18:51:6E:8B:AB
inet6 addr: fe80::218:51ff:fe6e:8bab/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:196 (196.0 b) TX bytes:334 (334.0 b)
interface config:
proxmox:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 194.xxx.xxx.21
netmask 255.255.255.0
gateway 194.xxx.xxx.1
bridge_ports eth0
bridge_stp on
bridge_fd 0
route: (I inserted the 194.xxx.xxx.16 address by hand)
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
radius-00.nanet * 255.255.255.255 UH 0 0 0 venet0
194.xxx.xxx.16 * 255.255.255.255 UH 0 0 0 venet0
194.xxx.xxx.0 * 255.255.255.0 U 0 0 0 vmbr0
default at-mib-wi-r01.n 0.0.0.0 UG 0 0 0 vmbr0
VM:
ifconfig in the vm
eth0 Link encap:Ethernet HWaddr 00:18:51:ED:6C:52 inet addr:194.xxx.xxx.16 Bcast:194.xxx.xxx.255 Mask:255.255.255.0 inet6 addr: fe80::218:51ff:feed:6c52/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1685 errors:0 dropped:0 overruns:0 frame:0 TX packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:75909 (74.1 KiB) TX bytes:664 (664.0 b) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:9 errors:0 dropped:0 overruns:0 frame:0 TX packets:9 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:672 (672.0 b) TX bytes:672 (672.0 b)
route:
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 194.xxx.xxx.0 * 255.255.255.0 U 0 0 0 eth0 default 194.xxx.xxx.1 0.0.0.0 UG 0 0 0 eth0
some ideas?
thanks a lot,
Patrick