Link to home
Start Free TrialLog in
Avatar of lcipollone
lcipolloneFlag for United States of America

asked on

When logging into my workstations the login process is very long

When i log into my workstation it takes about 2 minutes to log into the domain.
I set up the whole network but i'm not sure i did it correctly. Everything is working ok except for the login part.

CABLE MODEM -----  SERVER  ---- SWITCH ------- WORKSTATIONS

Server settings
IP = 192.168.0.50
SUB = 255.255.255.0
GW  = 192.168.0.1
DNS = 192.168.0.1
DHCP = Not configured
DNS = Not configured

Workstations settings (DHCP)

Comcast SMC cable box
Private LAN= 192.168.0.1
DHCP = Enabled
DNS = Enabled
Avatar of Jay_Jay70
Jay_Jay70
Flag of Australia image

your problem is dns

on the server: make sure it points only to itself
on the clients: make sure they point ONLY to the server

reboot everything and watch thing flys
Avatar of Brian Pierce
Yep
99 times out of 100 slow login is down to DNS. Do as Jay_Jay70 says.

The clients and server must point to your own internal windows DNS server as their preferred DNS server, NOT to an ISP DNS or similar asn thy MUST resolve internal names first.

As your clients are using DHCP you can set the address of the your windows DNS server in the DHCP options. (Option 006 - DNS servers)

You should also set up forwarders in on the DNS console to refer external resolution to your ISPs DNS servers - see http://www.petri.co.il/configure_dns_forwarding.htm


Avatar of lcipollone

ASKER

So my settings should be like these:

Server settings
IP = 192.168.0.50
SUB = 255.255.255.0
GW  = 192.168.0.1
DNS = 192.168.0.50
DHCP = Configure  (IP = 192.168.0.3 - 192.168.0.199)
DNS = Configure (Forwarders of 2 DNS IPs)

Comcast SMC cable box
Private LAN= 192.168.0.1
DHCP = Disabled
DNS = Enabled

Workstations settings (DHCP)

Questions:
Clients = how to I make sure that they point to the server DNS if they are DHCP? Do i have to go to each individual client and set this up? What about if I had 200 workstations?

What's option 006?
you havent setup dhcp??/ Google DHCP and look at your options...
Setup DHCP on my server or cable box?
You should be looking to set DHCP up on the server. This way you get the advanced options of DHCP such as the ability to reserve addresses, set larger ranges, set an exclusion range of addresses, configure DNS as your server (most cable modems will default the DNS server to themselves) and various other things.

-tigermatt
deff server, a router should never be a dhcp server in a domain environment where possible
Ok, so i should:
Enable DNS on both Server and Router
Disable DHCP on Router
Enable DHCP on Server
Last time i tried this configuration everything worked ok but could not get to the internet from any workstation unless i used static IPs.
all you need is DHCP and DNS on the server, the router is only used as a gateway and nothing else
>>> Last time i tried this configuration everything worked ok but could not get to the internet from any workstation unless i used static IPs.

Sounds like you didn't configure the router setting in your DHCP scope. Make sure you go into the scope options and enter the IP address of your router (which would be the gateway) into the scope options.
ASKER CERTIFIED SOLUTION
Avatar of Brian Pierce
Brian Pierce
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
What about if i want to make a workstation static?
IP: 192.168.0.62
Sub: 255.255.255.0
DG: 192.168.0.50 (Server IP) or 192.168.0.1 (Router IP)
DNS: 192.168.0.50 (Server IP) or 192.168.0.1 (Router IP)
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Everything works really fast now. Great answers!