Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Jan 2011
    Posts
    2

    Question 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!

  2. #2
    Linux Engineer rcgreen's Avatar
    Join Date
    May 2006
    Location
    the hills
    Posts
    1,112
    f 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;
    }
    DHCP Server Configuration in Debian

  3. #3
    Just Joined!
    Join Date
    Jan 2011
    Posts
    2
    Thanks for the help!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •