LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 09-08-2003, 10:56 PM   #31
sammckee
Member
 
Registered: Aug 2003
Posts: 59

Original Poster
Rep: Reputation: 15

All my settings were already as you describe, except for the subnet mask. I tried changing it to 255.255.252.0 (how did you find out to use that one?) but still no luck.

I read in another thread something about dhcpd.conf but couldn't find any such file in my etc (is that where it goes?). Could this be the problem? Are there other .conf files I should be digging into?
 
Old 09-09-2003, 01:01 AM   #32
wyohman
Member
 
Registered: Aug 2003
Location: Texas
Distribution: Mandrake 2006
Posts: 66

Rep: Reputation: 16
Quote:
Originally posted by sammckee
All my settings were already as you describe, except for the subnet mask. I tried changing it to 255.255.252.0 (how did you find out to use that one?) but still no luck.

I read in another thread something about dhcpd.conf but couldn't find any such file in my etc (is that where it goes?). Could this be the problem? Are there other .conf files I should be digging into?
The netmask will be set by DHCP (when it's working correctly) and shouldn't be changed.

dhcpd.conf is for the DHCP server daemon and not the client.

What is in this file: /etc/sysconfig/network-scripts/ifcfg-eth0

Cheers.
 
Old 09-09-2003, 05:16 PM   #33
sammckee
Member
 
Registered: Aug 2003
Posts: 59

Original Poster
Rep: Reputation: 15
I found two files in that directory, one called "ifcfg-eth0", and one called "ifcfg-eth0 (using module tulip)". Here's the first:

DEVICE="eth0"
BOOTPROTO="dhcp"
NETMASK="255.255.252.0"
ONBOOT="yes"
MII_NOT_SUPPORTED=yes
DHCP_HOSTNAME=worh.rr.com
NEEDHOSTNAME=yes
IPADDR=""
IPXNETNUM_802_2=""
IPXPRIMARY_802_2="no"
IPXACTIVE_802_2="no"
IPXNETNUM_802_3=""
IPXPRIMARY_802_3="no"
IPXACTIVE_802_3="no"
IPXNETNUM_ETHERII=""
IPXPRIMARY_ETHERII="no"
IPXACTIVE_ETHERII="no"
IPXNETNUM_SNAP=""
IPXPRIMARY_SNAP="no"
IPXACTIVE_SNAP="no"

Here's the second:

DEVICE="eth0 (using module tulip)"
BOOTPROTO="dhcp"
NETMASK="255.255.255.0"
ONBOOT="yes"
IPADDR=""
IPXNETNUM_802_2=""
IPXPRIMARY_802_2="no"
IPXACTIVE_802_2="no"
IPXNETNUM_802_3=""
IPXPRIMARY_802_3="no"
IPXACTIVE_802_3="no"
IPXNETNUM_ETHERII=""
IPXPRIMARY_ETHERII="no"
IPXACTIVE_ETHERII="no"
IPXNETNUM_SNAP=""
IPXPRIMARY_SNAP="no"
IPXACTIVE_SNAP="no"
 
Old 09-09-2003, 07:06 PM   #34
wyohman
Member
 
Registered: Aug 2003
Location: Texas
Distribution: Mandrake 2006
Posts: 66

Rep: Reputation: 16
Quote:
Originally posted by sammckee
I found two files in that directory, one called "ifcfg-eth0", and one called "ifcfg-eth0 (using module tulip)".
I would rename the "ifcfg-eth0 (using module tulip)" to something else. This shouldn't be necessary. I would then edit the "ifcfg-eth0" to just these lines (makea backup just in case):

DEVICE="eth0"
BOOTPROTO="dhcp"
ONBOOT="yes"
MII_NOT_SUPPORTED=yes

I would then (as root) do this:

# /etc/init.d/network stop
# /etc/init.d/network start

ifconfig -a

Give that a try and see what happens. This is quite a perplexing problem but I think we are close to figuring it out.

Cheers.
 
Old 09-09-2003, 09:32 PM   #35
sammckee
Member
 
Registered: Aug 2003
Posts: 59

Original Poster
Rep: Reputation: 15
Okay, I did all that. Same result, though I'm learning a lot about the directory structure. What else should I look at?

Thanks again for all the help!
 
Old 09-09-2003, 11:57 PM   #36
wyohman
Member
 
Registered: Aug 2003
Location: Texas
Distribution: Mandrake 2006
Posts: 66

Rep: Reputation: 16
Quote:
Originally posted by sammckee
Okay, I did all that. Same result, though I'm learning a lot about the directory structure. What else should I look at?

Thanks again for all the help!
No problem. I would go back to my suggestion to try the other card and see what you get.

Cheers.
 
Old 09-10-2003, 11:38 PM   #37
wyohman
Member
 
Registered: Aug 2003
Location: Texas
Distribution: Mandrake 2006
Posts: 66

Rep: Reputation: 16
Quote:
Originally posted by sammckee
Okay, I did all that. Same result, though I'm learning a lot about the directory structure. What else should I look at?
Here's another thing to do:

start the GUI of your choice
open two console windows
in one window type: # tail -f /var/log/messages
in the other: # ifdown eth0 and then # ifup eth0

post the lines as send in first window

Cheers.
 
Old 09-11-2003, 08:16 PM   #38
sammckee
Member
 
Registered: Aug 2003
Posts: 59

Original Poster
Rep: Reputation: 15
Smile

Ta da!

With a minimum of fussin' and cussin' I switched to my other card, ran the wizard in Mandrake Control Center, and I'm live!

Thanks guys!
 
Old 09-12-2003, 05:14 PM   #39
sammckee
Member
 
Registered: Aug 2003
Posts: 59

Original Poster
Rep: Reputation: 15
Hold on!

Okay, this worked fine, but then I rebooted my system, and my 'Net connectivity was gone. So I ran MCC again, ran the wizard, and now I'm live again. But I don't want to have to configure the network every single time I boot up. ;(
 
  


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
Mid Ohio Valley Linux Users Group diensthunds Linux User Groups (LUG) 4 11-21-2013 02:21 PM
Columbus, Ohio linux users Poorman Linux - Newbie 5 04-22-2006 07:50 PM
Sombody in the Dayton Ohio area? cityroaste Linux User Groups (LUG) 1 04-22-2005 06:02 AM
CINCINNATI, Ohio eskiled Linux User Groups (LUG) 4 09-15-2004 09:07 PM
Mandrake 7.2 and Roadrunner Errsta_Fonzarelli Linux - Networking 5 05-02-2001 05:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 11:30 AM.

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