you could try this first:
a netstat -rn should show you where your defaultroute points to.
you should remove that first if it's not going to 192.168.0.1
first try:
route delete -net 0.0.0.0/0
if that doesn't work, then try:
route delete -net 0.0.0.0/0 gw (whatever ip it points to currently)
then try
route add -net 0.0.0.0/0 gw 192.168.0.1
if that doesn't work. you could always scp stuff from pc to ipaq... not
the cleanest way to do it, but it should work..
On Fri, 16 Aug 2002, Heather Risedorph wrote:
> /sbin/route add default gw 192.168.0.1
> returns SIOCADDRT: File exists
>
> Currently, I can ping without packet loss from either
> ipaq or pc and I can ssh into the ipaq.
>
> I can not ipkg update, ping my isp's nameserver (IP
> not name) from the ipaq...and I am having troubles
> getting sz and rz to work. It would help if I knew how
> to use them. I did research with google and read the
> man page on sz and rz. I'm stumped.
>
> =====
> ------------------------------------------------------------------
> http://www.janedoecomic.com
> -- Just a typical day in the life of a typical girl geek.
>
> __________________________________________________
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com
> _______________________________________________
> Open Source Software for Compaq iPAQ Handhelds.
> iPAQ mailing list
> iPAQ@handhelds.org
> http://handhelds.org/mailman/listinfo/ipaq
> irc://irc.openprojects.net #ipaq
Received on Sat Aug 17 03:23:37 2002
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:44:56 EDT