Networking Forums

Networking Forums > Computer Networking > Windows Networking > Windows 2003 Server Default Gateways

Reply
Thread Tools Display Modes

Windows 2003 Server Default Gateways

 
 
Simon Glencross
Guest
Posts: n/a

 
      06-22-2005, 08:16 AM
I currently have a defualt gateway set as 192.168.130.50 which is a
sonicwall unit which accommodates a VPN to one of out sister sites. I am
about to install exchange on to this server also but require this to use a
different default gateway 192.168.130.53 is this possible? How will windows
server know which gateway to use?

Any advice gratefuly received!



 
Reply With Quote
 
 
 
 
Neteng
Guest
Posts: n/a

 
      06-22-2005, 01:18 PM
You can put a route on the sonicwall or on the server. The route for your
remote network would point to the sonicwall GW. For example if your remote
network is 192.168.135.0/24 your route would look like this.

route add 192.168.135.0 mask 255.255.255.0 192.168.130.50 -p
(do a route /? to see what all this means)

Then change your default gateway to 192.168.130.53. Because there is a
longer match in your route table to your remote network than the default
route, it will choose that gateway.

"Simon Glencross" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> I currently have a defualt gateway set as 192.168.130.50 which is a
> sonicwall unit which accommodates a VPN to one of out sister sites. I am
> about to install exchange on to this server also but require this to use a
> different default gateway 192.168.130.53 is this possible? How will

windows
> server know which gateway to use?
>
> Any advice gratefuly received!
>
>
>



 
Reply With Quote
 
bogus
Guest
Posts: n/a

 
      06-22-2005, 02:24 PM
Is this second default gateway (192.168.130.53) a mailgateway? So you don't
have to give another default gateway, but configure an smtp-connector to
tell exchange where to send the emails.

"Simon Glencross" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>I currently have a defualt gateway set as 192.168.130.50 which is a
>sonicwall unit which accommodates a VPN to one of out sister sites. I am
>about to install exchange on to this server also but require this to use a
>different default gateway 192.168.130.53 is this possible? How will windows
>server know which gateway to use?
>
> Any advice gratefuly received!
>
>
>



 
Reply With Quote
 
Simon Glencross
Guest
Posts: n/a

 
      06-24-2005, 03:32 PM
What about incomming mail?



"bogus" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Is this second default gateway (192.168.130.53) a mailgateway? So you
> don't have to give another default gateway, but configure an
> smtp-connector to tell exchange where to send the emails.
>
> "Simon Glencross" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>>I currently have a defualt gateway set as 192.168.130.50 which is a
>>sonicwall unit which accommodates a VPN to one of out sister sites. I am
>>about to install exchange on to this server also but require this to use a
>>different default gateway 192.168.130.53 is this possible? How will
>>windows server know which gateway to use?
>>
>> Any advice gratefuly received!
>>
>>
>>

>
>



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      06-24-2005, 05:19 PM
No. You can't have two default gateways. You can have a "gob" of gateways
with one default gateway,...but there can only be one default gateway
barring any Dead Gateway Detection schemes.

--
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/IS...cessRules.html

Microsoft Internet Security & Acceleration Server: Guidance
http://www.microsoft.com/isaserver/t...dance/2004.asp
http://www.microsoft.com/isaserver/t...dance/2000.asp

Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
-----------------------------------------------------
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com

"Simon Glencross" <(E-Mail Removed)> wrote in message
news:ei2S$(E-Mail Removed)...
> What about incomming mail?
>
>
>
> "bogus" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Is this second default gateway (192.168.130.53) a mailgateway? So you
> > don't have to give another default gateway, but configure an
> > smtp-connector to tell exchange where to send the emails.
> >
> > "Simon Glencross" <(E-Mail Removed)> wrote in

message
> > news:%(E-Mail Removed)...
> >>I currently have a defualt gateway set as 192.168.130.50 which is a
> >>sonicwall unit which accommodates a VPN to one of out sister sites. I am
> >>about to install exchange on to this server also but require this to use

a
> >>different default gateway 192.168.130.53 is this possible? How will
> >>windows server know which gateway to use?
> >>
> >> Any advice gratefuly received!
> >>
> >>
> >>

> >
> >

>
>



 
Reply With Quote
 
Simon Glencross
Guest
Posts: n/a

 
      06-24-2005, 10:37 PM
Phillip,


Have you any suggestions how I could work around this?

Many Thanks

Simon

"Phillip Windell" <@.> wrote in message
news:%(E-Mail Removed)...
> No. You can't have two default gateways. You can have a "gob" of gateways
> with one default gateway,...but there can only be one default gateway
> barring any Dead Gateway Detection schemes.
>
> --
> -----------------------------------------------------
> Understanding the ISA 2004 Access Rule Processing
> http://www.isaserver.org/articles/IS...cessRules.html
>
> Microsoft Internet Security & Acceleration Server: Guidance
> http://www.microsoft.com/isaserver/t...dance/2004.asp
> http://www.microsoft.com/isaserver/t...dance/2000.asp
>
> Microsoft Internet Security & Acceleration Server: Partners
> http://www.microsoft.com/isaserver/partners/default.asp
> -----------------------------------------------------
> Phillip Windell [MCP, MVP, CCNA]
> www.wandtv.com
>
> "Simon Glencross" <(E-Mail Removed)> wrote in message
> news:ei2S$(E-Mail Removed)...
>> What about incomming mail?
>>
>>
>>
>> "bogus" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > Is this second default gateway (192.168.130.53) a mailgateway? So you
>> > don't have to give another default gateway, but configure an
>> > smtp-connector to tell exchange where to send the emails.
>> >
>> > "Simon Glencross" <(E-Mail Removed)> wrote in

> message
>> > news:%(E-Mail Removed)...
>> >>I currently have a defualt gateway set as 192.168.130.50 which is a
>> >>sonicwall unit which accommodates a VPN to one of out sister sites. I
>> >>am
>> >>about to install exchange on to this server also but require this to
>> >>use

> a
>> >>different default gateway 192.168.130.53 is this possible? How will
>> >>windows server know which gateway to use?
>> >>
>> >> Any advice gratefuly received!
>> >>
>> >>
>> >>
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      06-27-2005, 02:30 PM
"Simon Glencross" <(E-Mail Removed)> wrote in message
news:e$(E-Mail Removed)...

> Have you any suggestions how I could work around this?


I have no suggestion because I know nothing of what you have there, how it
is designed, nor why you say that you must use a different DG for the mail
server. I am only saying that, no..you cannot have more than one default
gateway. Remember that I am effectively "blind",..I cannot see what you
have in front of you,..I only know what you tell me in a few lines of email.

--
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/IS...cessRules.html

Microsoft Internet Security & Acceleration Server: Guidance
http://www.microsoft.com/isaserver/t...dance/2004.asp
http://www.microsoft.com/isaserver/t...dance/2000.asp

Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
-----------------------------------------------------
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
TCP/IP Multiple gateways (different gateways) Windows (NT, 98, 2000, 2003, XP) goonmunster Windows Networking 1 02-26-2007 08:39 AM
TCP/IP Multiple gateways (different gateways) Windows (NT, 98, 2000, 2003, XP) goonmunster Windows Networking 1 02-26-2007 08:39 AM
2 default gateways on windows server. Zul J Windows Networking 2 04-02-2006 01:06 AM
Windows 2003 server loses 'default gateway' Blake Windows Networking 20 06-05-2005 11:36 PM
Windows Server 2003 - Network /Default Gateway Issue Fernando Windows Networking 2 05-28-2004 08:11 PM



1 2 3 4 5 6 7 8 9 10 11