View previous topic :: View next topic |
Author |
Message |
Trappies n00b
Joined: 15 Mar 2004 Posts: 55
|
Posted: Wed Nov 05, 2008 2:58 pm Post subject: Multiple adapters on one servers |
|
|
Hi all,
I have the following situation. It was working and now all of a sudden it stopped.
I have two network adapters on the same server:
Code: | config_eth0=( "192.168.0.25 netmask 255.255.255.0" )
config_eth1=( "192.168.0.26 netmask 255.255.255.0" ) |
I basically have 2 x 100Mbps connection to a switch that has a gateway set as 192.168.0.1.
I therefore have it setup as below:
Code: | routes_eth0=("default via 192.168.0.1") # IPv4 default route
routes_eth1=("default via 192.168.0.1") # IPv4 default route |
Now my network knowhow is a bit limited. If I remove the default route for eth1 I can get to the server on .25 but not to .26 and visa versa. Is there a way to fix this. I am hosting several game servers and I am basically using the two network cards to get maximum throughput.
Please help. Thanks in advance.
Davin. _________________ System: Athlon64 3800+ Dual Core - 939 | ASUS A8N32-SLi Deluxe | 2048MB Corsair XMS | 3*200GB Seagate (SATA) | Gainward GeForce 7800GTX Golden Sample | Gentoo-2.6.16 |
|
Back to top |
|
|
jasenux n00b
Joined: 22 Jul 2007 Posts: 12
|
|
Back to top |
|
|
Trappies n00b
Joined: 15 Mar 2004 Posts: 55
|
Posted: Wed Nov 05, 2008 8:10 pm Post subject: |
|
|
good idea, will give that a try tomorrow. Thnx.
Davin _________________ System: Athlon64 3800+ Dual Core - 939 | ASUS A8N32-SLi Deluxe | 2048MB Corsair XMS | 3*200GB Seagate (SATA) | Gainward GeForce 7800GTX Golden Sample | Gentoo-2.6.16 |
|
Back to top |
|
|
|