LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 08-18-2008, 03:33 PM   #1
sneaky
Member
 
Registered: Aug 2008
Distribution: Fedora 9 Server
Posts: 51

Rep: Reputation: 15
How do I run the Fedora 9 Server Network Config GUI


I want to do waht the title says.

I run the following command system-network-config and I expect to get this

http://www.yolinux.com/TUTORIALS/Lin...rking.html#GUI


but I dont I get a select a device which only lets me setup my NIC. Any ideas why I cant get the GUI that will enable me to setup the dns etc etc.

Thanks

Chris
 
Old 08-18-2008, 04:46 PM   #2
keratos
Member
 
Registered: May 2007
Location: London, UK.
Distribution: Major:FC8. Others:Debian;Zenwalk; Arch; Slack; RHEL.
Posts: 544

Rep: Reputation: 30
the command is

system-config-network

your post says system-network-config
 
Old 08-18-2008, 06:27 PM   #3
sneaky
Member
 
Registered: Aug 2008
Distribution: Fedora 9 Server
Posts: 51

Original Poster
Rep: Reputation: 15
Thanks for replying Keratos,

I did actually type system-config-network the original msg was a typo.

When I type the above all i get is setup a network card utility.

any ideas?

Chris
 
Old 08-19-2008, 06:54 AM   #4
keratos
Member
 
Registered: May 2007
Location: London, UK.
Distribution: Major:FC8. Others:Debian;Zenwalk; Arch; Slack; RHEL.
Posts: 544

Rep: Reputation: 30
what exactly is your requirement/objective
 
Old 08-19-2008, 07:01 AM   #5
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
That's a pretty old howto, but do a "locate system-config".

Why don't you just access it through the menu system in Fedora?
 
Old 08-20-2008, 05:33 AM   #6
sneaky
Member
 
Registered: Aug 2008
Distribution: Fedora 9 Server
Posts: 51

Original Poster
Rep: Reputation: 15
how do I access the menu system on Fedora Server

Thanks
 
Old 08-20-2008, 05:58 AM   #7
keratos
Member
 
Registered: May 2007
Location: London, UK.
Distribution: Major:FC8. Others:Debian;Zenwalk; Arch; Slack; RHEL.
Posts: 544

Rep: Reputation: 30
is this thread a joke ?
 
Old 08-20-2008, 07:28 AM   #8
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Quote:
Originally Posted by keratos View Post
is this thread a joke ?
FIIK

What are you trying to do?
 
Old 08-20-2008, 01:08 PM   #9
sneaky
Member
 
Registered: Aug 2008
Distribution: Fedora 9 Server
Posts: 51

Original Poster
Rep: Reputation: 15
Keratos why should this thread be a joke.

I am trying to setup Fedora 9 Server to link to the internet thru my virginmedia cable modem.

How do I do that? I have my netwkcard setup for DHCP and I have a cable going straight into the cable modem. If I try to do yum updates I keep getting could not retrieve mirrorlist and keeps asking me to verify the path.

Thanks

Chris

Last edited by sneaky; 08-20-2008 at 03:07 PM.
 
Old 08-21-2008, 07:32 AM   #10
keratos
Member
 
Registered: May 2007
Location: London, UK.
Distribution: Major:FC8. Others:Debian;Zenwalk; Arch; Slack; RHEL.
Posts: 544

Rep: Reputation: 30
ah

at last.

we have some detail with which to work.

so, you cannot download the mirror list either because:
1. the mirror site is down.
2. you have no internet connection.
or
3. you have no network connection.

1st thing to do, is check your network...

can you contact the cable modem (it should have an IP address , check your manual). then enter
ping <modem-address>
e.g. ping 192.168.0.1

if this works, can you ping the internet, enter:
ping 216.239.59.99

post output of both above commands, if however they do not work, i.e. timeout, then next step is to check your network card..

use the hal-find-by-capability command to find a network card, then use the lshal command with the -lu options to printout a list of detailed network card info.

below is my printout, note the /org/freedesktop/Hal/devices/net_00_1a_92_06_3f_42 bit, your will be different

you do the same on your PC and post the output here please.


# hal-find-by-capability --capability=net
/org/freedesktop/Hal/devices/net_00_1a_92_06_3f_42

# lshal -lu /org/freedesktop/Hal/devices/net_00_1a_92_06_3f_42
udi = '/org/freedesktop/Hal/devices/net_00_1a_92_06_3f_42'
info.capabilities = {'net', 'net.80203'} (string list)
info.category = 'net.80203' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_10ec_8139' (string)
info.product = 'Networking Interface' (string)
info.udi = '/org/freedesktop/Hal/devices/net_00_1a_92_06_3f_42' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'net' (string)
linux.sysfs_path = '/sys/class/net/eth0' (string)
net.80203.mac_address = 114119032642 (0x1a92063f42) (uint64)
net.address = '00:1a:92:06:3f:42' (string)
net.arp_proto_hw_id = 1 (0x1) (int)
net.interface = 'eth0' (string)
net.linux.ifindex = 2 (0x2) (int)
net.originating_device = '/org/freedesktop/Hal/devices/pci_10ec_8139' (string)
net.physical_device = '/org/freedesktop/Hal/devices/pci_10ec_8139' (string)

once we have this, we can start to diagnose using the following procedure:
1. Verify correct network interface card setup.
2. Verify correct network services are running.
3. Verify route to modem.
4. Verify internet connection.
5. Verify mirror site up.

Last edited by keratos; 08-21-2008 at 07:38 AM.
 
Old 08-22-2008, 04:51 AM   #11
sneaky
Member
 
Registered: Aug 2008
Distribution: Fedora 9 Server
Posts: 51

Original Poster
Rep: Reputation: 15
UPDATE: I have just setup u linksys router which is working with my XP laptop so what do I need to do to get the Fedora laptop linked with wired and wireless.

I can ping the hotmail ip address from my Linux Laptop and get a reply.

the eth0 looks as tho it is up the gateway is set.

I am following the instructions on the page below and I am getting the msg when I do step 8

http://www.howtoforge.com/perfect-server-fedora9-p3

could not retrieve mirrorlist http://mirrors.fedoraproject.org/mir...-9&arch=x86_64 error was
[Errno 4] IOError: <urlopen error (-3, 'temporary failure in name resolutio')>
Error cannot retrieve repository metadata (repomd.xml) for repository:fedora.
Please verify its path and try again

Thanks for your help
 
Old 08-22-2008, 05:06 AM   #12
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Can you open any web pages, etc?

It may well be a temporary problem. What I do in this situation is to edit the relevant repo file in /etc/yum.repos.d and comment out the mirrorlist line and uncomment the baseurl line (don't leave neither or both commented out)
 
Old 08-22-2008, 12:05 PM   #13
sneaky
Member
 
Registered: Aug 2008
Distribution: Fedora 9 Server
Posts: 51

Original Poster
Rep: Reputation: 15
uncommented fedora.repo

get the same error msg but with the baseurl instead of the mirror.

The repomd.xml file does exist because i have got to it with my xp laptop.

Have also been able to ping download.fedora.redhat.com

209.132.176.221

Have also pinged the router google.

#hal-find-by-capability --capability=net
/org/freedesktop/Hal/net_00_14_0b_47_50_3f
/org/freedesktop/Hal/net_00_1f_3c_67_97_04_0
/org/freedesktop/Hal/net_00_1f_3c_67_97_04

Why 3

Help

Chris

Last edited by sneaky; 08-22-2008 at 12:47 PM.
 
Old 08-22-2008, 02:13 PM   #14
keratos
Member
 
Registered: May 2007
Location: London, UK.
Distribution: Major:FC8. Others:Debian;Zenwalk; Arch; Slack; RHEL.
Posts: 544

Rep: Reputation: 30
well, if you can ping download.fedora.redhat.com with a 209.132.176.221 response , then clearly there is nothing wrong with your network nor with the DNS name service.

post your yum command and ALL the output from it, plus the contents of /etc/yum.repos.d/fedora.repo

Last edited by keratos; 08-22-2008 at 02:14 PM.
 
Old 08-22-2008, 02:16 PM   #15
sneaky
Member
 
Registered: Aug 2008
Distribution: Fedora 9 Server
Posts: 51

Original Poster
Rep: Reputation: 15
KERATOS -you hit on something with the dns - i pinged the ip address not the download.fedora.redhat.com - when i do that i get unkown host

I have edited the resolve.conf and host.conf and it is now downloading. Thanks for your time.

Steep learning curve it is going to be but worth it.

Last edited by sneaky; 08-22-2008 at 03:25 PM.
 
  


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
How to run ethereal network analyser in GUI mode on linux - fedora 6 sandunlop Linux - Software 1 03-22-2007 01:39 PM
config selinux to run apache server rlee923 Linux - Software 3 03-16-2007 05:31 AM
Looking for distro with GUI config tools for use on a server gloomz Linux - Distributions 6 01-04-2007 08:29 AM
How do you run tightvnc server on RHEL so that it matches your gui screen? daveb1040 Linux - Newbie 1 12-23-2006 01:50 PM
subversion server config using a GUI raj000 Linux - Software 1 03-02-2006 08:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

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