[Help] my SMB multi channel never works after reboot
Posted: 03 Nov 2025, 22:40
after i reboot my f6-424max my smb multi channel never works so i cam up with a procedure that i run when i think of it .... very annoying
however this time i did not exit VI correctly and i wiped out my /etc/iproute2/rt_tables files .... and i dont know what needs to be put back in that file does somone have a default config for that that i can adopt
this is the process i do to re enable multi channel
Policy-Based Routing
To ensure symmetric routing and concurrent NIC usage, configure policy-based routing:
Edit /etc/iproute2/rt_tables and add:
100 eth0table
101 eth1table
Then run the following commands:
ip route add default via 192.168.1.1 dev eth0 table eth0table
ip route add default via 192.168.1.1 dev eth1 table eth1table
ip rule add from 192.168.1.27 table eth0table
ip rule add from 192.168.1.29 table eth1table
however this time i did not exit VI correctly and i wiped out my /etc/iproute2/rt_tables files .... and i dont know what needs to be put back in that file does somone have a default config for that that i can adopt
this is the process i do to re enable multi channel
Policy-Based Routing
To ensure symmetric routing and concurrent NIC usage, configure policy-based routing:
Edit /etc/iproute2/rt_tables and add:
100 eth0table
101 eth1table
Then run the following commands:
ip route add default via 192.168.1.1 dev eth0 table eth0table
ip route add default via 192.168.1.1 dev eth1 table eth1table
ip rule add from 192.168.1.27 table eth0table
ip rule add from 192.168.1.29 table eth1table