Hello,
I have a small HP Proliant server with 2 nic's and I would like to use both for traffic. My original /etc/network/interfaces had this, only one NIC enabled;
Ive added the following lines to add the second NIC but im not sure if this is the correct way. Am I suppose to bridge both together?
I have a small HP Proliant server with 2 nic's and I would like to use both for traffic. My original /etc/network/interfaces had this, only one NIC enabled;
Code:
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 192.168.1.129
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
Ive added the following lines to add the second NIC but im not sure if this is the correct way. Am I suppose to bridge both together?
Code:
auto vmbr1
iface vmbr1 inet static
address 192.168.1.130
netmask 255.255.255.0
bridge_ports eth1
bridge_stp off
bridge_fd 0