- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Reply to: DHCP & DNS
Collapse
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
- You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
- You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
- If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Logging in...
Previously on "DHCP & DNS"
Collapse
-
Originally posted by wc2Thanks guys,
It's all sorted.
Rokie mistakes - I've done this about 50 times before
I'd not set the scope - duh
When I setup the server I'd taken for granted that the router's address was 192.168.1.1 - It was infact 192.168.1.5 - When I changed it onsite I'd missed changing one setting.
Leave a comment:
-
Thanks guys,
It's all sorted.
Rokie mistakes - I've done this about 50 times before
I'd not set the scope - duh
When I setup the server I'd taken for granted that the router's address was 192.168.1.1 - It was infact 192.168.1.5 - When I changed it onsite I'd missed changing one setting.
Leave a comment:
-
Another thing to add - especially about the 'slowness' of logon: it's most likely to be problems with reverse DNS (IP to name mapping). Make sure in-addr.arpa is correctly configured.
Try nslookup too, clients should display 192.168.1.10 and 192.168.1.10 itself should display 127.0.0.1.
"arp -a" is useful too!
Leave a comment:
-
Originally posted by Dr EvilIf it's 2000 or 2003 it will query DNS for the DC to login to.
Either way your DHCP scope is pointing at the router as DNS.
. . . or is that too obvious?...
Remove the 81.* DNS servers. Clients will then direct all name queries to the DNS Server at 192.168.1.10. It will then answer all queries directly for clients for the domain it is authoritative for (i.e. Blah.local).
If it doesn't know about a domain it can (in order of best practise):
[1]
resolve it via 192.168.1.5 (which is, I assume, another caching DNS server built into the router - it will usually have DNS data from the ISP's DHCP).
[2]
resolve it via the ISP DNS servers - you need to tell 192.168.1.10 what they are.
[3]
resolve directly using the root servers.
Leave a comment:
-
The joys of Windows, DNS, Active Directory and all that crap.
Switch to Linux.
Leave a comment:
-
Originally posted by wc2Just configured a LAN
Server 192.168.1.10 - 255.255.255.0 - GW & DNS 192.168.1.5
Router 192.168.1.5
DHCP Config as follows
Address Pool - 192.168.1.50 / 192.168.1.200
Scope Options -
003 - Router - 192.168.1.5
006 - DNS Servers - 192.168.1.10 - 81.x.x.x 81.x.x.x
015 - DNS Domain name - Blah.local
044 - WINS/NBNS Servers - 192.168.1.10
046 - WINS/NBT Node Type - 0x8
The DHCP Server can't be found on the network. Give a machine a static - It can see the Domain but takes a month to login.
Anyone see what's wrong ?
Ta
Either way your DHCP scope is pointing at the router as DNS.
. . . or is that too obvious?
Also try a tracert 192.168.1.10 from the client trying to log in to the domain, maybe the router doesn't know where the DC is? (What's the client ipconfig /all)Last edited by Dr Evil; 9 February 2006, 08:39.
Leave a comment:
-
agree about DHCP and DNS
i was addressing the 'long login'
"...Give a machine a static - It can see the Domain but takes a month to login."
This was because wc2 set the client IP as static but did not set DNS on the client - this is why the long login time
useful to remember when setting up windows notwork
error
Leave a comment:
-
DNS (or the lack of it) won't stop you obtaining a DHCP address. DHCP doesn't use DNS, if a client requests an IP address, and one is available, it will be issued. Clients can be registered in DNS by the DHCP server (if the DHCP server is a member of the DNSUpdateProxy group, but that's a different matter). I would say your DHCP server is either wrongly configured (e.g. no lease scopes have been activated) or the server has not been authorised.
Leave a comment:
-
If its a first time up DHCP server then I like Mordacs answer
Should find 'Authorise' under the DHCP 'Action' menu.
Make sure only one DHCP server is 'visable' too. They wont co-habit.
good luck
please let us know what it was when you crack it!
error
Leave a comment:
-
I can't look at it until tomorrow but..
I am sure that the DHCP is authorised.
I can't ipconfig as DHCP is not handing out IP's
I'll check the local static to see if the DNS settings are wrong.
Cheers guys
Leave a comment:
-
make sure that the DHCP server is giving out the domain DNS server address as the primary DNS to your windows clients.
do an ipconfig /all on a client to make sure that you see your DNS server 192.168.1.10 as the main dns address.
error
Leave a comment:
-
Might sound silly but have you authorised the DHCP server? To prevent people accidentally installing rogue DHCP servers they must be authorised by an Enterprise Admin or they'll just sit there doing bugger all.
Leave a comment:
-
Originally posted by wc2Just configured a LAN
Server 192.168.1.10 - 255.255.255.0 - GW & DNS 192.168.1.5
Router 192.168.1.5
DHCP Config as follows
Address Pool - 192.168.1.50 / 192.168.1.200
Scope Options -
003 - Router - 192.168.1.5
006 - DNS Servers - 192.168.1.10 - 81.x.x.x 81.x.x.x
015 - DNS Domain name - Blah.local
044 - WINS/NBNS Servers - 192.168.1.10
046 - WINS/NBT Node Type - 0x8
The DHCP Server can't be found on the network. Give a machine a static - It can see the Domain but takes a month to login.
Anyone see what's wrong ?
Ta
I presume that the DHCP server has a valid address within the range you are using?
Leave a comment:
-
DHCP & DNS
Just configured a LAN
Server 192.168.1.10 - 255.255.255.0 - GW & DNS 192.168.1.5
Router 192.168.1.5
DHCP Config as follows
Address Pool - 192.168.1.50 / 192.168.1.200
Scope Options -
003 - Router - 192.168.1.5
006 - DNS Servers - 192.168.1.10 - 81.x.x.x 81.x.x.x
015 - DNS Domain name - Blah.local
044 - WINS/NBNS Servers - 192.168.1.10
046 - WINS/NBT Node Type - 0x8
The DHCP Server can't be found on the network. Give a machine a static - It can see the Domain but takes a month to login.
Anyone see what's wrong ?
TaTags: None
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- How you think you look on LinkedIn vs what recruiters see Today 09:00
- Reports of umbrella companies’ death are greatly exaggerated Nov 28 10:11
- A new hiring fraud hinges on a limited company, a passport and ‘Ade’ Nov 27 09:21
- Is an unpaid umbrella company required to pay contractors? Nov 26 09:28
- The truth of umbrella company regulation is being misconstrued Nov 25 09:23
- Labour’s plan to regulate umbrella companies: a closer look Nov 21 09:24
- When HMRC misses an FTT deadline but still wins another CJRS case Nov 20 09:20
- How 15% employer NICs will sting the umbrella company market Nov 19 09:16
- Contracting Awards 2024 hails 19 firms as best of the best Nov 18 09:13
- How to answer at interview, ‘What’s your greatest weakness?’ Nov 14 09:59
Leave a comment: