I now have limited connectivity (I can ping and receive replies from
internet hosts, but HTTP access time out). I'm using:
# cat /etc/ppp/ppp.conf
default:
set log Phase Chat LCP IPCP CCP tun command
tmobile:
set device /dev/ttyU0
set speed 38400
set log ALL
set login "\"!chat \\\\-f /etc/ppp/chatscript\""
set logout "ABORT BUSY ABORT ERROR TIMEOUT 30 \"\" +++ATH OK-ATH-OK"
set phone *99***1\#
set authname "web"
set authkey "web"
set timeout 120
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
add default HISADDR
enable dns
disable ipv6cp
which gives me:
May 18 16:09:35 tom-laptop ppp[17987]: tun0: Warning: 0.0.0.0/0: Change
route failed: errno: No such process
May 18 16:09:35 tom-laptop ppp[17987]: tun0: Warning: 10.0.0.2: Change route
failed: errno: No such process
May 18 16:09:35 tom-laptop ppp[17987]: tun0: Warning: ff01:5::/32: Change
route failed: errno: No such process
May 18 16:10:06 tom-laptop ppp[17987]: tun0: Warning: tun0: DIFADDR
10.33.237.63/24 -> 10.0.0.2 returns 0
I've tried setting my default route to both 10.33.237.63 and 10.0.0.2 and
get the same limited connectivity with both.
Any clues?
Regards
Barry
2008/5/18 Barry Commander <commander.barry@googlemail.com>: