Hi,
busybox command "route" doesn't work:
route add 0.0.0.0 netmask 0.0.0.0 gw 192.168.67.1 dev eth0
does always make "route" to produce default 192.168.67.1 255.255.255.255 UGH 0 0 0 wlan0
netmask 255.255.255.255 doesn't work! That must be 0.0.0.0 to get ALL packages out!
How can i make default route working?
Any suggestions?
Thanks!