DNS DHCP on same server

T

Tom

I'm setting up a home server for a class. Windows 2000.
DNS AD zone, with DHCP. I had a little trouble at first,
but got it working by using Internet Connection Sharing.
My question is, is that the only way to do it when you
have two nic cards? 1 nic card has the ip address of my
isp provider, while the other is set to 192.168.0.1.
Before, the client would pick up a ip address and subnet
mask, but no matter what it would never get a default
gateway no matter what gateway I used.
 
M

Marina Roos

It is not recommended to run ICS on a server. And not needed too.
Check the bindingorder (Network connections, advanced, advanced) and make
sure the internal nic is on top.
Can you post the ipconfig/all?
 
M

Marc Reynolds [MSFT]

You cannot run ICS on a domain controller. The DNS and DHCP services
conflict. Instead of ICS you need to configure RRAS and NAT.

--

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
G

Guest

I've configured RRAS, DNS, DHCP.

I have the internal connection at the top for bindings
order. Do you want the ipconfig /all of the client or
server?

Tell me this, should me default gateway should be the
internal connection, ie 192.168.0.1, or should it be the
gateway of the external nic? That I'm not too sure, but
have it set to the internal.
 
M

Marina Roos

Gateway should be on the external nic. Post the ipconfig from the server
please.
 
T

Tom

Here it is:


C:\Documents and Settings\Administrator>ipconfig /all

Windows 2000 IP Configuration

Host Name . . . . . . . . . . . . : s458
Primary DNS Suffix . . . . . . . : sequel.com
Node Type . . . . . . . . . . . . : Broadcast
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : sequel.com

Ethernet adapter Local Area Connection 3:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Linksys
LNE100TX Fast Ethernet Adapt
er
Physical Address. . . . . . . . . : 00-A0-CC-E3-D1-
34
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.0.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 24.220.160.1
DNS Servers . . . . . . . . . . . : 192.168.0.1

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : 3Com EtherLink
XL 10/100 PCI TX NIC
(3C905B-TX)
Physical Address. . . . . . . . . : 00-10-4B-6A-1F-
B3
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 24.220.168.77
Subnet Mask . . . . . . . . . . . : 255.255.240.0
Default Gateway . . . . . . . . . : 24.220.160.1
DNS Servers . . . . . . . . . . . : 24.220.0.10
24.220.0.11

Ethernet adapter Local Area Connection 2:

Media State . . . . . . . . . . . : Cable
Disconnected
Description . . . . . . . . . . . : Network
Everywhere Fast Ethernet Ada
pter(NC100 v2)
Physical Address. . . . . . . . . : 00-04-5A-72-41-
85

C:\Documents and Settings\Administrator>
 
T

Tom

I just don't get it. ITs picking up everything right, as
far as I can see. DNS, DHCP, the gateway, but its not
working.
 
T

Tom

From the client, I cannot even ping the ip address of the
external nic. So what setting am I missing here?
 
M

Marina Roos

Hi Tom,

Delete the gateway 24.xxxx from your internal nic.
On the external nic delete those DNS-entries and point the first one to your
server-IP (192.168.0.1).
Make sure that only TCP/IP is bound to the external nic and check the
bindingorder.
 
T

Tom

Hi,

Ok, I did that. But still not working right. Would I have
to change anything with DNS or RRAS after making those
changes?
 
M

Marina Roos

Depends. Make sure that DNS-server is only listening to the server-IP. The
ISP-DNS-numbers should be put in tab Forwarders.
Restart DNS-server.
Do you have options 003, 006 and 015 in DHCP-server, Scope Options? 003 and
006 only point to your server-IP, 015 points to your AD-domainname
(company.local).
 
T

Tom

Ok, got that now. What address should I have for the
Interfaces tab of the DNS server? Should it just be
listening on the nic with 192.168.0.1?
 
T

Tom

hmmmm... still not working.

I can now ping my external nic address, but not the dns
servers. I can't think of anything else I am missing.
 
M

Marina Roos

Have you tried rebooting the server? Can you post the ipconfig/all from the
client?
 
T

Tom

Here ya go:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and
Settings\Administrator.SEQUEL>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : steel
Primary Dns Suffix . . . . . . . : sequel.com
Node Type . . . . . . . . . . . . : Mixed
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : sequel.com

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : sequel.com
Description . . . . . . . . . . . : NVIDIA nForce
MCP Networking Control
ler
Physical Address. . . . . . . . . : 00-50-70-92-1C-
9F
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.1
Lease Obtained. . . . . . . . . . : Sunday,
January 25, 2004 8:20:32 PM
Lease Expires . . . . . . . . . . : Monday,
February 02, 2004 8:20:32 PM


C:\Documents and Settings\Administrator.SEQUEL>
 
M

Marina Roos

That looks good. Haven't you excluded a IP-range in DHCP-server for example
192.168.0.1-192.168.0.10 for servers, printers and all?
Can you post the ipconfig from the server again please?

--
Regards,

Marina
Tom said:
Here ya go:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and
Settings\Administrator.SEQUEL>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : steel
Primary Dns Suffix . . . . . . . : sequel.com
Node Type . . . . . . . . . . . . : Mixed
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : sequel.com

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : sequel.com
Description . . . . . . . . . . . : NVIDIA nForce
MCP Networking Control
ler
Physical Address. . . . . . . . . : 00-50-70-92-1C-
9F
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.1
Lease Obtained. . . . . . . . . . : Sunday,
January 25, 2004 8:20:32 PM
Lease Expires . . . . . . . . . . : Monday,
February 02, 2004 8:20:32 PM


C:\Documents and Settings\Administrator.SEQUEL>


-----Original Message-----
Have you tried rebooting the server? Can you post the ipconfig/all from the
client?

--
Regards,

Marina




.
 
T

Tom

I started the range at 192.168.2 to 192.168.0.10. I
shouldn't have to exclude anything.

Here it is:

Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

C:\Documents and Settings\Administrator>ipconfig /all

Windows 2000 IP Configuration

Host Name . . . . . . . . . . . . : s458
Primary DNS Suffix . . . . . . . : sequel.com
Node Type . . . . . . . . . . . . : Broadcast
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : sequel.com

Ethernet adapter Local Area Connection 3:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Linksys
LNE100TX Fast Ethernet Adapt
er
Physical Address. . . . . . . . . : 00-A0-CC-E3-D1-
34
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.0.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . : 24.220.0.10

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : 3Com EtherLink
XL 10/100 PCI TX NIC
(3C905B-TX)
Physical Address. . . . . . . . . : 00-10-4B-6A-1F-
B3
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 24.220.168.77
Subnet Mask . . . . . . . . . . . : 255.255.240.0
Default Gateway . . . . . . . . . : 24.220.160.1
DNS Servers . . . . . . . . . . . : 192.168.0.1

Ethernet adapter Local Area Connection 2:

Media State . . . . . . . . . . . : Cable
Disconnected
Description . . . . . . . . . . . : Network
Everywhere Fast Ethernet Ada
pter(NC100 v2)
Physical Address. . . . . . . . . : 00-04-5A-72-41-
85

C:\Documents and Settings\Administrator>
-----Original Message-----
That looks good. Haven't you excluded a IP-range in DHCP- server for example
192.168.0.1-192.168.0.10 for servers, printers and all?
Can you post the ipconfig from the server again please?

--
Regards,

Marina
Tom said:
Here ya go:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and
Settings\Administrator.SEQUEL>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : steel
Primary Dns Suffix . . . . . . . : sequel.com
Node Type . . . . . . . . . . . . : Mixed
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : sequel.com

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : sequel.com
Description . . . . . . . . . . . : NVIDIA nForce
MCP Networking Control
ler
Physical Address. . . . . . . . . : 00-50-70-92- 1C-
9F
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.1
Lease Obtained. . . . . . . . . . : Sunday,
January 25, 2004 8:20:32 PM
Lease Expires . . . . . . . . . . : Monday,
February 02, 2004 8:20:32 PM


C:\Documents and Settings\Administrator.SEQUEL>


-----Original Message-----
Have you tried rebooting the server? Can you post the ipconfig/all from the
client?

--
Regards,

Marina

"Tom" <[email protected]> schreef in bericht
hmmmm... still not working.

I can now ping my external nic address, but not the dns
servers. I can't think of anything else I am missing.


-----Original Message-----
Yep, if that is your internal server-IP.

--
Regards,

Marina

"Tom" <[email protected]> schreef in bericht
Ok, got that now. What address should I have for the
Interfaces tab of the DNS server? Should it just be
listening on the nic with 192.168.0.1?

-----Original Message-----
Depends. Make sure that DNS-server is only listening to
the server-IP. The
ISP-DNS-numbers should be put in tab Forwarders.
Restart DNS-server.
Do you have options 003, 006 and 015 in DHCP- server,
Scope Options? 003 and
006 only point to your server-IP, 015 points to your
AD-
domainname
(company.local).

--
Regards,

Marina

"Tom" <[email protected]> schreef in
bericht
Hi,

Ok, I did that. But still not working right. Would I
have
to change anything with DNS or RRAS after making
those
changes?

-----Original Message-----
Hi Tom,

Delete the gateway 24.xxxx from your internal nic.
On the external nic delete those DNS-entries and
point
the first one to your
server-IP (192.168.0.1).
Make sure that only TCP/IP is bound to the external
nic
and check the
bindingorder.

--
Regards,

Marina

"Tom" <[email protected]> schreef in
bericht
Here it is:


C:\Documents and
Settings\Administrator>ipconfig /all

Windows 2000 IP Configuration

Host Name . . . . . . . . . . . . : s458
Primary DNS Suffix . . . . . . . :
sequel.com
Node Type . . . . . . . . . . . . :
Broadcast
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . :
sequel.com

Ethernet adapter Local Area Connection 3:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . :
Linksys
LNE100TX Fast Ethernet Adapt
er
Physical Address. . . . . . . . . :
00-
A0-
CC-
E3-
D1-
34
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . :
192.168.0.1
Subnet Mask . . . . . . . . . . . :
255.255.255.0
Default Gateway . . . . . . . . . :
24.220.160.1
DNS Servers . . . . . . . . . . . :
192.168.0.1

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : 3Com
EtherLink
XL 10/100 PCI TX NIC
(3C905B-TX)
Physical Address. . . . . . . . . :
00-
10-
4B-
6A-
1F-
B3
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . :
24.220.168.77
Subnet Mask . . . . . . . . . . . :
255.255.240.0
Default Gateway . . . . . . . . . :
24.220.160.1
DNS Servers . . . . . . . . . . . :
24.220.0.10

24.220.0.11

Ethernet adapter Local Area Connection 2:

Media State . . . . . . . . . . . : Cable
Disconnected
Description . . . . . . . . . . . :
Network
Everywhere Fast Ethernet Ada
pter(NC100 v2)
Physical Address. . . . . . . . . :
00-
04-
5A-
72-
41-
85

C:\Documents and Settings\Administrator>


-----Original Message-----
Gateway should be on the external nic. Post the
ipconfig
from the server
please.

--
Regards,

Marina

<[email protected]>
schreef
in
bericht
[email protected]...
I've configured RRAS, DNS, DHCP.

I have the internal connection at the top for
bindings
order. Do you want the ipconfig /all of the
client or
server?

Tell me this, should me default gateway should
be
the
internal connection, ie 192.168.0.1, or should
it
be
the
gateway of the external nic? That I'm not too
sure,
but
have it set to the internal.


-----Original Message-----
It is not recommended to run ICS on a server.
And
not
needed too.
Check the bindingorder (Network connections,
advanced,
advanced) and make
sure the internal nic is on top.
Can you post the ipconfig/all?
--
Regards,

Marina

"Tom" <[email protected]> schreef
[email protected]...
I'm setting up a home server for a class.
Windows
2000.
DNS AD zone, with DHCP. I had a little
trouble at
first,
but got it working by using Internet
Connection
Sharing.
My question is, is that the only way
to
do
it
when
you
have two nic cards? 1 nic card has
the
ip
address
of my
isp provider, while the other is set to
192.168.0.1.
Before, the client would pick up a ip
address
and
subnet
mask, but no matter what it would
never
get
a
default
gateway no matter what gateway I used.


.



.



.



.



.



.


.
 
T

Tom

See anything I am missing with this Marina?

I don't get it because for the client I am using
192.168.0.1.

But still I am getting no where and don't see what I'm
missing.

-----Original Message-----
I started the range at 192.168.2 to 192.168.0.10. I
shouldn't have to exclude anything.

Here it is:

Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

C:\Documents and Settings\Administrator>ipconfig /all

Windows 2000 IP Configuration

Host Name . . . . . . . . . . . . : s458
Primary DNS Suffix . . . . . . . : sequel.com
Node Type . . . . . . . . . . . . : Broadcast
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : sequel.com

Ethernet adapter Local Area Connection 3:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Linksys
LNE100TX Fast Ethernet Adapt
er
Physical Address. . . . . . . . . : 00-A0-CC-E3- D1-
34
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.0.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . : 24.220.0.10

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : 3Com EtherLink
XL 10/100 PCI TX NIC
(3C905B-TX)
Physical Address. . . . . . . . . : 00-10-4B-6A- 1F-
B3
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 24.220.168.77
Subnet Mask . . . . . . . . . . . : 255.255.240.0
Default Gateway . . . . . . . . . : 24.220.160.1
DNS Servers . . . . . . . . . . . : 192.168.0.1

Ethernet adapter Local Area Connection 2:

Media State . . . . . . . . . . . : Cable
Disconnected
Description . . . . . . . . . . . : Network
Everywhere Fast Ethernet Ada
pter(NC100 v2)
Physical Address. . . . . . . . . : 00-04-5A-72- 41-
85

C:\Documents and Settings\Administrator>
-----Original Message-----
That looks good. Haven't you excluded a IP-range in DHCP- server for example
192.168.0.1-192.168.0.10 for servers, printers and all?
Can you post the ipconfig from the server again please?

--
Regards,

Marina
Tom said:
Here ya go:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and
Settings\Administrator.SEQUEL>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : steel
Primary Dns Suffix . . . . . . . : sequel.com
Node Type . . . . . . . . . . . . : Mixed
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : sequel.com

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : sequel.com
Description . . . . . . . . . . . : NVIDIA nForce
MCP Networking Control
ler
Physical Address. . . . . . . . . : 00-50-70-
92-
schreef
Enabled. . . . . . . . :
Yes Enabled. . . . . . . . :
No Address. . . . . . . . . :
00- Enabled. . . . . . . . . . . :
No Address. . . . . . . . . :
00- Enabled. . . . . . . . . . . :
No Address. . . . . . . . . :
00-
.
 
T

Tom

I'm getting this error too, Marina.

Registration of the DNS record '_ldap._tcp.Default-First-
Site-Name._sites.gc._msdcs.sequel.com. 600 IN SRV 0 100
3268 s458.sequel.com.' failed with the following error:
DNS server unable to interpret format.


I found the article, any followed it, but now solution yet.
-----Original Message-----
That looks good. Haven't you excluded a IP-range in DHCP- server for example
192.168.0.1-192.168.0.10 for servers, printers and all?
Can you post the ipconfig from the server again please?

--
Regards,

Marina
Tom said:
Here ya go:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and
Settings\Administrator.SEQUEL>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : steel
Primary Dns Suffix . . . . . . . : sequel.com
Node Type . . . . . . . . . . . . : Mixed
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : sequel.com

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : sequel.com
Description . . . . . . . . . . . : NVIDIA nForce
MCP Networking Control
ler
Physical Address. . . . . . . . . : 00-50-70-92- 1C-
9F
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.1
Lease Obtained. . . . . . . . . . : Sunday,
January 25, 2004 8:20:32 PM
Lease Expires . . . . . . . . . . : Monday,
February 02, 2004 8:20:32 PM


C:\Documents and Settings\Administrator.SEQUEL>


-----Original Message-----
Have you tried rebooting the server? Can you post the ipconfig/all from the
client?

--
Regards,

Marina

"Tom" <[email protected]> schreef in bericht
hmmmm... still not working.

I can now ping my external nic address, but not the dns
servers. I can't think of anything else I am missing.


-----Original Message-----
Yep, if that is your internal server-IP.

--
Regards,

Marina

"Tom" <[email protected]> schreef in bericht
Ok, got that now. What address should I have for the
Interfaces tab of the DNS server? Should it just be
listening on the nic with 192.168.0.1?

-----Original Message-----
Depends. Make sure that DNS-server is only listening to
the server-IP. The
ISP-DNS-numbers should be put in tab Forwarders.
Restart DNS-server.
Do you have options 003, 006 and 015 in DHCP- server,
Scope Options? 003 and
006 only point to your server-IP, 015 points to your
AD-
domainname
(company.local).

--
Regards,

Marina

"Tom" <[email protected]> schreef in
bericht
Hi,

Ok, I did that. But still not working right. Would I
have
to change anything with DNS or RRAS after making
those
changes?

-----Original Message-----
Hi Tom,

Delete the gateway 24.xxxx from your internal nic.
On the external nic delete those DNS-entries and
point
the first one to your
server-IP (192.168.0.1).
Make sure that only TCP/IP is bound to the external
nic
and check the
bindingorder.

--
Regards,

Marina

"Tom" <[email protected]> schreef in
bericht
Here it is:


C:\Documents and
Settings\Administrator>ipconfig /all

Windows 2000 IP Configuration

Host Name . . . . . . . . . . . . : s458
Primary DNS Suffix . . . . . . . :
sequel.com
Node Type . . . . . . . . . . . . :
Broadcast
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . :
sequel.com

Ethernet adapter Local Area Connection 3:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . :
Linksys
LNE100TX Fast Ethernet Adapt
er
Physical Address. . . . . . . . . :
00-
A0-
CC-
E3-
D1-
34
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . :
192.168.0.1
Subnet Mask . . . . . . . . . . . :
255.255.255.0
Default Gateway . . . . . . . . . :
24.220.160.1
DNS Servers . . . . . . . . . . . :
192.168.0.1

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : 3Com
EtherLink
XL 10/100 PCI TX NIC
(3C905B-TX)
Physical Address. . . . . . . . . :
00-
10-
4B-
6A-
1F-
B3
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . :
24.220.168.77
Subnet Mask . . . . . . . . . . . :
255.255.240.0
Default Gateway . . . . . . . . . :
24.220.160.1
DNS Servers . . . . . . . . . . . :
24.220.0.10

24.220.0.11

Ethernet adapter Local Area Connection 2:

Media State . . . . . . . . . . . : Cable
Disconnected
Description . . . . . . . . . . . :
Network
Everywhere Fast Ethernet Ada
pter(NC100 v2)
Physical Address. . . . . . . . . :
00-
04-
5A-
72-
41-
85

C:\Documents and Settings\Administrator>


-----Original Message-----
Gateway should be on the external nic. Post the
ipconfig
from the server
please.

--
Regards,

Marina

<[email protected]>
schreef
in
bericht
[email protected]...
I've configured RRAS, DNS, DHCP.

I have the internal connection at the top for
bindings
order. Do you want the ipconfig /all of the
client or
server?

Tell me this, should me default gateway should
be
the
internal connection, ie 192.168.0.1, or should
it
be
the
gateway of the external nic? That I'm not too
sure,
but
have it set to the internal.


-----Original Message-----
It is not recommended to run ICS on a server.
And
not
needed too.
Check the bindingorder (Network connections,
advanced,
advanced) and make
sure the internal nic is on top.
Can you post the ipconfig/all?
--
Regards,

Marina

"Tom" <[email protected]> schreef
[email protected]...
I'm setting up a home server for a class.
Windows
2000.
DNS AD zone, with DHCP. I had a little
trouble at
first,
but got it working by using Internet
Connection
Sharing.
My question is, is that the only way
to
do
it
when
you
have two nic cards? 1 nic card has
the
ip
address
of my
isp provider, while the other is set to
192.168.0.1.
Before, the client would pick up a ip
address
and
subnet
mask, but no matter what it would
never
get
a
default
gateway no matter what gateway I used.


.



.



.



.



.



.


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top