cAos This forum is for the discussion of cAos 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.
|
 |
02-10-2004, 05:15 PM
|
#1
|
LQ Newbie
Registered: Feb 2004
Location: Toronto
Distribution: cAos
Posts: 13
Rep:
|
Another question from n00bland [regarding net setup]
For now I need to know how to configure my net connection in cAos. I have to keep re-booting into Windows when I need to check stuff online.
Thanks again for any help!
|
|
|
02-10-2004, 05:23 PM
|
#2
|
cAos project lead
Registered: Jan 2004
Location: Berkeley, CA
Distribution: cAos
Posts: 61
Rep:
|
I assume that you installed via CDROM because it should be already configured if you did a network install. In any case, please confirm that (to rule out software bugs).
The ISO install will give you several example configuration files in /etc/sysconfig/network-scripts. Look for ifcfg-eth0 examples. You will need to name them as 'ifcfg-eth0' or eth1, etc...
In the file itself you will find stubs for a general configuration, and it should be pretty straightforward at that point.
Once you get the file configured and named correctly, run the command (as root) 'ifup eth0'. That will bring the device up. Also check out the ifdown, and ifconfig commands as they may be useful.
|
|
|
02-10-2004, 05:31 PM
|
#3
|
LQ Newbie
Registered: Feb 2004
Location: Toronto
Distribution: cAos
Posts: 13
Original Poster
Rep:
|
that's the wierd thing.... I did a network install...
but when I load up Mozilla, I get nothing. I will check the file you mentioned and report back though.
Thanks
|
|
|
02-10-2004, 05:36 PM
|
#4
|
cAos project lead
Registered: Jan 2004
Location: Berkeley, CA
Distribution: cAos
Posts: 61
Rep:
|
Quote:
Originally posted by Nexus7
that's the wierd thing.... I did a network install...
but when I load up Mozilla, I get nothing. I will check the file you mentioned and report back though.
Thanks
|
What about when you run 'ifconfig eth0'? Is there an IP address assigned?
Also, try to run ifup eth0 by hand. Are there any error messages?
Can you ping something at the command line?
|
|
|
02-10-2004, 05:47 PM
|
#5
|
LQ Newbie
Registered: Feb 2004
Location: Toronto
Distribution: cAos
Posts: 13
Original Poster
Rep:
|
I just went and checked and yes, my settings are there...
ifconfig brought it all up... but ifup eth0 didn't change anything and Mozilla still won't work... I also tried to ping, but it might have been an invalid address as I used the first IP I saw laying around on paper and it was a DNS server.
Despite FTP install working so well, is it possible it has something to do with my hub/router?
|
|
|
02-10-2004, 09:34 PM
|
#6
|
cAos project lead
Registered: Jan 2004
Location: Berkeley, CA
Distribution: cAos
Posts: 61
Rep:
|
I don't think it is a router problem... Is it configured for DHCP or static?
Try the following commands:
route
- if it hangs it typically means it can't reach you router
ping [ROUTER]
- Try to ping the router, and then check to make sure that you are hitting the correct router in /etc/sysconfig/network
cat /etc/resolv.conf
- Make sure you can ping the servers there
Good luck!
|
|
|
02-11-2004, 01:04 AM
|
#7
|
LQ Newbie
Registered: Feb 2004
Location: Toronto
Distribution: cAos
Posts: 13
Original Poster
Rep:
|
It is configured for static. I could not ping the router, and I noticed that while XP is running, the light on my node of the router is blinking away, but in Linux it is totally dead...
Here were the results of running the 'route' command:
dest gate genmask flags metric ref use iface
65.49.80.0 * 255.255.252.0 u 0 0 0 eth0
127.0.0.0 * 255.0.0.0 u 0 0 0 lo
default 65.49.80.1 0.0.0.0 ug 0 0 0 eth0
|
|
|
02-11-2004, 11:24 AM
|
#8
|
cAos project lead
Registered: Jan 2004
Location: Berkeley, CA
Distribution: cAos
Posts: 61
Rep:
|
Hrmm... What kind of network card do you have? can you forward the contents of:
grep eth /etc/modules.conf
Also, do a 'dmesg | less' then type a '/' (forward slash) and search for 'eth'. This will allow you to search the kernel output for any eth messages. Look for anything that may resemble an error.
also, how many network cards/ports exist in this system?
|
|
|
02-15-2004, 11:29 AM
|
#9
|
LQ Newbie
Registered: Feb 2004
Location: Toronto
Distribution: cAos
Posts: 13
Original Poster
Rep:
|
Sorry for the late reply... took a sanity break
grep eth etc/modules.conf brought up "alias eth0 Tulip" and the other thing didn't show anything that looked like an error to me...
I am really at a loss here...
|
|
|
02-15-2004, 09:41 PM
|
#10
|
cAos project lead
Registered: Jan 2004
Location: Berkeley, CA
Distribution: cAos
Posts: 61
Rep:
|
Tulip with a capital T?
That could be a problem... Edit /etc/modules.conf and change to a lower case 't' ('alias eth0 tulip').
|
|
|
02-16-2004, 12:58 PM
|
#11
|
LQ Newbie
Registered: Feb 2004
Location: Toronto
Distribution: cAos
Posts: 13
Original Poster
Rep:
|
Oh, that might have just been my typing...
Suppose I should double check...
|
|
|
02-19-2004, 11:57 AM
|
#12
|
LQ Newbie
Registered: Feb 2004
Location: Toronto
Distribution: cAos
Posts: 13
Original Poster
Rep:
|
last update for this thread...
I scrapped XP, did a system install with ArkLinux [thought I'd see if another distro would help my problem], and am having the same problem...
Will re-post my problem in the hardware forum.
Thanks
|
|
|
02-20-2004, 01:39 AM
|
#13
|
Member
Registered: Sep 2003
Location: Toronto, Canada
Distribution: Slackware
Posts: 524
|
Have you tried setting up your device in Mission Control?
Just click on the K menu, then click on Mission control, then Internet & Networking, then Network Interfaces.
|
|
|
All times are GMT -5. The time now is 06:18 AM.
|
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
|
|