2009/9/6 encinalense <[email protected]>: > > Can anyone tell me how to set a proxy for GPRS service? I'm able to connect > to vodafone here in India, and I get an address and resolv.conf is > populated. But I'm only able to ping the address that I'm told I should use > as a proxy . . . where should I indicate that?
On http://wiki.openmoko.org/wiki/GPRS_APN_table it says 10.10.1.100 and it should be the gateway in the defaultroute. Check if it is set with "route -n" If there is no gateway in the defaultroute, try to set it by hand: route del default ; route add default gw 10.10.1.100 ppp0 (or whatever address you were told to use). _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
