Results 1 to 3 of 3
Hello
I want to configure my DHCP Server on debian "router" so that this DHCP Server could give 1 "static" ip to 1 of my host (so that this host ...
- 01-16-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 2
DHCP: give same ip to 1 host
Hello
I want to configure my DHCP Server on debian "router" so that this DHCP Server could give 1 "static" ip to 1 of my host (so that this host receive always the same IP address from DHCP Server)
Thanks!
- 01-16-2011 #2DHCP Server Configuration in Debianf you want to configure static ipaddress for some machines follow this
host hostname {
hardware ethernet 00:B0:CF:8B:49:37;
fixed-address 192.0.0.19;
}
- 01-19-2011 #3Just Joined!
- Join Date
- Jan 2011
- Posts
- 2
Thanks for the help!


Reply With Quote
