Author Topic: Cacko: Default Route For Usb Network  (Read 2114 times)

trejkaz

  • Newbie
  • *
  • Posts: 32
    • View Profile
Cacko: Default Route For Usb Network
« on: January 11, 2005, 11:41:24 pm »
Every time I suspend/restart, I need to reactivate the default route...
Code: [Select]
# route add default gw 192.168.129.1
If I don't do this, I get no networking beyond the box it's connected to.  It's come to the point where I always leave a console open so that it saves time each resume. :-)

What's the best way to set this up as the default route at all times?  I thought about putting it in the APM scripts, but I'm not entirely sure how that will interact when a "real" network is connected to.

Also, is there any way to avoid both NetFront and Opera saying "no network connection found", when there is clearly a working network connection?

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Cacko: Default Route For Usb Network
« Reply #1 on: January 12, 2005, 10:41:18 am »
Quote
Also, is there any way to avoid both NetFront and Opera saying "no network connection found", when there is clearly a working network connection?

try

Code: [Select]
qcop QPE/Network "up()"