* Felix Fietkau <n...@openwrt.org> [15.09.2013 11:58]:
> Try network.myroute.interface=alias

uci changes looks now like this:

network.cfg114d8f=alias
network.cfg114d8f.interface=lan
network.cfg114d8f.proto=static
network.cfg114d8f.ipaddr=192.168.10.2
network.cfg114d8f.netmask=255.255.255.0

network.cfg12c8b4=route
network.cfg12c8b4.interface=alias
network.cfg12c8b4.target=192.168.0.0
network.cfg12c8b4.netmask=255.255.255.0
network.cfg12c8b4.gateway=192.168.10.1

the alias-IP is applied, the route is not.
i'am sure i make a mistake, but which?

manually it's working:
ip route add 192.168.0.0/24 via 192.168.10.1

bye, bastian
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to