Install getting two DHCP addresses 24.04.1

Jerry Geis jerry.geis at gmail.com
Mon Sep 30 20:55:41 UTC 2024


I am doing a USB install
it errors as cannot find the archive.ubuntu.com, network is present I can
ping 192.168.1.1

This other network 192.168.10.X I have no idea what that is.

default  192.168.10.1   192.168.10.111 dhcp enp1s0
default  192.168.1.1     192.168.2.5      dhdcp enp1s0

How is it coming up with that 192.168.10.X network ?
Thoughts on what I can do to get rid of it. It should be only 192.168.1.X

I have different computer 24.04.1 running a DHCP server. has always worked
before.

This is the DHCP config file dhcpd.conf
# dhcpd.conf
#
# Configuration file for ISC dhcpd (see 'man dhcpd.conf')
#

authoritative;

#option domain-name "LSInc.com";
option domain-name-servers 8.8.8.8;
option tftp-server-name "192.168.1.8";
option ntp-servers 17.151.16.20;
option routers 192.168.1.1;

default-lease-time 86400;

ddns-update-style none;

subnet 192.168.0.0 netmask 255.255.252.0 {
range 192.168.2.1 192.168.2.254;
}

192.168.1.X is my static range and 192.168.2.X is my DHCP range.

Thanks


Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20240930/f9f9e25b/attachment.html>


More information about the ubuntu-users mailing list