Results 1 to 2 of 2
I have configured a DHCP Server and it's already running....but there is a slight problem, the ip address of each client constantly changes.It is ok if that IP has no ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-23-2006 #1Just Joined!
- Join Date
- May 2006
- Posts
- 2
DHCP Problem
I have configured a DHCP Server and it's already running....but there is a slight problem, the ip address of each client constantly changes.It is ok if that IP has no other services in the network...for example..168.9.10.253 has an internet connection, now it has changed to 168.9.10.20. so the internet for that ip now is stopped...please help me on this.
- 08-27-2006 #2Just Joined!
- Join Date
- Apr 2005
- Posts
- 62
try to bind the mac address of that particular machine on the said ip address, you should have to specify that on your dhcp.conf... there might be an example of that which is usually commented in your conf file...
something like below...
Code:host someonepc { hardware ethernet 00:07:95:B3:46:EC; fixed-address 172.16.0.156; }


Reply With Quote
