tkx for the reply
I put the debug in the /etc/ppp/options but the result is the same. I've found that the APN was wrong. I fix it and not this the log in /var/log/messages
Aug 4 17:52:11 localhost pppd[3272]: pppd 2.4.3 started by root, uid 0
Aug 4 17:52:12 localhost chat[3273]: timeout set to 240 seconds
Aug 4 17:52:12 localhost chat[3273]: abort on (NO CARRIER)
Aug 4 17:52:12 localhost chat[3273]: abort on (NO DIALTONE)
Aug 4 17:52:12 localhost chat[3273]: abort on (ERROR)
Aug 4 17:52:12 localhost chat[3273]: abort on (NO ANSWER)
Aug 4 17:52:12 localhost chat[3273]: abort on (BUSY)
Aug 4 17:52:12 localhost chat[3273]: send (+++atz^M)
Aug 4 17:52:12 localhost chat[3273]: expect (OK)
Aug 4 17:52:12 localhost chat[3273]: ^M
Aug 4 17:52:12 localhost chat[3273]: OK
Aug 4 17:52:12 localhost chat[3273]: -- got it
Aug 4 17:52:12 localhost chat[3273]: send (ATE0V1^M)
Aug 4 17:52:12 localhost chat[3273]: expect (OK)
Aug 4 17:52:12 localhost chat[3273]: ^M
Aug 4 17:52:12 localhost chat[3273]: ATE0V1^M^M
Aug 4 17:52:12 localhost chat[3273]: OK
Aug 4 17:52:12 localhost chat[3273]: -- got it
Aug 4 17:52:12 localhost chat[3273]: send (AT+CGDCONT=1,"IP","internet.vodafone.pt",,1,1^M)
Aug 4 17:52:13 localhost chat[3273]: expect (OK)
Aug 4 17:52:13 localhost chat[3273]: ^M
Aug 4 17:52:13 localhost chat[3273]: ^M
Aug 4 17:52:13 localhost chat[3273]: OK
Aug 4 17:52:13 localhost chat[3273]: -- got it
Aug 4 17:52:13 localhost chat[3273]: send (ATD*99***1#^M)
Aug 4 17:52:13 localhost chat[3273]: expect (CONNECT)
Aug 4 17:52:13 localhost chat[3273]: ^M
Aug 4 17:52:13 localhost chat[3273]: ^M
Aug 4 17:52:13 localhost chat[3273]: CONNECT
Aug 4 17:52:13 localhost chat[3273]: -- got it
Aug 4 17:52:13 localhost chat[3273]: send (^M)
Aug 4 17:52:13 localhost pppd[3272]: Serial connection established.
Aug 4 17:52:13 localhost pppd[3272]: Using interface ppp0
Aug 4 17:52:13 localhost pppd[3272]: Connect: ppp0 <--> /dev/ttyUSB0
Aug 4 17:52:14 localhost pppd[3272]: PAP authentication succeeded
Aug 4 17:52:19 localhost pppd[3272]: Could not determine remote IP address: defaulting to 10.64.64.64
Aug 4 17:52:19 localhost pppd[3272]: local IP address 87.103.95.216
Aug 4 17:52:19 localhost pppd[3272]: remote IP address 10.64.64.64
I have a IP but the ppp does not get information about the DNS in the Provider, wich is Vodafone Portugal.
I put in /etc/resolve.conf the DNS that I get when I connect with Windows and I still without Internet in Fedora Core 5.
What I'm doing wrong?
tkx in advance.
Paulo Aboim Pinto
Odivelas - Portugal
Nice to help someone from Portugal
Edit /etc/ppp/options and add a line "debug" - This will spit a bunch of messages to /var/log/messages. Paste those here
Laterz !