All public logs
Combined display of all available logs of PedrosBrainDump. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:52, 18 October 2025 413vhcu1lq0463ob talk contribs created page Create DHCP server on Ubuntu (Created page with "== 1. Install the DHCP Server == <code>sudo apt update sudo apt install isc-dhcp-server -y</code> ---- == 2. Set the network interface == Edit the default configuration file: <code>sudo nano /etc/default/isc-dhcp-server</code> Find this line: <code>INTERFACESv4=""</code> And replace it with your actual network interface (for example <code>eth0</code>, <code>ens33</code>, or <code>enp0s3</code>): <code>INTERFACESv4="eth0"</code> == 3. Configure the DHCP scope == Ed...") Tag: Visual edit