I have a Server that is connected by leased lines ( router SDSL) to other two
server in brach offices. the first nic have the address 192.168.0.5 gateway
192.168.0.90, ihave 2 static routes pointing to route -p add IPREMOTESERVER1
mask 255.255.255.255 192.168.0.90 and route -p add IPREMOTESERVER2 mask
255.255.255.255 192.168.0.90. The adsl router to acces internet is the
192.168.0.254 So i need this server to use this gateway to connect to
internet (so I can connect remotely for support tasks) I install a secoin NIC
I configure un this the IP192.168.0.120 and gateway 192.168.0.254 but I cant
connect to internet. This is the correct way to do it or I must to change
something? THANKS

Re: Server with static routes and two NICS by Phillip

Phillip
Mon Nov 12 11:51:46 PST 2007

*One* Nic
*One* IP# (just use the 192.168.0.5)
Default Gateway = <Internet DSL router>

Keep the static routes like this.....
IPREMOTESERVER1 mask 255.255.255.255 <Lease Line Router to remote office>
IPREMOTESERVER2 mask 255.255.255.255 <Lease Line Router to remote office>


--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------

"adesaquestion" <adesaquestion@discussions.microsoft.com> wrote in message
news:26C2725A-AEA3-474E-AC82-480C0A7AFD23@microsoft.com...
>I have a Server that is connected by leased lines ( router SDSL) to other
>two
> server in brach offices. the first nic have the address 192.168.0.5
> gateway
> 192.168.0.90, ihave 2 static routes pointing to route -p add
> IPREMOTESERVER1
> mask 255.255.255.255 192.168.0.90 and route -p add IPREMOTESERVER2 mask
> 255.255.255.255 192.168.0.90. The adsl router to acces internet is the
> 192.168.0.254 So i need this server to use this gateway to connect to
> internet (so I can connect remotely for support tasks) I install a secoin
> NIC
> I configure un this the IP192.168.0.120 and gateway 192.168.0.254 but I
> cant
> connect to internet. This is the correct way to do it or I must to change
> something? THANKS