since 2 days i try to solve a problem that makes me desperate.
i have 2 networks:
net80:
192.168.80.0/24
gateway 192.168.80.1
net8:
192.168.8.0/24
gateway 192.168.8.1
proxmox server 192.168.8.242
both are connected via VPN and everything worked fine for months.
i know, something have been changed but i cannot figure out what.
Problem:
since 2 days the proxmox-server in net8 cannot communicate to outside, even the own gateway 192.168.8.1 is not pingable while net80 can access everything in net8 (ping, ssh, PM-webgui and so on). a one way behavour. proxmox in net8 can only communicate with its own virtual machines.
i tried this:
1) i booted a live-CD (Ubuntu 10.10) in the proxmox-server and communication is perfect in both directions. so it is not a hardware problem (cable, NIC)
2) i installed e fresh proxmox VE 1.8 on a separate disk. same problem.
3) i temporarly disactivated the firewall in gateway 192.168.8.1. the problem persists! own gateway is still unreachable, so, communication from proxmox to outside anyway fails.
my conclusions: the problem is in the network configuration of my proxmox-system
Further informations:
---------------------------------------------------------------
/etc/network/interfaces of proxmox in net8 is like this:
---------------------------------------------------------------
---------------------------------------------------------------
---------------------------------------------------------------
i have 2 networks:
net80:
192.168.80.0/24
gateway 192.168.80.1
net8:
192.168.8.0/24
gateway 192.168.8.1
proxmox server 192.168.8.242
both are connected via VPN and everything worked fine for months.
i know, something have been changed but i cannot figure out what.
Problem:
since 2 days the proxmox-server in net8 cannot communicate to outside, even the own gateway 192.168.8.1 is not pingable while net80 can access everything in net8 (ping, ssh, PM-webgui and so on). a one way behavour. proxmox in net8 can only communicate with its own virtual machines.
i tried this:
1) i booted a live-CD (Ubuntu 10.10) in the proxmox-server and communication is perfect in both directions. so it is not a hardware problem (cable, NIC)
2) i installed e fresh proxmox VE 1.8 on a separate disk. same problem.
3) i temporarly disactivated the firewall in gateway 192.168.8.1. the problem persists! own gateway is still unreachable, so, communication from proxmox to outside anyway fails.
my conclusions: the problem is in the network configuration of my proxmox-system
Further informations:
---------------------------------------------------------------
/etc/network/interfaces of proxmox in net8 is like this:
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.8.242
netmask 255.255.255.0
gateway 192.168.8.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
---------------------------------------------------------------
pve-zh2:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.8.0 * 255.255.255.0 U 0 0 0 vmbr0
default 192.168.8.1 0.0.0.0 UG 0 0 0 vmbr0
---------------------------------------------------------------
---------------------------------------------------------------pve-zh2:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:04:23:dc:14:d0
inet6 addr: fe80::204:23ff:fedc:14d0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2193 errors:0 dropped:0 overruns:0 frame:0
TX packets:4046 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:241187 (235.5 KiB) TX bytes:441521 (431.1 KiB)
Interrupt:18 Memory:b8820000-b8840000
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:264 errors:0 dropped:0 overruns:0 frame:0
TX packets:264 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:141704 (138.3 KiB) TX bytes:141704 (138.3 KiB)
tap111i0d0 Link encap:Ethernet HWaddr a2:b5:dc:d0:94:88
inet6 addr: fe80::a0b5:dcff:fed0:9488/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:1213 errors:0 dropped:0 overruns:0 frame:0
TX packets:247 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:128527 (125.5 KiB) TX bytes:69225 (67.6 KiB)
tap118i0d0 Link encap:Ethernet HWaddr 9a:51:65:37:e0:80
inet6 addr: fe80::9851:65ff:fe37:e080/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:1675 errors:0 dropped:0 overruns:0 frame:0
TX packets:1790 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:155038 (151.4 KiB) TX bytes:158198 (154.4 KiB)
tap119i0d0 Link encap:Ethernet HWaddr 12:bb:a4:67:c9:13
inet6 addr: fe80::10bb:a4ff:fe67:c913/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:144 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:2103 (2.0 KiB) TX bytes:21543 (21.0 KiB)
venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
vmbr0 Link encap:Ethernet HWaddr 00:04:23:dc:14:d0
inet addr:192.168.8.242 Bcast:192.168.8.255 Mask:255.255.255.0
inet6 addr: fe80::204:23ff:fedc:14d0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:426 errors:0 dropped:0 overruns:0 frame:0
TX packets:1114 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:48150 (47.0 KiB) TX bytes:154637 (151.0 KiB)
pve-zh2:~# cat /etc/udev/rules.d/70-persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules
# program run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line.
# PCI device 0x8086:0x1096 (e1000e)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:04:23:dc:14:d0", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x8086:0x1096 (e1000e)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:04:23:dc:14:d1", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
---------------------------------------------------------------
pve-zh2:~# cat /etc/resolv.conf
search openfau.lan
nameserver 192.168.8.1
nameserver 192.168.80.1
nameserver 164.128.76.39