Disable Interface (administrative down)

im.thatoneguy

Dabbler
Joined
Nov 4, 2022
Messages
37
I have a built in 10Base-T port on my server which I'm only using for the IPMI. I can run
Code:
ifconfig eno1 down

in the shell but is there a way to put it down permanently so that it stays down on reboots (I assume it'll pop back up the next time I reboot).

I tried just not giving it an IP. But it picks up an ipv6 SLAAC address and starts serving clients and apps over that.
 
Top