On Sun, 1 May 2005 18:00:53 +0100, "fredbloggstwo"
<(E-Mail Removed)> wrote:
>What I want to do is to connect both up on the same network, but
>use one for browsing from IE and the other for e-mail using
>Outhouse Express. The clients are all WinXP connected by a
>switch.
>Any ides about how to achieve this?
Should be quite easy. I've done that (with three routers, two ADSL
and one ISDN). In my setup I have router A as 10.0.0.100, router B
as 10.0.0.200 (no need for any other info to complicate matters :-)
In an MS-DOS window
1) use 'nslookup'
enter each of the mail servers you wish to use, and note the
IP address(es) which are reported.
2) for each IP address, enter
route add <server IP> <gateway IP>
so you might enter route add 193.71.199.94 10.0.0.200
To make a setting which will continue after a reboot, use route -p add ...
You can use 'route print' to check the entries
It is possible to do something more flexible with a mask, so you could
set up access to a series of servers using something like
route add 212.159.2.0 mask 255.255.255.0 10.0.0.200
to force 212.159.2.1 to 212.159.2.255 to go via router 10.0.0.200
--
Plus.Net <http://tinyurl.com/5jpa4>
I recommend them and save some cash.
With a guarantee allowing new users to migrate if they're unhappy!
|