KVM and Network - Problem

loisl

New Member
Oct 10, 2010
27
1
1
sorry, I've searched some, but not the right place.

I have 4 Ethernet, 2 with each bondig.
bond0 = extern IP
bond1 = intern IP for NFS

the network / interface:
Code:
# network interface settings
auto lo
iface lo inet loopback

iface eth0 inet manual

iface eth1 inet manual

iface eth2 inet manual

iface eth3 inet manual

auto bond0
iface bond0 inet manual
        slaves eth0 eth1
        bond_miimon 100
        bond_mode balance-rr

auto bond1
iface bond1 inet manual
        slaves eth2 eth3
        bond_miimon 100
        bond_mode balance-rr

auto vmbr0
iface vmbr0 inet static
        address  8x.xxx.xxx.11
        netmask  255.255.255.0
        gateway  8x.xxx.xxx.1
        bridge_ports bond0
        bridge_stp off
        bridge_fd 0

auto vmbr1
iface vmbr1 inet static
        address  10.10.5.11
        netmask  255.255.255.0
        bridge_ports bond1          
        bridge_stp off
        bridge_fd 0
Now I want to install debian lenny x64 with KVM. Unfortunately I can not get internet connection??

Can someone please tell me, where do I find my mistake?

many thanks and greetings
 
because no one really has any idea where I could attaches.
under OpenVZ I have a correct network connection

my ifconfig output:
Code:
bond0     Link encap:Ethernet  HWaddr 00:30:48:79:6e:12  
          inet6 addr: fe80::230:48ff:fe79:6e12/64 Scope:Link
          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
          RX packets:485925 errors:0 dropped:0 overruns:0 frame:0
          TX packets:319722 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:69566143 (66.3 MiB)  TX bytes:102526690 (97.7 MiB)
  
bond1     Link encap:Ethernet  HWaddr 00:15:17:0b:30:de  
          inet6 addr: fe80::215:17ff:fe0b:30de/64 Scope:Link
          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
          RX packets:936297 errors:0 dropped:0 overruns:0 frame:0
          TX packets:926092 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:289407948 (276.0 MiB)  TX bytes:1119400768 (1.0 GiB)
  
eth0      Link encap:Ethernet  HWaddr 00:30:48:79:6e:12  
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:305782 errors:0 dropped:0 overruns:0 frame:0
          TX packets:159758 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:45828036 (43.7 MiB)  TX bytes:51007842 (48.6 MiB)
          Memory:d8200000-d8220000 
  
eth1      Link encap:Ethernet  HWaddr 00:30:48:79:6e:12  
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:180143 errors:0 dropped:0 overruns:0 frame:0
          TX packets:159964 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:23738107 (22.6 MiB)  TX bytes:51518848 (49.1 MiB)
          Memory:d8220000-d8240000 
  
eth2      Link encap:Ethernet  HWaddr 00:15:17:0b:30:de  
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:307213 errors:0 dropped:0 overruns:0 frame:0
          TX packets:462150 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:96650916 (92.1 MiB)  TX bytes:558380928 (532.5 MiB)
          Memory:d8320000-d8340000 
  
eth3      Link encap:Ethernet  HWaddr 00:15:17:0b:30:de  
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:629084 errors:0 dropped:0 overruns:0 frame:0
          TX packets:463942 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:192757032 (183.8 MiB)  TX bytes:561019840 (535.0 MiB)
          Memory:d8360000-d8380000 
  
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:172553 errors:0 dropped:0 overruns:0 frame:0
          TX packets:172553 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:33545457 (31.9 MiB)  TX bytes:33545457 (31.9 MiB)
  
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:30:48:79:6e:12  
          inet addr:80.190.120.11  Bcast:80.190.120.255  Mask:255.255.255.0
          inet6 addr: fe80::230:48ff:fe79:6e12/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:484669 errors:0 dropped:0 overruns:0 frame:0
          TX packets:309010 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:62611591 (59.7 MiB)  TX bytes:101775158 (97.0 MiB)
  
vmbr1     Link encap:Ethernet  HWaddr 00:15:17:0b:30:de  
          inet addr:10.10.5.11  Bcast:10.10.5.255  Mask:255.255.255.0
          inet6 addr: fe80::215:17ff:fe0b:30de/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:931913 errors:0 dropped:0 overruns:0 frame:0
          TX packets:477615 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:276066148 (263.2 MiB)  TX bytes:1088006998 (1.0 GiB)
  
vmtab104i0 Link encap:Ethernet  HWaddr a6:3e:9b:61:33:d0  
          inet6 addr: fe80::a43e:9bff:fe61:33d0/64 Scope:Link
          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
          RX packets:54 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12530 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:500 
          RX bytes:4236 (4.1 KiB)  TX bytes:1018504 (994.6 KiB)
  
vmtab104i1 Link encap:Ethernet  HWaddr da:39:16:f7:51:b1  
          inet6 addr: fe80::d839:16ff:fef7:51b1/64 Scope:Link
          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
          RX packets:21 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1747 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:500 
          RX bytes:1782 (1.7 KiB)  TX bytes:165326 (161.4 KiB)
If I install anyway without a network mirror, I can ping the new host for the Poxmox computer, but not the gateway!

Thanks!
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!