[opensuse] Two nic's, two server, two networks
Hello, I have two servers each with two nic's. Both servers are connected to the internal network, however I have set up the other nic's on a different subnet and both nics are connected to a private switch that is not connected to the internal LAN. The addresses for seconds that are on their own private switch is 10.0.0.1 (server one) & 10.0.0.2 (server 2), which is not the address range for the internal LAN. How can I have the servers at least ping those addresses and how can I set up the routing table to direct traffic for those addresses to use the secondary nic's? Many thanks, James -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Friday 22 August 2008 21:58:10 James D. Parra wrote:
Hello,
I have two servers each with two nic's. Both servers are connected to the internal network, however I have set up the other nic's on a different subnet and both nics are connected to a private switch that is not connected to the internal LAN. The addresses for seconds that are on their own private switch is 10.0.0.1 (server one) & 10.0.0.2 (server 2), which is not the address range for the internal LAN. How can I have the servers at least ping those addresses and how can I set up the routing table to direct traffic for those addresses to use the secondary nic's?
If you set up the NICs with YaST, it should all happen automatically Manually, with ip, it should be something like ip route add to 10.0.0.0/24 dev eth1 But, as I said, it should happen automatically when you set up the addresses on the secondary cards Anders -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sat, Aug 23, 2008 at 2:58 AM, James D. Parra <Jamesp@musicreports.com> wrote:
Hello,
How can I have the servers at least ping those addresses and how can I set up the routing table to direct traffic for those addresses to use the secondary nic's?
Do you already enable the ip forwarding in yast (network devices--> network services--> routing)? medwinz -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (3)
-
Anders Johansson
-
James D. Parra
-
medwinz