1
OpenZaurus/Opie/Qtopia / Route Doesn't Work
« on: August 01, 2006, 11:30:16 am »
Hi,
busybox command "route" doesn't work:
does always make "route" to produce
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!
busybox command "route" doesn't work:
Code: [Select]
route add 0.0.0.0 netmask 0.0.0.0 gw 192.168.67.1 dev eth0
does always make "route" to produce
Code: [Select]
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!