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:
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
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
Can someone please tell me, where do I find my mistake?
many thanks and greetings