LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 05-27-2004, 04:10 PM   #1
Mr_C
Member
 
Registered: Jan 2004
Location: Trinidad & Tobago
Distribution: Slackware
Posts: 317

Rep: Reputation: 30
apps cannot access internet


A kppp connection has been established but no apps; mozilla, gaim, konquorer etc all cannot access the net.

its like they're not seeing the dial up present. I've specified direct connection everywhere and looked really hard. HELP!
 
Old 05-27-2004, 10:44 PM   #2
tomhemba
LQ Newbie
 
Registered: Feb 2004
Location: Seattle
Distribution: Fedora
Posts: 23

Rep: Reputation: 15
I have the same problem. My modem is working, kppp connects to the internet but mozilla and konqueror can not find web pages. Before updating from Fedora1 to Fedora2 my internet connection worked just fine (i.e. mozilla could find web pages). It sounds like it's somehow related to FC2.

Anyone have any ideas on how to fix this??

Thomas
 
Old 05-27-2004, 11:52 PM   #3
herbc
Member
 
Registered: May 2004
Location: United States
Distribution: Slackware 10.0
Posts: 72

Rep: Reputation: 15
Check /etc/resolv.conf for nameserver entry. Maybe it got clobbered. Mine reads

nameserver 207.170.199.4

Get the URL from your ISP if its missing and you don't know what it is.
 
Old 05-28-2004, 10:17 AM   #4
Mr_C
Member
 
Registered: Jan 2004
Location: Trinidad & Tobago
Distribution: Slackware
Posts: 317

Original Poster
Rep: Reputation: 30
there is no entry in /etc/resolv.conf

doing a tracert in windows of my isp (www.tstt.co.tt)


C:\>tracert www.tstt.co.tt

Tracing route to tstt.co.tt [196.3.132.8]
over a maximum of 30 hops:

1 1307 ms 1365 ms 1359 ms thompson-ras-2.tstt.net.tt [209.94.196.131]
2 1688 ms 645 ms 131 ms thompson.tstt.net.tt [209.94.196.129]
3 131 ms 113 ms 126 ms cuscon16242.tstt.net.tt [196.3.140.33]
4 127 ms 214 ms 290 ms 209.94.205.65
5 180 ms 126 ms 115 ms ns8.tstt.net.tt [196.3.132.8]

Trace complete.

which ip do I use.

Why I ask because I'm on a dial up and would this be relevant??
 
Old 05-28-2004, 01:15 PM   #5
herbc
Member
 
Registered: May 2004
Location: United States
Distribution: Slackware 10.0
Posts: 72

Rep: Reputation: 15
In Linux, try tracert 196.3.132.8 or pine 196.3.132.8. If this works, your Internet connection is fine. The nameserver entry in /etc/resolv.conf tells Linux which computer on the 'net translates site names (www.tstt.co.uk) into their address (196.3.132.8). The 'net only understands numeric addresses. URL's like www.tstt.co.uk have to be translated before your computer can connect to them.

Contact your ISP and ask them what nameserver to use. Put that into your /etc/resolv.conf file.
 
Old 05-28-2004, 01:57 PM   #6
Mr_C
Member
 
Registered: Jan 2004
Location: Trinidad & Tobago
Distribution: Slackware
Posts: 317

Original Poster
Rep: Reputation: 30
now I can't even establish a connection; it just keeps redialing....

Look thanks for the help, but fc2 looks like one giant bug and I'm going suse.
 
Old 05-28-2004, 02:02 PM   #7
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
Check the file /etc/ppp/resolv.conf

if it's getting setup on connect then replace it with a link to /etc/resolv.conf or make /etc/resolv.conf a link to /etc/ppp/resolv.conf
 
Old 05-28-2004, 02:18 PM   #8
Mr_C
Member
 
Registered: Jan 2004
Location: Trinidad & Tobago
Distribution: Slackware
Posts: 317

Original Poster
Rep: Reputation: 30
well there was no '/etc/ppp/resolv.conf' and created the link.
Now its reaching the point 'logging on to network' and then it starts to redial again and again.

Sigh...
 
Old 05-28-2004, 05:24 PM   #9
herbc
Member
 
Registered: May 2004
Location: United States
Distribution: Slackware 10.0
Posts: 72

Rep: Reputation: 15
<flamebait>You are already running Slack, why do you need anything else?</flamebait>
 
Old 05-28-2004, 05:26 PM   #10
Mr_C
Member
 
Registered: Jan 2004
Location: Trinidad & Tobago
Distribution: Slackware
Posts: 317

Original Poster
Rep: Reputation: 30
not on my notebook.
I don't have support for my radeon card.
I like an rpm based distro for 'desktop use'
 
Old 05-28-2004, 10:45 PM   #11
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
for the redialing problem you need to add debug to your ppp options and look at your log file.


/var/log/messages
 
Old 05-29-2004, 02:06 PM   #12
tomhemba
LQ Newbie
 
Registered: Feb 2004
Location: Seattle
Distribution: Fedora
Posts: 23

Rep: Reputation: 15
Well I got it working! Many thanks to those who posted here. Here's a summary of what I did:

/etc/resolv.conf was a totally empty file

I opened my browser and typed a numeric url (i.e. 216.52.245.130 which happens to be my isp) and that worked. I tried pine and tracert as suggested but bash wouldn't recognize either command. At this point written urls still didn't work.

I called my isp and asked what to use for my nameserver. Interestingly when I told the tech support I was using Linux the guy left the phone and found someone who knew what he was talking about to help me. He gave me 2 numbers for primary and secondary.

I opened /etc/resolv.conf and entered:
nameserver 216.52.254.1

The number above was the primary number. I just disregarded the secondary number.

And that was it. Now my browsers are finding web pages.

Thomas
 
Old 05-29-2004, 10:40 PM   #13
Mr_C
Member
 
Registered: Jan 2004
Location: Trinidad & Tobago
Distribution: Slackware
Posts: 317

Original Poster
Rep: Reputation: 30
well I did use my primary ip, however I still have the issue with as soon as you reach the point of logging on to network, kppp appears to have hung and it begins to redial.
I can't establish a connection now....
 
Old 05-30-2004, 11:50 AM   #14
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
You need to set debug in the options and look at the log file to see the problem.

Maybe it's timing out.

Last edited by DavidPhillips; 05-31-2004 at 09:25 AM.
 
Old 05-30-2004, 04:27 PM   #15
Mr_C
Member
 
Registered: Jan 2004
Location: Trinidad & Tobago
Distribution: Slackware
Posts: 317

Original Poster
Rep: Reputation: 30
I reinstalled the driver, and now its working. Thanks.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
vsftp - Can access FTP within office network BUT cant access via Internet! kokfei77 Red Hat 2 03-07-2012 07:24 PM
No root access to apps. ioannisss SUSE / openSUSE 8 07-25-2005 01:52 PM
My internet apps cannot detect my internet connection esthon_wood Mandriva 5 08-30-2004 08:38 PM
Fedora 2 - Kppp connects to internet using modem but apps cant access it MacLin Fedora 6 08-04-2004 08:50 AM
Slack 9.1 - PHP apps can't access MySQL but Perl Apps can tallship Linux - Software 1 06-13-2004 08:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 04:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration