Judging from the other thread about network.sh it seems that you suppress all default routes in your interfaces, this is also the reason why henet is never brought up.
It requests a route dependency on 0.0.0.0/0 which is never satisfied since you run your ifaces with "option defaultroute 0". You can comment out the (proto_add_host_dependency ...) call in 6in4.sh if you can guarantee connectivity at boot time. ~Jow _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
