• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    DHCP Reservations

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    2
    2
    376
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      andreiv
      last edited by

      Is there a way to set up DHCP reservations when using the FOG default DHCP server? I need to give each computer a known IP address for some scripts I plan on running on each computer after deployment.

      Thanks.

      1 Reply Last reply Reply Quote 0
      • X
        Xibeaga
        last edited by

        Hi!

        1. Search for dhcp.conf or dhcp3.conf or something in /etc
        2. edit this file with nano or vi
        3. for each host you need an entry of this form:

        host MYCOOLHOST {
        hardware ethernet 00:00:00:00:00:00;
        fixed-address 1.2.3.4;
        }

        1. Replace the 00:00:00:00:00:00 hosts MAC
        2. Replace 1.2.3.4 with your desired IP
        3. restart dhcp service or simply reboot

        hth
        xibeaga

        1 Reply Last reply Reply Quote 2
        • 1 / 1
        • First post
          Last post

        150

        Online

        12.0k

        Users

        17.3k

        Topics

        155.2k

        Posts
        Copyright © 2012-2024 FOG Project