Systems/Services/Dhcp: Difference between revisions

From PS:1 Wiki Dev
Jump to navigationJump to search
Content deleted Content added
Created page with "== Server Details == The Spaces dhcp server runs on dhcp.ad.pumpingstationone.org, on 10.100.0.110 == Config == in /etc/dhcpd.conf make your changes <pre> # Proxmox Servers..."
 
Books (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{mbox |type=warning |text=This information is out of date. [[IT Infrastructure|Up-to-date IT information can be found here]] }}

== Server Details ==
== Server Details ==
The Spaces dhcp server runs on dhcp.ad.pumpingstationone.org, on 10.100.0.110
The Spaces dhcp server runs on dhcp.ad.pumpingstationone.org, on 10.100.0.110

Latest revision as of 22:22, 13 September 2020

{{

 {{#switch:
 {{#if: 
   | 
   | {{#if: 
     | 
       {{#ifeq:|
       | talk
       |  
       }}
     | 
       {{#ifeq:|talk
       | talk
       |  
       }}
     }}
   }}

| main | = ambox | talk = tmbox | user = ombox | project = ombox | file | image = imbox | mediawiki = ombox | template = ombox | help = ombox | category = cmbox | book = ombox | extension = ombox | other | #default = ombox

}} | type = warning | image = | imageright = | class = | style = | textstyle = | text = This information is out of date. Up-to-date IT information can be found here | small = | smallimage = | smallimageright = | smalltext = | subst = | date = | name = }}

Server Details

The Spaces dhcp server runs on dhcp.ad.pumpingstationone.org, on 10.100.0.110

Config

in /etc/dhcpd.conf make your changes

# Proxmox Servers
# The machine id determins the ip i.e.: 10.100.0.id
group {
        ...
        host fizzle {
                hardware ethernet 96:3A:A7:48:B6:BF;
                fixed-address 10.100.0.101;
        }
}

After changes you need to restart the dhcp server

   sudo systemctl restart dhcpd4