Networking Forums

Networking Forums > Computer Networking > Windows Networking > Win2K Server on two networks problem

Reply
Thread Tools Display Modes

Win2K Server on two networks problem

 
 
Johnny Fugazzi
Guest
Posts: n/a

 
      07-15-2005, 05:31 PM
Hey,

I have a windows 2000 server, sp4, with 2 nics in it.
NIC 1 is 100Mbps and is tied to the main LAN
NIC 2 is 1000Mbps and is tied to a data-backup LAN, with a whole different
ip scheme.

Everyhting works great, with one exception.

There is are numerous web sites on this server that all each other by
http://servername/web.

This causes a problem in that the server name is resolving to wrong IP of
the server. The server is resolving itself as the IP on the data-backup
lan, which the webs do not answer on.

Is there a way to force the server to answer by name on the one, but not the
other, when it is referencing itself?





 
Reply With Quote
 
 
 
 
Neteng
Guest
Posts: n/a

 
      07-15-2005, 06:46 PM
Put the name/ip in your hosts file.


"Johnny Fugazzi" <removethis-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hey,
>
> I have a windows 2000 server, sp4, with 2 nics in it.
> NIC 1 is 100Mbps and is tied to the main LAN
> NIC 2 is 1000Mbps and is tied to a data-backup LAN, with a whole different
> ip scheme.
>
> Everyhting works great, with one exception.
>
> There is are numerous web sites on this server that all each other by
> http://servername/web.
>
> This causes a problem in that the server name is resolving to wrong IP of
> the server. The server is resolving itself as the IP on the data-backup
> lan, which the webs do not answer on.
>
> Is there a way to force the server to answer by name on the one, but not

the
> other, when it is referencing itself?
>
>
>
>
>



 
Reply With Quote
 
Johnny Fugazzi
Guest
Posts: n/a

 
      07-15-2005, 08:03 PM
Tried that.
I included the IP and Hostname in both the HOST and LMHOST files.

When I rebooted and then logged onto the server, and then pinged itself, it
still resolved to the wrong (other) ip.



"Neteng" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Put the name/ip in your hosts file.
>
>
> "Johnny Fugazzi" <removethis-(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hey,
>>
>> I have a windows 2000 server, sp4, with 2 nics in it.
>> NIC 1 is 100Mbps and is tied to the main LAN
>> NIC 2 is 1000Mbps and is tied to a data-backup LAN, with a whole
>> different
>> ip scheme.
>>
>> Everyhting works great, with one exception.
>>
>> There is are numerous web sites on this server that all each other by
>> http://servername/web.
>>
>> This causes a problem in that the server name is resolving to wrong IP of
>> the server. The server is resolving itself as the IP on the data-backup
>> lan, which the webs do not answer on.
>>
>> Is there a way to force the server to answer by name on the one, but not

> the
>> other, when it is referencing itself?
>>
>>
>>
>>
>>

>
>



 
Reply With Quote
 
Neteng
Guest
Posts: n/a

 
      07-15-2005, 09:07 PM
Are your websites setup to 'all unassigned IP's' ? How do you set them a
part? Host headers? port numbers?

"Johnny Fugazzi" <removethis-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Tried that.
> I included the IP and Hostname in both the HOST and LMHOST files.
>
> When I rebooted and then logged onto the server, and then pinged itself,

it
> still resolved to the wrong (other) ip.
>
>
>
> "Neteng" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Put the name/ip in your hosts file.
> >
> >
> > "Johnny Fugazzi" <removethis-(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> >> Hey,
> >>
> >> I have a windows 2000 server, sp4, with 2 nics in it.
> >> NIC 1 is 100Mbps and is tied to the main LAN
> >> NIC 2 is 1000Mbps and is tied to a data-backup LAN, with a whole
> >> different
> >> ip scheme.
> >>
> >> Everyhting works great, with one exception.
> >>
> >> There is are numerous web sites on this server that all each other by
> >> http://servername/web.
> >>
> >> This causes a problem in that the server name is resolving to wrong IP

of
> >> the server. The server is resolving itself as the IP on the

data-backup
> >> lan, which the webs do not answer on.
> >>
> >> Is there a way to force the server to answer by name on the one, but

not
> > the
> >> other, when it is referencing itself?
> >>
> >>
> >>
> >>
> >>

> >
> >

>
>



 
Reply With Quote
 
Doug Sherman [MVP]
Guest
Posts: n/a

 
      07-15-2005, 11:51 PM
Try moving NIC 1 to the top of the binding order in network connection
properties. See:

http://support.microsoft.com/default...b;en-us;894564

Doug Sherman
MCSE, MCSA, MCP+I, MVP

"Johnny Fugazzi" <removethis-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hey,
>
> I have a windows 2000 server, sp4, with 2 nics in it.
> NIC 1 is 100Mbps and is tied to the main LAN
> NIC 2 is 1000Mbps and is tied to a data-backup LAN, with a whole different
> ip scheme.
>
> Everyhting works great, with one exception.
>
> There is are numerous web sites on this server that all each other by
> http://servername/web.
>
> This causes a problem in that the server name is resolving to wrong IP of
> the server. The server is resolving itself as the IP on the data-backup
> lan, which the webs do not answer on.
>
> Is there a way to force the server to answer by name on the one, but not

the
> other, when it is referencing itself?
>
>
>
>
>



 
Reply With Quote
 
Johnny Fugazzi
Guest
Posts: n/a

 
      07-19-2005, 04:19 PM
That did the trick. I never knew that menu was there, but I figured it
would be something just that simple.

Thanks.


"Doug Sherman [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Try moving NIC 1 to the top of the binding order in network connection
> properties. See:
>
> http://support.microsoft.com/default...b;en-us;894564
>
> Doug Sherman
> MCSE, MCSA, MCP+I, MVP
>
> "Johnny Fugazzi" <removethis-(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hey,
>>
>> I have a windows 2000 server, sp4, with 2 nics in it.
>> NIC 1 is 100Mbps and is tied to the main LAN
>> NIC 2 is 1000Mbps and is tied to a data-backup LAN, with a whole
>> different
>> ip scheme.
>>
>> Everyhting works great, with one exception.
>>
>> There is are numerous web sites on this server that all each other by
>> http://servername/web.
>>
>> This causes a problem in that the server name is resolving to wrong IP of
>> the server. The server is resolving itself as the IP on the data-backup
>> lan, which the webs do not answer on.
>>
>> Is there a way to force the server to answer by name on the one, but not

> the
>> other, when it is referencing itself?
>>
>>
>>
>>
>>

>
>



 
Reply With Quote
 
Doug Sherman [MVP]
Guest
Posts: n/a

 
      07-20-2005, 01:44 PM
Go get 'em Johnny!

Doug Sherman
MCSE, MCSA, MCP+I, MVP

"Johnny Fugazzi" <removethis-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> That did the trick. I never knew that menu was there, but I figured it
> would be something just that simple.
>
> Thanks.
>
>
> "Doug Sherman [MVP]" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Try moving NIC 1 to the top of the binding order in network connection
> > properties. See:
> >
> > http://support.microsoft.com/default...b;en-us;894564
> >
> > Doug Sherman
> > MCSE, MCSA, MCP+I, MVP
> >
> > "Johnny Fugazzi" <removethis-(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> >> Hey,
> >>
> >> I have a windows 2000 server, sp4, with 2 nics in it.
> >> NIC 1 is 100Mbps and is tied to the main LAN
> >> NIC 2 is 1000Mbps and is tied to a data-backup LAN, with a whole
> >> different
> >> ip scheme.
> >>
> >> Everyhting works great, with one exception.
> >>
> >> There is are numerous web sites on this server that all each other by
> >> http://servername/web.
> >>
> >> This causes a problem in that the server name is resolving to wrong IP

of
> >> the server. The server is resolving itself as the IP on the

data-backup
> >> lan, which the webs do not answer on.
> >>
> >> Is there a way to force the server to answer by name on the one, but

not
> > the
> >> other, when it is referencing itself?
> >>
> >>
> >>
> >>
> >>

> >
> >

>
>



 
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
Slow DHCP Response, Win2k Server, Win2k3 Server izzy4505@gmail.com Windows Networking 0 04-14-2006 09:27 PM
Problem Logging into Server2003 from Win2K server Don Thomson Windows Networking 0 10-10-2004 09:39 PM
Connection problem : ADSL Internet -> Win2K Server -> internal Network Don Kearns Windows Networking 1 02-18-2004 04:08 PM
Win2K server VPN??? Grahammer Windows Networking 2 12-19-2003 11:59 PM
Odd Win98SE to Win2k Server Problem jhollin1138 Windows Networking 5 12-03-2003 07:01 PM



1 2 3 4 5 6 7 8 9 10 11