Hello,
Network problem under KVM Machine (Windows2003)
See below configuration :
Adress IP Proxmox : 10.244.4.107
Adress IP KVM windows 2003 : 10.244.4.105
ifconfig :
route :
brctl show :
Test doing :
Proxmox --> Local machine : Ping 10.244.4.47 --> Ok
Proxmox --> Gateway : Ping 10.244.4.1 --> Ok
Proxmox --> KVM : Ping 10.244.4.106 --> OK
KVM --> Proxmox : Ping 10.244.4.107 --> OK
KVM --> Local machine : Ping 10.244.4.47 --> FAIL (WHY ?)
KVM --> Gateway : Ping 10.244.4.1 --> FAIL (WHY ?)
How can we resolve this problem ?
Regards
David
Network problem under KVM Machine (Windows2003)
See below configuration :
Adress IP Proxmox : 10.244.4.107
Adress IP KVM windows 2003 : 10.244.4.105
ifconfig :
Code:
eth0 Link encap:Ethernet HWaddr 00:24:e8:1a:f4:18
inet6 addr: fe80::224:e8ff:fe1a:f418/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4185 errors:0 dropped:0 overruns:0 frame:0
TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:1971485 (1.8 MiB) TX bytes:8952 (8.7 KiB)
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:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:560 (560.0 B) TX bytes:560 (560.0 B)
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:24:e8:1a:f4:18
inet addr:10.244.4.107 Bcast:10.244.5.255 Mask:255.255.254.0
inet6 addr: fe80::224:e8ff:fe1a:f418/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1580 errors:0 dropped:0 overruns:0 frame:0
TX packets:66 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:159172 (155.4 KiB) TX bytes:8484 (8.2 KiB)
vmtab500i0 Link encap:Ethernet HWaddr 00:ff:52:51:43:54
inet6 addr: fe80::2ff:52ff:fe51:4354/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:5 errors:0 dropped:0 overruns:0 frame:0
TX packets:685 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:300 (300.0 B) TX bytes:166930 (163.0 KiB)
route :
Code:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.244.4.0 * 255.255.254.0 U 0 0 0 vmbr0
default 10.244.4.1 0.0.0.0 UG 0 0 0 vmbr0
brctl show :
Code:
bridge name bridge id STP enabled interfaces
vmbr0 8000.0024e81af418 no eth0
vmtab500i0
Test doing :
Proxmox --> Local machine : Ping 10.244.4.47 --> Ok
Proxmox --> Gateway : Ping 10.244.4.1 --> Ok
Proxmox --> KVM : Ping 10.244.4.106 --> OK
KVM --> Proxmox : Ping 10.244.4.107 --> OK
KVM --> Local machine : Ping 10.244.4.47 --> FAIL (WHY ?)
KVM --> Gateway : Ping 10.244.4.1 --> FAIL (WHY ?)
How can we resolve this problem ?
Regards
David
Last edited: