Networking Forums

Networking Forums > Computer Networking > Windows Networking > Connect client to server

Reply
Thread Tools Display Modes

Connect client to server

 
 
Rajani
Guest
Posts: n/a

 
      01-09-2006, 01:16 AM
Hi friends,

I have win 2000 advanced server installed and 15 clients(XP Prof)
I have connected router to server and we have static IP.
I set router as DHCP enabled. Router IP address is 192.162.8.1
Server IP address is 192.162.8.100
Default gate way is 192.168.8.1

Clients address starts from 192.168.8.105, ...

When i try to connect client to domain(server) its not accepting and saying
that "domain not found"

When i issue the command nslookup at client, its showing server as
our ISP name (default server : jtb.brunet.gov.bn)
and IP Address as ISP DSN server address.

How can i connect my client to server?

Thanx in advance


 
Reply With Quote
 
 
 
 
Robert L [MS-MVP]
Guest
Posts: n/a

 
      01-09-2006, 03:05 AM
It is better to install an internal DNS instead of ISP DNS.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Rajani" <(E-Mail Removed)> wrote in message news:FF966CCD-52A7-4B9B-AB59-(E-Mail Removed)...
Hi friends,

I have win 2000 advanced server installed and 15 clients(XP Prof)
I have connected router to server and we have static IP.
I set router as DHCP enabled. Router IP address is 192.162.8.1
Server IP address is 192.162.8.100
Default gate way is 192.168.8.1

Clients address starts from 192.168.8.105, ...

When i try to connect client to domain(server) its not accepting and saying
that "domain not found"

When i issue the command nslookup at client, its showing server as
our ISP name (default server : jtb.brunet.gov.bn)
and IP Address as ISP DSN server address.

How can i connect my client to server?

Thanx in advance


 
Reply With Quote
 
Rajani
Guest
Posts: n/a

 
      01-09-2006, 04:46 AM
Hi,

Thanx for the reply.
I already installed DNS in server. How can i set the settings and configure.
Am i need to change any settings in router or still keep the router DHCP
enabled?

What do i need to change now? Pls explain a bit clear.


"Robert L [MS-MVP]" wrote:

> It is better to install an internal DNS instead of ISP DNS.
>
> Bob Lin, MS-MVP, MCSE & CNE
> Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
> How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
> "Rajani" <(E-Mail Removed)> wrote in message news:FF966CCD-52A7-4B9B-AB59-(E-Mail Removed)...
> Hi friends,
>
> I have win 2000 advanced server installed and 15 clients(XP Prof)
> I have connected router to server and we have static IP.
> I set router as DHCP enabled. Router IP address is 192.162.8.1
> Server IP address is 192.162.8.100
> Default gate way is 192.168.8.1
>
> Clients address starts from 192.168.8.105, ...
>
> When i try to connect client to domain(server) its not accepting and saying
> that "domain not found"
>
> When i issue the command nslookup at client, its showing server as
> our ISP name (default server : jtb.brunet.gov.bn)
> and IP Address as ISP DSN server address.
>
> How can i connect my client to server?
>
> Thanx in advance
>
>

 
Reply With Quote
 
Robert L [MS-MVP]
Guest
Posts: n/a

 
      01-09-2006, 03:00 PM
You can keep the DHCP on the router and have DHCP assign DNS to all workstations. Without knowing the router, that is all we can tell you.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Rajani" <(E-Mail Removed)> wrote in message news:3BE40D49-529A-4A2A-99B8-(E-Mail Removed)...
Hi,

Thanx for the reply.
I already installed DNS in server. How can i set the settings and configure.
Am i need to change any settings in router or still keep the router DHCP
enabled?

What do i need to change now? Pls explain a bit clear.


"Robert L [MS-MVP]" wrote:

> It is better to install an internal DNS instead of ISP DNS.
>
> Bob Lin, MS-MVP, MCSE & CNE
> Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
> How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
> "Rajani" <(E-Mail Removed)> wrote in message news:FF966CCD-52A7-4B9B-AB59-(E-Mail Removed)...
> Hi friends,
>
> I have win 2000 advanced server installed and 15 clients(XP Prof)
> I have connected router to server and we have static IP.
> I set router as DHCP enabled. Router IP address is 192.162.8.1
> Server IP address is 192.162.8.100
> Default gate way is 192.168.8.1
>
> Clients address starts from 192.168.8.105, ...
>
> When i try to connect client to domain(server) its not accepting and saying
> that "domain not found"
>
> When i issue the command nslookup at client, its showing server as
> our ISP name (default server : jtb.brunet.gov.bn)
> and IP Address as ISP DSN server address.
>
> How can i connect my client to server?
>
> Thanx in advance
>
>

 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      01-09-2006, 09:55 PM
The basic problem here is that what you are trying to do doesn't work
with Active Directory!

You can use a router to do DHCP, NAT and DNS relay for a LAN if you are
not using Active Directory. Once you install AD, this is not a viable
option. AD requires all machines (including the DC itself) to use the local
DNS service. AD uses the local DNS to find AD resources (such as logon).
There is no way that these will be on the DNS server at your ISP!

You can use the DHCP on the router IF you can modify it to give out your
DC's IP address from DNS. If you can't do that, turn off DHCP on the router
and set it up on the server.

Modify the DNS on your DC to forward to a public DNS server (such as the
one at your ISP). It will then be able to handle requests for foreign as
well as local names.

All clients should use the local DC as their DNS server and the router
as their default gateway.

Robert L [MS-MVP] wrote:
> You can keep the DHCP on the router and have DHCP assign DNS to all
> workstations. Without knowing the router, that is all we can tell
> you.
>
> Bob Lin, MS-MVP, MCSE & CNE
> Networking, Internet, Routing, VPN Troubleshooting on
> http://www.ChicagoTech.net
> How to Setup Windows, Network, VPN & Remote Access on
> http://www.HowToNetworking.com
> "Rajani" <(E-Mail Removed)> wrote in message
> news:3BE40D49-529A-4A2A-99B8-(E-Mail Removed)...
> Hi,
>
> Thanx for the reply.
> I already installed DNS in server. How can i set the settings and
> configure.
> Am i need to change any settings in router or still keep the router
> DHCP
> enabled?
>
> What do i need to change now? Pls explain a bit clear.
>
>
> "Robert L [MS-MVP]" wrote:
>
> > It is better to install an internal DNS instead of ISP DNS.
> >
> > Bob Lin, MS-MVP, MCSE & CNE
> > Networking, Internet, Routing, VPN Troubleshooting on

> http://www.ChicagoTech.net
> > How to Setup Windows, Network, VPN & Remote Access on

> http://www.HowToNetworking.com
> > "Rajani" <(E-Mail Removed)> wrote in message

> news:FF966CCD-52A7-4B9B-AB59-(E-Mail Removed)...
> > Hi friends,
> >
> > I have win 2000 advanced server installed and 15 clients(XP

> Prof)
> > I have connected router to server and we have static IP.
> > I set router as DHCP enabled. Router IP address is 192.162.8.1
> > Server IP address is 192.162.8.100
> > Default gate way is 192.168.8.1
> >
> > Clients address starts from 192.168.8.105, ...
> >
> > When i try to connect client to domain(server) its not

> accepting and saying
> > that "domain not found"
> >
> > When i issue the command nslookup at client, its showing server

> as
> > our ISP name (default server : jtb.brunet.gov.bn)
> > and IP Address as ISP DSN server address.
> >
> > How can i connect my client to server?
> >
> > Thanx in advance
> >
> >



 
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
Client cannot connect to VPN server - others can Thomas D. Windows Networking 2 01-27-2007 10:47 PM
ssh client gets to server, but doesn't connect...? /usr/ceo Linux Networking 4 10-06-2006 09:46 PM
Can't connect to 2k3 server from mac osx smb client Ben Windows Networking 2 04-13-2004 11:48 PM
98se client cannot connect to nt 4 server Michael Streijl Windows Networking 0 10-21-2003 10:16 AM
Cannot connect Linux FTP server with Win client Ivan Linux Networking 1 10-11-2003 06:37 PM



1 2 3 4 5 6 7 8 9 10 11