Search found 5 matches

by arussell
2025-02-17 21:23
Forum: System and Network configuration
Topic: [Solved] new install on bullseye/bookworm/trixie delivers DHCP network config if DHCP availible
Replies: 6
Views: 302

Re: new install on bullseye/bookworm/trixie delivers DHCP network config if DHCP availible

Hi,

I've removed isc-dhcp* and connman

Code: Select all

apt --purge --autoremove remove isc-dhcp* connman
When I rebooted I am only using the config in "/etc/network/interface"

Thank you for your help

Also, thank you for pointing out how to use the the Code Tags, that would have been another question. ;->

Another Also, How do I set this as solved?

Thank you again
by arussell
2025-02-17 20:17
Forum: System and Network configuration
Topic: [Solved] new install on bullseye/bookworm/trixie delivers DHCP network config if DHCP availible
Replies: 6
Views: 302

Re: new install on bullseye/bookworm/trixie delivers DHCP network config if DHCP availible

Hi,

I would like to "Not" use DHCP.

I have done several installs using virtualbox, and in the instance that I had the network cable "disconected"
was I able to have the network configured with the settings in /etc/network/interface.

I do want to use "/etc/network/interface"

I don't know how to turn off the network choosing DHCP over the "/etc/network/interface"

I've used netplan, I've used ifup/ifdown from long ago, I'm learning networkctl on ubuntu.

I have one instance in production ...
by arussell
2025-02-17 18:04
Forum: System and Network configuration
Topic: [Solved] new install on bullseye/bookworm/trixie delivers DHCP network config if DHCP availible
Replies: 6
Views: 302

Re: new install on bullseye/bookworm/trixie delivers DHCP network config if DHCP availible

I have edited the /etc/network/interfaces, and it is pointing to DMZ address availible to NIC

The interfaces file is as follows:

arussell@thud109:~$ cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug enp0s3
iface enp0s3 inet static ...
by arussell
2025-02-17 17:05
Forum: Beginners Questions
Topic: [Solved] Sound Only Comes Out Of Left Speaker
Replies: 8
Views: 367

Re: Sound Only Comes Out Of Left Speaker

Have you plugged into a different computer?
by arussell
2025-02-17 05:16
Forum: System and Network configuration
Topic: [Solved] new install on bullseye/bookworm/trixie delivers DHCP network config if DHCP availible
Replies: 6
Views: 302

[Solved] new install on bullseye/bookworm/trixie delivers DHCP network config if DHCP availible

I have found the advanced install feature, that allows me to configure the network in "/etc/network/interfaces"
but once I reboot, it is still doing DHCP config, and I can't find NetworkManager to disable it.

I did one install with the network cable disconnected, and was able to have the proper configuration in "/etc/network/interfaces"

Thank you for your time,