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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
05-30-2005, 02:21 PM
|
#1
|
LQ Newbie
Registered: May 2005
Location: NC
Posts: 8
Rep:
|
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.
|
|
|
05-30-2005, 05:04 PM
|
#2
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
Look at /etc/resolv.conf is it still pointing to your router?
|
|
|
05-30-2005, 08:24 PM
|
#3
|
LQ Newbie
Registered: May 2005
Location: NC
Posts: 8
Original Poster
Rep:
|
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
|
|
|
05-30-2005, 08:32 PM
|
#4
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
What happens when you;
ping www.google.com -c 3
|
|
|
05-30-2005, 09:32 PM
|
#5
|
LQ Newbie
Registered: May 2005
Location: NC
Posts: 8
Original Poster
Rep:
|
I get a "unknown host for any URL.
Paul
|
|
|
05-30-2005, 09:40 PM
|
#6
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
Its almost like your network got stopped,have you tried to restart it.
|
|
|
06-01-2005, 07:47 AM
|
#7
|
LQ Newbie
Registered: May 2005
Location: NC
Posts: 8
Original Poster
Rep:
|
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.
|
|
|
06-01-2005, 10:54 AM
|
#8
|
Member
Registered: May 2005
Location: Belgium
Distribution: slackware 10.2
Posts: 43
Rep:
|
seems like you've got no internet access - dns resolving
did you check log for dialup (or cable modem)?
|
|
|
06-01-2005, 12:51 PM
|
#9
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
Check /etc/hosts make sure when you do hostname and domainname that is right and again /etc/resolv.conf
|
|
|
06-01-2005, 03:21 PM
|
#10
|
LQ Newbie
Registered: May 2005
Location: NC
Posts: 8
Original Poster
Rep:
|
etc/hosts.conf displays "order hosts, bind",/etc/resolv.conf displays the DNS1,2, and 3 as well as the default address
|
|
|
06-01-2005, 06:57 PM
|
#11
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
When you do from terminal
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 04:38 PM.
|
|
|
06-02-2005, 06:44 AM
|
#12
|
LQ Newbie
Registered: May 2005
Location: NC
Posts: 8
Original Poster
Rep:
|
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
|
|
|
06-02-2005, 06:49 AM
|
#13
|
LQ Newbie
Registered: May 2005
Location: NC
Posts: 8
Original Poster
Rep:
|
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
|
|
|
06-02-2005, 06:59 AM
|
#14
|
LQ Newbie
Registered: May 2005
Location: NC
Posts: 8
Original Poster
Rep:
|
I am sorry, I can ping my router and 192.168.1.120, but I can not ping outside my network.
|
|
|
06-02-2005, 04:41 PM
|
#15
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
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#
|
|
|
All times are GMT -5. The time now is 01:57 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|