Debian 8 to Debian 9 to Debian 10

Excellent discussion for learning, is this relevant?:
Note4: The latest upstream kernel capabilities are only available by using the kernels available in the Debian Backports repository
 
During Debian 9 to 10 upgrade, while running: apt disc-upgrade -y
Code:
*** named.conf.options (Y/I/N/O/D/Z) [default=N] ? Y
Installing new version of config file /etc/bind/named.conf.options ...
Installing new version of config file /etc/network/if-down.d/bind9 ...
Installing new version of config file /etc/network/if-up.d/bind9 ...
Installing new version of config file /etc/ppp/ip-down.d/bind9 ...
Installing new version of config file /etc/ppp/ip-up.d/bind9 ...
bind9-pkcs11.service is a disabled or a static unit not running, not starting it.
bind9-resolvconf.service is a disabled or a static unit not running, not starting it.
insserv: warning: current start runlevel(s) (empty) of script `bind9' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `bind9' overrides LSB defaults (0 1 6).
Processing triggers for libc-bin (2.28-10) ...
Processing triggers for systemd (241-7~deb10u7) ...
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for mime-support (3.62) ...

Rebooted the VM and here's post Debian 9 to 10 upgrade:
ip a
Screen Shot 2021-07-07 at 9.37.17 AM.png


/usr/local/directadmin/scripts/startips
Screen Shot 2021-07-07 at 9.38.00 AM.png


/etc/network/interfaces
Screen Shot 2021-07-07 at 9.39.04 AM.png

(actual WAN address is hidden) net mask is 255.255.255.255.

dmesg
Screen Shot 2021-07-07 at 9.42.06 AM.png
 
andych, getting beyond by ken but if it helps my ip a output on Debian 10:

$ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 00:11:22:33:44:55 brd ff:ff:ff:ff:ff:ff
inet 123.123.123.123/24 brd 123.123.123.123 scope global eth0
valid_lft forever preferred_lft forever
inet6 fefe::fefe:cccc:eeee:11bb/64 scope link
valid_lft forever preferred_lft forever

obviously some digits changed to protect the innocent:-)
 
Troubleshooting your router's DHCP functionality is far outside the scope of this forum.
 
Back
Top