Jump to content

Recommended Posts

Posted

Hi,

 

I am planning to immliment DHCP at my envoirnment, now there are few question that i need to clarify

1. do i need to put public DNS at the forwarder ?

2. I want certain users to whom I plan to give then Static IP

3. How much lease should I give

4 will it create any problem if I immplement the DHCP

5. at present some of the static IPs are not working ? every time i need to change the IP address then only user access the server applications.

6. If I immplement the DHCP will i face the same problem

 

Thanks

Jay

Posted

Hi,

 

1) This is used only when there's a router between your DHCP server and your clients. Requests are in broadcast, broadcast doesn't pass routers.

2) No problem, assign them a static IP and they will never receive a DHCP address.

3) There's not the best answer. Let's say that if you network has 10 clients, you can set a lease of 1 hour and everything is ok, but if you have 100 clients the story changes. If your clients are almost the same everyday, you can set a lease of 6 days which is ok.

4) No, but pay attention to the scope. For example, if you set a static IP to your server (let's say 10.0.0.100) and in your DHCP you set a pool from 10.0.0.50 to 10.0.0.120, the dhcp server can assign the IP 10.0.0.100 which is in use by your server. This prevent users from accessing the server (IP conflict). You must exclude static IP from DHCP range. You DHCP DOES NOT KNOW anything about your network, it simply give an IP (if there's one free) when requested.

5) ??? can you describe your problem?

6) - waiting for answer from point "5" :P -

--------------------------------------------------------

Tu peux aussi crire en franais.

Du kannst auch auf Deutsch schreiben.

Puoi scrivere anche in italiano.

--------------------------------------------------------

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...