change_from_dhcp_to_manual_ip
Change_from_DHCP_to_Manual_IP
The Network options are chosen during the Base Install. If you wish to use DHCP or Manual IP follow the details below:<br>
Edit the file → /etc/network/interfaces For Manual IP Config: # The loopback network interface auto lo iface lo inet loopback<br> # The primary network interface auto eth0 iface eth0 inet static
address 136.201.1.250 netmask 255.255.0.0 broadcast 136.201.255.255 gateway 136.201.10.99 dns-search ul.ie dns-nameservers 10.220.1.10
For DHCP: # The loopback network interface auto lo iface lo inet loopback<br> # The primary network interface auto eth0 iface eth0 inet dhcp
change_from_dhcp_to_manual_ip.txt · Last modified: 2022/07/19 20:13 by 127.0.0.1