LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   kppp problem (connected but not no transmition) (https://www.linuxquestions.org/questions/linux-networking-3/kppp-problem-connected-but-not-no-transmition-324479/)

Inhuman!!! 05-17-2005 03:58 PM

kppp problem (connected but not no transmition)
 
I've a Fedora3 box on my notebook with a Xircon pcmcia modem. the problem is after connection to internet by dialup nothing happens, no transmition.
what may be wrong?

kencaz 05-17-2005 04:09 PM

Did you create an account under Kppp and input your ISP's information? No Transmission? Do you mean you can't browse the Internet get mail, or what?

KC

Inhuman!!! 05-17-2005 04:13 PM

I've created an account. everything is OK! but no packets sent or recieved.

kencaz 05-17-2005 04:18 PM

Whoever your connecting with ISP, Work, Etc... Do they use Static or Dynamic IP? Do they require DNS entries, and have you put them? Proxy settings if needed?

KC

Inhuman!!! 05-17-2005 04:26 PM

Dynamic IP. No proxy or dns setting.
It's odd. I've used this setting before. but after a reinstallation this happened

kencaz 05-17-2005 04:43 PM

Open a terminal and try to Ping google.com

ping 216.239.57.103
and
ping www.google.com

see what results you get.

KC

dhlawrence 05-17-2005 10:13 PM

Read my post on Mepis.org.

http://www.mepis.org/node/5068#comment-19619

mago 05-17-2005 10:32 PM

I had some problems before with ppp


Try some of this:

Code:

route -n
to check if you actually have the gateway configured by the DHCP server.

Code:

more /etc/reslov.conf
This will check if you have a DNS server
Code:

ping 216.239.57.103
ping www.google.com

as kencaz recomended to see if the DNS on the /etc/resolv.conf is active.

If you follow all these and they seem to be ok, call the ISP because is not on your end man!!!.

You can also try the iptraf to be positive if there is any traffic at all.

Inhuman!!! 05-18-2005 12:15 AM

After pinging nothing happens, then timeout occurs. DNS configuration in resolv.conf is OK.
I tried all other authentication modes, but nothing happens.


All times are GMT -5. The time now is 11:20 AM.