添加多条路由表时,使用LUCI明显效率不高,可以通过编辑 /etc/config/network 文件来实现。
格式如下:
config route
option interface 'lan'
option target '23.0.0.0'
option netmask '255.0.0.0'
option gateway '10.1.1.2'
config route
option interface 'lan'
option target '24.0.0.0'
option netmask '255.0.0.0'
option gateway '10.1.1.2'
添加完成后需要重启网络使之生效:
/etc/init.d/network restart
或者
ubus call network reload
验证:
route -n