LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-30-2005, 01:21 PM   #1
paulgiles
LQ Newbie
 
Registered: May 2005
Location: NC
Posts: 8

Rep: Reputation: 0
access to Internet denied


I have loaded Fedora 2, with HTTP, SAMBA, and VSFTP with all defaults. I logon after the initial boot and was able to access the internet, I started Http, Samba, and VSFTP and now keep getting "access denied" when attempting to go to "google.com" I can FTP from my network, I can utilixe SAMBA and I can access my licksys router (192.168.1.1) but I can not get beyond the router. Is there some thing I am overlooking. I have enabled the firewall from the begining. Thanks.
 
Old 05-30-2005, 04:04 PM   #2
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Look at /etc/resolv.conf is it still pointing to your router?
 
Old 05-30-2005, 07:24 PM   #3
paulgiles
LQ Newbie
 
Registered: May 2005
Location: NC
Posts: 8

Original Poster
Rep: Reputation: 0
Yes it is, it displays exactly what it did when I could access the internet? Thanks, I need all the help I can get. I have rebuilt the server four times trying to get past this issue.

Paul Giles
 
Old 05-30-2005, 07:32 PM   #4
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
What happens when you;
ping www.google.com -c 3
 
Old 05-30-2005, 08:32 PM   #5
paulgiles
LQ Newbie
 
Registered: May 2005
Location: NC
Posts: 8

Original Poster
Rep: Reputation: 0
I get a "unknown host for any URL.

Paul
 
Old 05-30-2005, 08:40 PM   #6
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Its almost like your network got stopped,have you tried to restart it.
 
Old 06-01-2005, 06:47 AM   #7
paulgiles
LQ Newbie
 
Registered: May 2005
Location: NC
Posts: 8

Original Poster
Rep: Reputation: 0
Yes I have but now I can not access my web page from outside my network. I have shut down Samba and vsftpd to no avail. I do have a couple of failures. The logs show me the mdmpd failed, sshd failed to bind to port 22 - address already in use, from the system log www kernal, there is already a security framework initialized, register_security_failed, and www kernal ,failure registering capabilities with the kernal. I can access teh server from my XP desktop over the network as a workgroup, and can access my web page (www.cepphas.com) from my network. I am able to access my router from the Linux server and see my web page on localhost. I still can not ping www.google.com, www.cepphas.com or any other RTL. I can access everythign from the XP desktop on the same network. Sorry I am rambling and frustrated. I know I have done something stupid or in ignorance.
 
Old 06-01-2005, 09:54 AM   #8
jimjones
Member
 
Registered: May 2005
Location: Belgium
Distribution: slackware 10.2
Posts: 43

Rep: Reputation: 15
seems like you've got no internet access - dns resolving
did you check log for dialup (or cable modem)?
 
Old 06-01-2005, 11:51 AM   #9
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Check /etc/hosts make sure when you do hostname and domainname that is right and again /etc/resolv.conf
 
Old 06-01-2005, 02:21 PM   #10
paulgiles
LQ Newbie
 
Registered: May 2005
Location: NC
Posts: 8

Original Poster
Rep: Reputation: 0
etc/hosts.conf displays "order hosts, bind",/etc/resolv.conf displays the DNS1,2, and 3 as well as the default address
 
Old 06-01-2005, 05:57 PM   #11
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
When you do from terminal
Code:
hostname
Code:
domainname
is it the same as what you want and is it the same as in /etc/hosts
I connect to the WAN through a dsl moden so my /etc/resolv.conf is the modems address
nameserver 192.168.1.254
search launchmodem
this is not my dns nameservers
This stuff can be a little confusing for me, I'm just giving you something to look at.
Yours may be totally different
First thing for sure is to be able to ping something on the WAN "www.google.com"
sorry can't be of much help good luck

Last edited by comprookie2000; 06-02-2005 at 03:38 PM.
 
Old 06-02-2005, 05:44 AM   #12
paulgiles
LQ Newbie
 
Registered: May 2005
Location: NC
Posts: 8

Original Poster
Rep: Reputation: 0
Can anyone tell me what "Brute Force is"? The etc/host file has 192.186.1.1 and 127.0.0.0. In the file host.allow what should be in there? I can not find an example.
Thanks
 
Old 06-02-2005, 05:49 AM   #13
paulgiles
LQ Newbie
 
Registered: May 2005
Location: NC
Posts: 8

Original Poster
Rep: Reputation: 0
The answer to route -n is
192.168.1.0
169.254.0.0
127.0.0.0

How do you change the route? I think it should be 192.168.1.1
Thanks in advance
 
Old 06-02-2005, 05:59 AM   #14
paulgiles
LQ Newbie
 
Registered: May 2005
Location: NC
Posts: 8

Original Poster
Rep: Reputation: 0
I am sorry, I can ping my router and 192.168.1.120, but I can not ping outside my network.
 
Old 06-02-2005, 03:41 PM   #15
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
david@tux:~$ su
Password:
I'm on another box here see the default gateway,thats the router;
Code:
tux:/home/david# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
0.0.0.0         192.168.0.1     0.0.0.0         UG    0      0        0 eth0
tux:/home/david#
 
  


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
access denied simpleaudio Linux - Software 13 03-26-2005 04:30 PM
Access Denied aje Linux - Newbie 7 10-18-2004 08:48 PM
Access is Denied? sKiBa Linux - Newbie 7 06-12-2004 10:28 AM
getting access denied , when trying to access camera as normal user bennythepitbull Linux - Hardware 2 11-04-2003 02:30 AM
access denied - but why? Steave Programming 1 08-31-2001 06:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:57 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