Link to home
Start Free TrialLog in
Avatar of total123
total123Flag for United Kingdom of Great Britain and Northern Ireland

asked on

multi gateways

Hi,

We have 2 internet connections

number 1 is for the main network 192.168.1.0/24
number 2 if going to be for remote vpn connections 10.0.1.0/24

3 of our server have 2 network cards currently set-up one for each IP range
however we have not set a default gateway on the 10.0.1.0/24 network card as I believe you cannot have 2 gateway's on one computer?

so the main problem is that i would like to be able to RPD to our Terminal server from both internet lines, i can currently connect over the 192.168.1.0/24 network but not the other.

i can see the rdp traffic coming in to the ts server from the 10.0.1.0/24 network but it will not connect. I believe this is because the Default gate way is for the 192.168.1.0 network

we have a watchguard x550e on the 192.268.1.0 network and a xtm330 on the 10.0.1.0 network.

i hope this makes scene.
ASKER CERTIFIED SOLUTION
Avatar of Giladn
Giladn
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of abhi_mahe
abhi_mahe

If you cannot want to add that ip to Default gateway then add correct route on your Terminal server. Once you add route to that at that time connection to the required rdp will directly contact with router and connect to your other range ip.

Hope this may informatiocal to you.
Avatar of total123

ASKER

that worked thanks :)

Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

J:\>ipconfig

Windows IP Configuration


Ethernet adapter Local Area Connection 2:

   Connection-specific DNS Suffix  . :
   IP Address. . . . . . . . . . . . : 192.168.1.42
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.1.3
                                       10.0.1.1

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   IP Address. . . . . . . . . . . . : 10.0.1.20
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 10.0.1.1
                                       192.168.1.3

J:\>
update, this did work but now it has stopped working I can only rdp from 1 external ip
update,

I have now changed it so
Windows IP Configuration


Ethernet adapter Local Area Connection 2:

   Connection-specific DNS Suffix  . :
   IP Address. . . . . . . . . . . . : 192.168.1.42
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.1.3

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   IP Address. . . . . . . . . . . . : 10.0.1.20
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 10.0.1.1
                                       192.168.1.3

that seems to work I will test tomorrow and update