Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 28th June 2007, 11:16 PM
Collywobbles Offline
Registered User
 
Join Date: Jun 2007
Posts: 16
Question Accessing the Internet on Fedora

Hi,

I'm new to Linux and I've just installed Fedora 7 on my laptop. I'm now trying to connect to the internet but can't get it to work. The network is working (currently via an ethernet cable, but will want wireless later) as I can see my router by going to 192.168.1.1 in Firefox.

However, no internet access is available. Do I need to do anyting else after an install to get internet access working?

Thanks!
Collywobbles
Reply With Quote
  #2  
Old 28th June 2007, 11:28 PM
mnisay Offline
Registered User
 
Join Date: May 2005
Location: PH
Posts: 696
how are you connected anyway?

can you open a terminal and so

#ping 64.12.50.151

#ping google.com

and show us some results?
Reply With Quote
  #3  
Old 28th June 2007, 11:30 PM
sameeh Offline
Registered User
 
Join Date: Sep 2005
Posts: 106
Accessing the router via firefox means that Local LAN connectivity is OK...

1. Did you enter the default-gateway correct ?

2. Can you ping www.google.com via Hostname ?

Code:
cat /etc/resolv.conf
if nothing is there add the nameservers to the file
__________________
---
myBLOG
Reply With Quote
  #4  
Old 28th June 2007, 11:30 PM
Collywobbles Offline
Registered User
 
Join Date: Jun 2007
Posts: 16
I seem to able to ping web address successfully such as www.google.com, must be something to do with the browser?
Reply With Quote
  #5  
Old 28th June 2007, 11:32 PM
sameeh Offline
Registered User
 
Join Date: Sep 2005
Posts: 106
do u need to enter a proxy server or sumthing ?
__________________
---
myBLOG
Reply With Quote
  #6  
Old 28th June 2007, 11:32 PM
Collywobbles Offline
Registered User
 
Join Date: Jun 2007
Posts: 16
Quote:
Originally Posted by sameeh
Accessing the router via firefox means that Local LAN connectivity is OK...

1. Did you enter the default-gateway correct ?

2. Can you ping www.google.com via Hostname ?

Code:
cat /etc/resolv.conf
if nothing is there add the nameservers to the file
resolv.conf contains my nameserver 192.168.1.1
Reply With Quote
  #7  
Old 28th June 2007, 11:33 PM
sameeh Offline
Registered User
 
Join Date: Sep 2005
Posts: 106
and by the way try brwosing after

Code:
service iptables stop
__________________
---
myBLOG
Reply With Quote
  #8  
Old 28th June 2007, 11:36 PM
Collywobbles Offline
Registered User
 
Join Date: Jun 2007
Posts: 16
Quote:
Originally Posted by sameeh
and by the way try brwosing after

Code:
service iptables stop
Can you let me know where the is the service command is, it's not in my path
Reply With Quote
  #9  
Old 28th June 2007, 11:38 PM
sameeh Offline
Registered User
 
Join Date: Sep 2005
Posts: 106
you should be root to execute the command...
__________________
---
myBLOG
Reply With Quote
  #10  
Old 28th June 2007, 11:39 PM
Collywobbles Offline
Registered User
 
Join Date: Jun 2007
Posts: 16
Quote:
Originally Posted by sameeh
you should be root to execute the command...
I switched to root, but still got a bash: service: 'command not found'
Reply With Quote
  #11  
Old 28th June 2007, 11:42 PM
sameeh Offline
Registered User
 
Join Date: Sep 2005
Posts: 106
as root:

/etc/init.d/iptables stop
__________________
---
myBLOG
Reply With Quote
  #12  
Old 28th June 2007, 11:46 PM
Collywobbles Offline
Registered User
 
Join Date: Jun 2007
Posts: 16
Quote:
Originally Posted by sameeh
as root:

/etc/init.d/iptables stop
Okay, ran that but it's still timing out when I try a webpage

Flushing firewall rules: [OK]
Setting chains to policy ACCEPT: filter [OK]
Unloading iptables modules: [OK]
Reply With Quote
  #13  
Old 28th June 2007, 11:47 PM
sameeh Offline
Registered User
 
Join Date: Sep 2005
Posts: 106
tail /var/log/messages

and pase the results pls
__________________
---
myBLOG
Reply With Quote
  #14  
Old 28th June 2007, 11:54 PM
Collywobbles Offline
Registered User
 
Join Date: Jun 2007
Posts: 16
Quote:
Originally Posted by sameeh
tail /var/log/messages

and pase the results pls
Output was....

Jun 28 23:10:21 localhost system-config-network[3184]: ln //etc/sysconfig/networking/devices//ifcfg-eth0 //etc/sysconfig/networking/profiles//default/ifcfg-eth0
Jun 28 23:10:21 localhost system-config-network[3184]: ln //etc/hosts //etc/sysconfig/networking/profiles//default/hosts
Jun 28 23:10:21 localhost system-config-network[3184]: ln //etc/resolv.conf //etc/sysconfig/networking/profiles//default/resolv.conf
Jun 28 23:24:50 localhost dhclient: DHCPREQUEST on eth0 to 192.168.1.1 port 67
Jun 28 23:24:50 localhost dhclient: DHCPACK from 192.168.1.1
Jun 28 23:24:50 localhost dhclient: bound to 192.168.1.4 -- renewal in 1510 seconds.
Jun 28 23:28:34 localhost yum-updatesd: error getting update info: Cannot open/read repomd.xml file for repository: fedora
Jun 28 23:42:00 localhost setroubleshoot: SELinux is preventing access to files with the default label, default_t. For complete SELinux messages. run sealert -l 7af8a4d7-ef6a-41c1-bb55-7c80132dc24a
Jun 28 23:49:19 localhost gconfd (root-3198): GConf server is not in use, shutting down.
Jun 28 23:49:20 localhost gconfd (root-3198): Exiting
Reply With Quote
  #15  
Old 29th June 2007, 03:40 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
Hmmmm...I'm no expert, but:
Quote:
Jun 28 23:42:00 localhost setroubleshoot: SELinux is preventing access to files with the default label, default_t. For complete SELinux messages. run sealert -l
The other error (yum-updatesd) may actually be a problem with the fedora server - try again later.
Reply With Quote
Reply

Tags
accessing, fedora, internet

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing Internet after adding Fedora to a WindowsXP Novanna52 Servers & Networking 5 22nd February 2009 01:23 AM
accessing internet with USB connection lumpybanana247 Servers & Networking 4 20th July 2007 08:11 PM
Fedora Core 3 accessing shared Internet connection on an XP machine spiff72 Servers & Networking 9 20th June 2005 10:13 AM
Accessing squirrelmail from the Internet punchycool Servers & Networking 29 29th April 2005 11:00 PM
FC3 - Accessing internet through windows thibdb Using Fedora 5 19th November 2004 08:37 AM


Current GMT-time: 11:05 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat