On Thu, Sep 11, 2008 at 04:02:39PM -0700, Glen Rubin wrote:
> Yo chris,
> 
> Thanks for getting back to me.? I tried navigating to googles ip address 
> directly and it didn't seem to make a difference. 
> 
> I thought it might be the default route, which was interfering so I added the 
> replacedefaultroute instead of defaultroute in barry-sprint.? 
> 
> I also tried to auto-detect proxy settings in firefox, but also to no avail.
> 
> Here is the output of route -n? and ifconfig with my blackberry connected:
> 
> Kernel IP routing table
> Destination???? Gateway???????? Genmask???????? Flags Metric Ref??? Use Iface
> 68.28.81.69???? 0.0.0.0???????? 255.255.255.255 UH??? 0????? 0??????? 0 ppp0
> 138.26.0.0????? 0.0.0.0???????? 255.255.0.0???? U???? 0????? 0??????? 0 eth0
> 169.254.0.0???? 0.0.0.0???????? 255.255.0.0???? U???? 1000?? 0??????? 0 eth0
> 0.0.0.0???????? 138.26.1.1????? 0.0.0.0???????? UG??? 100??? 0??????? 0 eth0

This looks like the problem.  Note that you need *both* defaultroute and
replacedefaultroute in your options file to have PPP automatically
do the adjustment.

If that doesn't work, try changing your default route manually:

        route del default gw 136.26.1.1
        route add default gw 68.28.81.69

- Chris


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to