LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-02-2003, 02:34 PM   #1
GoneRogue
LQ Newbie
 
Registered: Jul 2003
Location: MD...VA
Distribution: Redhat 9.0
Posts: 3

Rep: Reputation: 0
Earthlink DSL + Linksys NC100 + RH9 = Woes


Hi, I am a newbie, so bare with me here. I installed RH9 a couple days ago and have been working relentlessly to get my DSL up and running. I am dual booting with Win2k and my DSL works fine on Win2k. Here is a rundown of the situation:

I am using Earthlink DSL with a dynamic IP and am using dhcp.

My NIC [Linksys NC100] is recognized and is configured to use the tulip driver.

On boot-up, I get the message "Bringing up interface eth0...Determining IP information for eth0......failed". I get the same second part of the error message when I try to activate eth0 under Network Devices.

I have made sure that /etc/modules.conf contains alias eth0 tulip.

This is what I get from dmesg:

<clip>
ip_tables: (C) 2000-2002 Netfilter core team
Linux Tulip driver version 0.9.15-pre12 (Aug 9, 2002)
divert: allocating divert_blk for eth0
eth0: ADMtek Comet rev 17 at 0xe0926000, 00:04:5A:6F:22:38, IRQ 10.
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
lp0: using parport0 (polling).
lp0: console ready
<clip>

This is what I can find of relevence in /var/log/messages:

<clip>
Aug 2 02:07:37 localhost ifup: failed.
Aug 2 02:07:39 localhost kernel: VP_IDE: VIA vt8233 (rev 00) IDE UDMA100 controller on pci00:11.1
Aug 2 02:07:37 localhost network: Bringing up interface eth0: failed
<clip>

<clip>
Aug 2 02:07:44 localhost kernel: ip_tables: (C) 2000-2002 Netfilter core team
Aug 2 02:07:44 localhost kernel: Linux Tulip driver version 0.9.15-pre12 (Aug 9, 2002)
Aug 2 02:07:44 localhost kernel: eth0: ADMtek Comet rev 17 at 0xe0926000, 00:04:5A:6F:22:38, IRQ 10.
Aug 2 02:07:45 localhost xinetd[3470]: xinetd Version 2.3.10 started with libwrap options compiled in.
Aug 2 02:07:45 localhost xinetd[3470]: Started working: 1 available service
Aug 2 02:07:46 localhost xinetd: xinetd startup succeeded
Aug 2 02:07:47 localhost sendmail: sendmail startup succeeded
Aug 2 02:07:47 localhost sendmail: sm-client startup succeeded
Aug 2 02:07:48 localhost gpm: gpm startup succeeded
Aug 2 02:07:48 localhost crond: crond startup succeeded
Aug 2 02:07:51 localhost kernel: parport0: PC-style at 0x378 [PCSPP,TRISTATE]
Aug 2 02:07:51 localhost kernel: lp0: using parport0 (polling).
Aug 2 02:07:51 localhost kernel: lp0: console ready
Aug 2 02:07:51 localhost modprobe: modprobe: Can't locate module char-major-188
Aug 2 02:07:51 localhost last message repeated 15 times
Aug 2 02:07:51 localhost cups: cupsd startup succeeded
Aug 2 02:07:52 localhost xfs: xfs startup succeeded
Aug 2 02:07:52 localhost anacron: anacron startup succeeded
Aug 2 02:07:53 localhost atd: atd startup succeeded
Aug 2 02:07:53 localhost xfs: ignoring font path element /usr/X11R6/lib/X11/fonts/cyrillic (unreadable)
<clip>

<clip>
Aug 2 02:21:18 localhost dhclient: Internet Software Consortium DHCP Client V3.0pl1
Aug 2 02:21:18 localhost dhclient: Copyright 1995-2001 Internet Software Consortium.
Aug 2 02:21:18 localhost dhclient: All rights reserved.
Aug 2 02:21:18 localhost dhclient: For info, please visit [can't post URL]
Aug 2 02:21:18 localhost dhclient:
Aug 2 02:21:20 localhost dhclient: Listening on LPF/eth0/00:04:5a:6f:22:38
Aug 2 02:21:20 localhost dhclient: Sending on LPF/eth0/00:04:5a:6f:22:38
Aug 2 02:21:20 localhost dhclient: Sending on Socket/fallback
Aug 2 02:21:22 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
Aug 2 02:21:25 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
Aug 2 02:21:29 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
Aug 2 02:21:37 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 21
Aug 2 02:21:58 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 17
Aug 2 02:22:15 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
Aug 2 02:22:49 localhost sysctl: net.ipv4.ip_forward = 0
Aug 2 02:22:49 localhost sysctl: net.ipv4.conf.default.rp_filter = 1
Aug 2 02:22:49 localhost sysctl: kernel.sysrq = 0
Aug 2 02:22:49 localhost sysctl: kernel.core_uses_pid = 1
Aug 2 02:22:49 localhost network: Setting network parameters: succeeded
Aug 2 02:22:49 localhost root: punching nameserver Earthlink through the firewall
Aug 2 02:22:49 localhost root: punching nameserver Mindspring through the firewall
Aug 2 02:22:49 localhost ifup: iptables v1.2.7a: host/network 'Earthlink' not found
Aug 2 02:22:49 localhost ifup: Try `iptables -h' or 'iptables --help' for more information.
Aug 2 02:22:49 localhost ifup: iptables v1.2.7a: host/network `Mindspring'not found
Aug 2 02:22:49 localhost ifup: Try `iptables -h' or 'iptables --help' for more information.
Aug 2 02:22:49 localhost network: Bringing up loopback interface: succeeded
Aug 2 02:22:49 localhost ifup:
Aug 2 02:22:49 localhost ifup: Determining IP information for eth0...
Aug 2 02:22:50 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
Aug 2 02:22:54 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
Aug 2 02:23:00 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
Aug 2 02:23:07 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
<clip>

I tried changing the DNS 207.217.126.81[Primary] and 207.217.77.82 [Secondary], but to no avail.

I appreciate all of the help I can get and I will try ANYTHING to get this DSL up and running.



P.S. It says Earthlink and Mindspring in the log without the proper addressing because I cannot post URLs until I get 5 posts.
 
Old 08-02-2003, 07:16 PM   #2
Thoreau
Senior Member
 
Registered: May 2003
Location: /var/log/cabin
Distribution: All
Posts: 1,167

Rep: Reputation: 45
If you have 30 bucks or 10 bucks more per month you could get a PPOE autologin harware router or a static ip, respectively. That would eliminate the problem entirely.

Did you configure the login and password for your PPOE connection? DHCP requires that for earthlink DSL. The redhat control panel should have a PPOE section to do just that. The DHCP discover is moot before login. They hand down a DHCP address after you are authenticated.
 
Old 08-02-2003, 09:29 PM   #3
GoneRogue
LQ Newbie
 
Registered: Jul 2003
Location: MD...VA
Distribution: Redhat 9.0
Posts: 3

Original Poster
Rep: Reputation: 0
I feel so stupid. I had configured a ppp0 connection prior to this thread, BUT I mistyped my username and did not check synchronous PPP!!!! That's why I could not activate ppp0. I am online with RH9 right now, I probably would have not have even thought to check the ppp0 settings if it wasn't for your mentioning it. Thanks again!
 
  


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
Linksys Network Everywhere NC100 not working Aaragatn Linux - Networking 1 01-02-2005 04:41 AM
linksys nc100 not working on slackware 10 ingsoc747 Linux - Networking 3 07-21-2004 01:51 AM
how to setup RH9 to Linksys router to dsl? dfawvor Linux - Networking 6 03-03-2004 01:13 PM
Linksys NC100 v.2 RH 7.2 Sankaman2k Linux - Networking 1 02-14-2002 02:07 AM
Linksys NC100 v2.0 RedHat123 Linux - Networking 4 12-21-2001 12:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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