hello,
i have the problem noted in the subject as so many before me

and i also have no idea how i could help it...
i am using a Option Quad GPRS-PCMCIA card which is recognised by the
kernel (version 2.6.18 from Debian unstable - Etch)
Here's the output from the kernel syslog when i do "pon Vodafone":
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Jan 5 17:53:00 localhost pppd[3515]: pppd 2.4.4 started by root, uid 0
Jan 5 17:53:01 localhost chat[3516]: abort on (BUSY)
Jan 5 17:53:01 localhost chat[3516]: abort on (NO CARRIER)
Jan 5 17:53:01 localhost chat[3516]: abort on (VOICE)
Jan 5 17:53:01 localhost chat[3516]: abort on (NO DIALTONE)
Jan 5 17:53:01 localhost chat[3516]: abort on (NO DIAL TONE)
Jan 5 17:53:01 localhost chat[3516]: abort on (NO ANSWER)
Jan 5 17:53:01 localhost chat[3516]: abort on (DELAYED)
Jan 5 17:53:01 localhost chat[3516]: send (ATZ^M)
Jan 5 17:53:01 localhost chat[3516]: expect (OK)
Jan 5 17:53:01 localhost chat[3516]: ATZ^M^M
Jan 5 17:53:01 localhost chat[3516]: OK
Jan 5 17:53:01 localhost chat[3516]: -- got it
Jan 5 17:53:01 localhost chat[3516]: send
(AT+CGDCONT=1,"IP","event.vodafone.de"^M)
Jan 5 17:53:02 localhost chat[3516]: expect (OK)
Jan 5 17:53:02 localhost chat[3516]: ^M
Jan 5 17:53:02 localhost chat[3516]:
AT+CGDCONT=1,"IP","event.vodafone.de"^M^M
Jan 5 17:53:02 localhost chat[3516]: OK
Jan 5 17:53:02 localhost chat[3516]: -- got it
Jan 5 17:53:02 localhost chat[3516]: send (ATDT*99***1#^M)
Jan 5 17:53:02 localhost chat[3516]: expect (CONNECT)
Jan 5 17:53:02 localhost chat[3516]: ^M
Jan 5 17:53:02 localhost chat[3516]: ATDT*99***1#^M^M
Jan 5 17:53:02 localhost chat[3516]: CONNECT
Jan 5 17:53:02 localhost chat[3516]: -- got it
Jan 5 17:53:02 localhost chat[3516]: send (^M)
Jan 5 17:53:02 localhost pppd[3515]: Serial connection established.
Jan 5 17:53:02 localhost pppd[3515]: Using interface ppp0
Jan 5 17:53:02 localhost pppd[3515]: Connect: ppp0 <--> /dev/ttyUSB0
Jan 5 17:53:03 localhost pppd[3515]: PAP authentication succeeded
Jan 5 17:53:07 localhost pppd[3515]: Could not determine remote IP
address: defaulting to 10.64.64.64
Jan 5 17:53:07 localhost pppd[3515]: local IP address 10.250.151.211
Jan 5 17:53:07 localhost pppd[3515]: remote IP address 10.64.64.64
Jan 5 17:53:07 localhost pppd[3515]: primary DNS address
139.7.30.125
Jan 5 17:53:07 localhost pppd[3515]: secondary DNS address
139.7.30.126
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
/etc/chatscripts/Vodafone has the following content:
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
connect "/usr/sbin/chat -v -f /etc/chatscripts/Vodafone"
debug
/dev/ttyUSB0
921600
defaultroute
usepeerdns
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
/etc/ppp/peers/Vodafone has the following content:
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
ABORT BUSY
ABORT 'NO CARRIER'
ABORT VOICE
ABORT 'NO DIALTONE'
ABORT 'NO DIAL TONE'
ABORT 'NO ANSWER'
ABORT DELAYED
'' ATZ
OK-AT-OK AT+CGDCONT=1,"IP","event.vodafone.de"
OK-AT-OK ATDT*99***1#
CONNECT ''
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
i cannot understand at all that the remote ip address cannot be
determined; i get a
different ip address every time i connect, and this must come from
somewhere?!
any help would be really appreciated...
p.s.: i tried also to start pppd with the option "0.0.0.0:0.0.0.0",
without any changes.