It says I need kmod-bonding, is not included by default ? or 24.10 doesn't need ifs-dns device ?
No, it says for bonding you need kmod-bonding. Is that what you are trying to do? What is this "ifb-dns" device supposed to be?
It'd probably be helpful if you showed the contents of your /etc/config/network
.
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'x'
option packet_steering '1'
option steering_flows '128'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
option macaddr 'x'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.240'
option ip6assign '60'
list dns '127.0.0.1'
list dns '0::1'
config interface 'wan'
option device 'wan'
option proto 'dhcp'
option peerdns '0'
list dns '127.0.0.1'
config interface 'wan6'
option device 'wan'
option proto 'dhcpv6'
option auto '0'
option reqaddress 'try'
option reqprefix 'auto'
option norelease '1'
option peerdns '0'
list dns '0::1'
config interface 'Wireguard'
option proto 'wireguard'
list addresses '10.2.0.2/32'
option private_key 'x'
list dns '127.0.0.1'
list dns '0::1'
option auto '0'
config wireguard_Wireguard
option description 'x'
option public_key 'x+x+x='
option private_key 'x+x+x='
list allowed_ips '0.0.0.0/0'
option endpoint_host 'x'
option persistent_keepalive '25'
option disabled '1'
config interface 'guest'
option proto 'static'
option ipaddr '192.168.3.1'
option netmask '255.255.255.240'
option device 'br-guest'
list dns '127.0.1.1'
list dns '127.0.0.1'
config interface 'private'
option proto 'static'
option ipaddr '192.168.2.1'
option device 'br-private'
option netmask '255.255.255.240'
option ip6assign '60'
list dns '127.0.0.1'
list dns '0::1'
config device
option type 'bridge'
option name 'br-guest'
option bridge_empty '1'
config device
option type 'bridge'
option name 'br-private'
option bridge_empty '1'
config device
option type 'bridge'
option name 'br-server'
option bridge_empty '1'
option macaddr 'x'
config interface 'server'
option proto 'static'
option ipaddr '192.168.4.1'
option device 'br-server'
option netmask 'x'
option auto '0'
config device
option name 'wan'
option macaddr 'x'
config device
option name 'eth0'
config interface 'wwan'
option proto 'dhcp'
option auto '0'
option disabled '1'
config interface 'dummy'
option proto 'static'
option device 'br-dummy'
list ipaddr '192.168.22.1/28'
config device
config device
option type 'bridge'
option name 'br-dummy'
option macaddr 'x'
Your configuratoin does not define such interface name.
ifb-dns
is created by Qosify. Are you running that?
Yes sir I am