Author Topic: Route Doesn't Work  (Read 7462 times)

logo

  • Newbie
  • *
  • Posts: 11
    • View Profile
Route Doesn't Work
« 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!
« Last Edit: August 01, 2006, 11:30:44 am by logo »

mikeones

  • Newbie
  • *
  • Posts: 20
    • View Profile
Route Doesn't Work
« Reply #1 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
sl-3100