|
Article :
13098
Date :
22-10-2007
From :
John Wunderlich
Sujet :
Re: Route certain Traffic to WAN and other through LAN with 2 NICS and 1 computer
ocarmona777@gmail.com wrote in
news:1192804368.548179.295380@i38g2000prf.googlegroups.com:
> Hello guys I have the following issue:
>
> I have one computer that whenever it needs to connect to a certain
> URL to receive streaming video I want it to connect through one
> NIC (WAN) that is connected directly to the DSL. Let's say it has
> an IP 192.168.1.1
>
> Then I want an RDP connection to be handled through another NIC
> (LAN) that is connected to our LAN switches with a ip address lets
> say 10.10.10.1
>
> Whenever I have both NIC's enabled It causes conflict. I have to
> disable one and use the WAN for both. That is were I'm at now but
> is not how it should be.
>
> I was trying to use the ROUTE ADD command but could not get it to
> work. Maybe I was doing it the wrong way or is not the way.
ROUTE ADD should be the way to go.
If you are trying to get IP address 1.2.3.4 to go through gateway
192.168.1.1, you would enter the following command:
route add 1.2.3.4 mask 255.255.255.255 192.168.1.1 metric 1
HTH,
John
Posez vos questions, réponses et remarques sur
les forums de FrameIP
|