Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
two network gateway?
Name: Manuel Date: December 14, 2005 at 02:09:21 Pacific OS: win xp pro / RH9 CPU/Ram: p4-2.53ghz; 512mb-ddr-pc2
Comment:
hi.. is it posssible to use two gateways on a linux pc? for example my eth0 is 192.168.0.2 gateway 192.168.0.1.. and for my eth1 192.168.2.2 gateway 192.168.2.1 ?
well 192.168.0.1 is configure for our wan vpn connections to our site office and 192.168.2.1 is our internet server.
is it possible to use both connection at the same time? or any suggestion how i can use them both on a single pc.. thanks
Name: chivas.sicam Date: December 14, 2005 at 03:03:12 Pacific
Reply:
Yes. Just use the route command. Just specify the network you want to access and the network device that will be used to access it. Eg. route add -net 192.168.0.0 netmask 255.255.255.0 dev eth0
route add -net 192.168.2.0 netmask 255.255.255.0 dev eth1
Summary: Hi all, In windows XP pro you can bridge two network cards to the same IP. Giving you more speed and load sharing for the network. Instead of 100Mbps you get 200Mbps which is what I like to see Ho...
Summary: I must have misread your post. I was under the impression that you already had the routing between the two networks setup and that it was a problem with ipchains. I'm not a routing expert but your net...