Networking Forums

Networking Forums > Computer Networking > Windows Networking > Two NICS in a windows 2003 server.. Can you have two seperate Networks?

Reply
Thread Tools Display Modes

Two NICS in a windows 2003 server.. Can you have two seperate Networks?

 
 
Ray
Guest
Posts: n/a

 
      01-13-2004, 04:47 PM
I have a Windows 2003 server, its the domain controller
and originally had only 1 NIC. Heres the situation.

On an old Novell server we had an FTP running, and a
bunch of stores could dial in to a 1-800 number which
directs to a Cisco AS5200 router here in office, which
gives the modem user a internal IP out of a certain
range, which is specifies in the cisco. We have to move
the FTP to the windows 2003 server but want to keep the
networks seperate between the FTP traffic and the other
network of our domain controller.

So we installed a second 3com NIC into the Windows 2003
server and set the internal IP on it to the same that was
on the Novel Server because the Cisco router points to
that IP. The FTP is also set to run off this IP as well
and not the IP of the First NIC. We left the Default
gateway blank at first. When we dialed into the 1-800 #
we couldnt get access to the FTP or ping the 2nd NICs IP
from our remote location, but we were on the router
because we had an IP from the routers IP Scope.

Then I remembered you need a default gateway set on the
Second NIC, which has to be the IP of the Router
Interface it is connected to.

As soon as I did that I get the error:
'Warning - Multiple default gateways are intended to
provide redundancy to a single network(such as an
intranet or internet). They will not fumction properly
when the gateways are on two separate, disjoint networks
(such as one on your intranet and one on the internet).
Do you want to save this configuration?'

Im getting this because the two gateways on the NICS are
differnet, which they have to be.

When I click yes, All my internet traffice basically
stops in the office( Which is running on the 1st NIC),
but when I dial into the 1-800 #, i can get access to the
FTP because that second NIC knows to look at the routers
IP interface.

I want to keep the networks seperate.

So is there a way I can do this?


 
Reply With Quote
 
 
 
 
Michael Holzemer
Guest
Posts: n/a

 
      01-13-2004, 05:08 PM
Ray wrote:
> I have a Windows 2003 server, its the domain controller
> and originally had only 1 NIC. Heres the situation.
>
> On an old Novell server we had an FTP running, and a
> bunch of stores could dial in to a 1-800 number which
> directs to a Cisco AS5200 router here in office, which
> gives the modem user a internal IP out of a certain
> range, which is specifies in the cisco. We have to move
> the FTP to the windows 2003 server but want to keep the
> networks seperate between the FTP traffic and the other
> network of our domain controller.
>
> So we installed a second 3com NIC into the Windows 2003
> server and set the internal IP on it to the same that was
> on the Novel Server because the Cisco router points to
> that IP. The FTP is also set to run off this IP as well
> and not the IP of the First NIC. We left the Default
> gateway blank at first. When we dialed into the 1-800 #
> we couldnt get access to the FTP or ping the 2nd NICs IP
> from our remote location, but we were on the router
> because we had an IP from the routers IP Scope.
>
> Then I remembered you need a default gateway set on the
> Second NIC, which has to be the IP of the Router
> Interface it is connected to.
>
> As soon as I did that I get the error:
> 'Warning - Multiple default gateways are intended to
> provide redundancy to a single network(such as an
> intranet or internet). They will not fumction properly
> when the gateways are on two separate, disjoint networks
> (such as one on your intranet and one on the internet).
> Do you want to save this configuration?'
>
> Im getting this because the two gateways on the NICS are
> differnet, which they have to be.
>
> When I click yes, All my internet traffice basically
> stops in the office( Which is running on the 1st NIC),
> but when I dial into the 1-800 #, i can get access to the
> FTP because that second NIC knows to look at the routers
> IP interface.
>
> I want to keep the networks seperate.
>
> So is there a way I can do this?


Sure, add a persistent route to your routing table.
From a command prompt type route print /? for help.
You will be adding something like:

route -p add 10.10.0.0 mask 255.255.255.0 10.10.10.254 where the network ID
is the subnet you need to route to.

--
Regards,

Michael Holzemer
No email replies please - reply in newsgroup

Learn script faster by searching here
http://www.microsoft.com/technet/tre...er/default.asp



 
Reply With Quote
 
Jeff Cochran
Guest
Posts: n/a

 
      01-13-2004, 05:24 PM
On Tue, 13 Jan 2004 09:47:11 -0800, "Ray"
<(E-Mail Removed)> wrote:

>I have a Windows 2003 server, its the domain controller
>and originally had only 1 NIC. Heres the situation.
>
>On an old Novell server we had an FTP running, and a
>bunch of stores could dial in to a 1-800 number which
>directs to a Cisco AS5200 router here in office, which
>gives the modem user a internal IP out of a certain
>range, which is specifies in the cisco. We have to move
>the FTP to the windows 2003 server but want to keep the
>networks seperate between the FTP traffic and the other
>network of our domain controller.
>
>So we installed a second 3com NIC into the Windows 2003
>server and set the internal IP on it to the same that was
>on the Novel Server because the Cisco router points to
>that IP. The FTP is also set to run off this IP as well
>and not the IP of the First NIC. We left the Default
>gateway blank at first. When we dialed into the 1-800 #
>we couldnt get access to the FTP or ping the 2nd NICs IP
>from our remote location, but we were on the router
>because we had an IP from the routers IP Scope.
>
>Then I remembered you need a default gateway set on the
>Second NIC, which has to be the IP of the Router
>Interface it is connected to.
>
>As soon as I did that I get the error:
>'Warning - Multiple default gateways are intended to
>provide redundancy to a single network(such as an
>intranet or internet). They will not fumction properly
>when the gateways are on two separate, disjoint networks
>(such as one on your intranet and one on the internet).
>Do you want to save this configuration?'
>
>Im getting this because the two gateways on the NICS are
>differnet, which they have to be.


No they don't nor should they be.

>When I click yes, All my internet traffice basically
>stops in the office( Which is running on the 1st NIC),
>but when I dial into the 1-800 #, i can get access to the
>FTP because that second NIC knows to look at the routers
>IP interface.


>I want to keep the networks seperate.


>So is there a way I can do this?


DG is set to the internet NIC, for any traffic to a network that's not
logically local and only connected to the other network card, you'll
need to define a route.

Jeff

 
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
Static IP settings revert to DHCP on windows 2003 server with 2 NICs S N Windows Networking 1 10-12-2009 06:02 PM
Static IP settings revert to DHCP on windows 2003 server with 2 NICs S N Windows Networking 1 10-12-2009 06:02 PM
Three nics in Windows 2003 Std Server, two goes down 'randomly' third stays up no matter what Kim Noer Windows Networking 10 04-30-2005 09:24 PM
2 Nics in Windows 2003 server one private one public- odd issue =?Utf-8?B?TWljazI3Njc=?= Windows Networking 3 11-24-2004 08:56 PM
two NICs - is Windows Server 2003 choosing the best one? Rolf Barbakken Windows Networking 3 10-07-2004 02:10 AM



1 2 3 4 5 6 7 8 9 10 11