Booted from a gentoo live dvd.
Killed dhcp, network manager, and brought down eno1.
ifconfig eno1 192.168.0.12 netmask 255.255.255.0 broadcast 192.168.0.255
route add default gw 192.168.0.254
Code: Select all
ifconfig -a
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.12 netmask 255.255.255.0 broadcast 192.168.0.255
ether 00:11:22:33:44:55 txqueuelen 1000 (Ethernet)
RX packets 10112080 bytes 4069965888 (3.7 GiB)
RX errors 0 dropped 871 overruns 0 frame 0
TX packets 3581955 bytes 295420873 (281.7 MiB)
TX errors 1 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 4086 bytes 348889 (340.7 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 4086 bytes 348889 (340.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlo1: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether 66:77:88:99:aa:bb txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Answers arp requests (with the ethernet card mac address) from the router for 192.168.0.1 (as well as 192.168.0.12).
Replies to pings for 192.168.0.1 (as well as 192.168.0.12).
This is not some unexpired dhcp lease (it has been going on for three weeks).
One application was sending requests as if it were 192.168.0.1, but I finally put an end to that.
Still can't get rid of it, though. Any ideas what is keeping it alive?


