OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => OpenZaurus/Opie/Qtopia => Topic started by: logo on August 01, 2006, 11:30:16 am

Title: Route Doesn't Work
Post by: logo on August 01, 2006, 11:30:16 am
Hi,

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!
Title: Route Doesn't Work
Post by: mikeones on August 01, 2006, 11:53:39 am
Quote
Hi,

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!
[div align=\"right\"][a href=\"index.php?act=findpost&pid=137160\"][{POST_SNAPBACK}][/a][/div]
I just use say... route add default gw 192.168.67.1 netmask 255.255.255.0