[luau] Road Runner

Mark Kellman mark_kellman at hotmail.com
Sun Mar 24 13:39:30 PST 2002


Ray, information follows in its respective section.  Thank you again for all 
your insight, and effort!  In addition to the questions/recommendations you 
made, I have some questions.  These questions immediately below are AFTER I 
typed in your directions and listed the results in the respective section.
1)Why do I have to type ifconfig -a to list eth0?  If I don't use -a, then 
only the loopback comes up.
2)Again, when eth0 comes up with -a, then no IP or Broadcast addresses 
appear without typing /sbin/dhcpcd eth0.
3)After typing /sbin/dhcpcd eth0, then eth0 appears with an IP and Bcast 
address WITHOUT typing -a?

*******************************************

4)By going into my Network Configuration Window after typing neat at the 
prompt, I selected to activate device when computer starts.  When I 
rebooted, as root:
a)the address for root is: root at dhcp-304-32 root.  This is different than 
before when it was root at localhost.  Also, is it correct that I now don't 
have to type -a to /sbin/dhcpcd eth0 to load eth0 because its detecting it 
at start?  Not only that, but the IP and Bcast come up without typing 
/sbin/dhcpcd eth0.
b)typing netstat -r brings up three IP addresses, but still no Gateway 
except for default
c)ide-cd and cdrom now don't appear when I run /sbin/lsmod.  All the other 
modules appear.
d)my box is much slower
5)Why do I have different IP addresses when I run netstat -r and 
/sbin/incofig?  Netstat lists the IP as 66.91.112.0, and incofig lists the 
IP as 66.91.114.64?
6)Now when I run cat /etc/resolv.conf, 5 results are listed:
nameserver 24.25.227.34
nameserver 24.25.227.36
nameserver 24.25.227.32
domain hawaii.rr.com
search hawaii.rr.com
7)I still don't have internet acceess.  Would you please include a few IP 
addresses that you know work.

Again, result to your directions follow in their respective sections.

>From: Ray Strode <halfline at hawaii.rr.com>
>Reply-To: luau at videl.ics.hawaii.edu
>To: luau at videl.ics.hawaii.edu
>Subject: Re: [luau] Road Runner
>Date: Sun, 24 Mar 2002 01:50:43 -1000
>
>>
>>
>>>If this is what comes up I don't see how netstat -r could have had
>>>what it had. what does  /sbin/ifconfig -a    show?
>>>You don't have to type the whole thing.  Just tell me if eth0 is there.
>>
>>Output:   eth0 is not there
>
>
>Okay that means that the ethernet card's driver module isn't loaded.
>
>>For fun, I ran this command.  I received the following output:
>>/etc/sysconfig/network-scripts/ifup-post: ifcfg-eth0: No such file or
>>directory
>
>okay you should have that file..type this:
>
>echo 'DEVICE="eth0"' > /etc/sysconfig/network-scripts/ifcfg-eth0
>echo 'ONBOOT="no"' >> /etc/sysconfig/network-scripts/ifcfg-eth0
>echo 'BOOTPROTO="dhcp"' >>/etc/sysconfig/network-scripts/ifcfg-eth0

Okay, typed that in.

>>After typing /sbin/ifconfig/ eth0 appears!!!!
>
>Okay, what's happened is when you called dhcpcd the kernel module
>autoloader loaded your ethernet card's driver module.
>
>At this point you can type /sbin/lsmod and that will show you the name >of 
>the module.  In the future if it doesn' load, then you can type
>/sbin/modprobe [modulename]  to load manually.

Here is the output:
Module              Size    Used  by
ide-cd              27136     0  (autoclean)
cdrom               28800     0  (autoclean)[ide-cd]
souncore            4848      0  (autoclean)
binfmt_misc         6656      1
iscsi               23200     0  (unused)
autofs              12064     0  (autoclean)(unused)
e1000               43632     0  (unused)
appletalk           24976     0  (auotclean)
ipx                 20128     0  (autoclean)
ipchains            41600     0
st                  27024     0  (unused)
usb-ohci            19360     0  (unused)
usbcore             54560     1  [usb-ohci]
ext3                67728     5
jbd                 44480     5  [ext3]
aic7xxx             114704    6
sd_mod              11584     6
scsi_mod            98512     4  [iscsi st aic7xxx sd_mod]


>>Then I typed the command /sbin/dhcpcd eth0  and received the output:
>>****  /sbin/dhcpcd: already running
>>****  /sbin/dhcpcd: if not then delete /var/run/dhcpcd-eth0.pid file
>
>Yes, that's because you started it a second ago.
>
>>What the hell is going on?!  Now, typing /sbin/ifconfig -a outputs the
>>eth0 information:
>>
>It's because the kernel loaded the netcard driver when dhcpcd tried to
>use it.
>
>>eth0  Link encap:Ethernet  HWaddr  00:C0:9F:06:5A:91
>>      inet addr:66.91.114.64  Bcast:255.255.255.255  Mask:255.255.248.0
>>      UP BROADCAST NOTRAILERS RUNNING MTU:1500  Metric:1
>>      RX packets:812  errors:557  dropped:557  overruns:0  frame:0
>>      TX packets:6  errors:0  dropped:0  overruns:0  frame:0
>>      collisions:0
>>      RX bytes:53514  (52.2 Kb)  TX bytes:3034  (2.9 Kb)
>
>Note you have an IP address (66.91.114.64).  Very good sign.
>
>>The output is:  /sbin/dhcpcd  [its in green?]
>
>green means it's a file that you can run (it's a program)

Here's the million dollar question: why is it that when I don't type 
/sbin/dhcpcd eth0, I don't receive an IP address?  eth0 does appear, but no 
inet addr.  Is it because I'm starting dhcpcd on my ethernet card by typing 
that?  After I type /sbin/dhcpcd eth0 I get the same IP address as yesterday 
(IP for my box correct?).

>>After typing resolv.conf at[root at localhost markk] & at [root at localhost
>>etc], the output I receive is: bash: resolv.conf: command not found
>
>resolv.conf is located in /etc and you were in /home/markk so it
>couldn't find it.  But you don't want to type resolve.conf at the prompt
>anyway.  It's not a program.  You can view it using cat
>
>cat /etc/resolv.conf
>
>Now that you've reached this point could you try pinging those IP
>addresses mentioned in past mails.  I think you won't get the same error
>messages now.
>
>Also, just for the fun of it type
>/etc/init.d/network start
>
>and tell me if you instantly get internet access upon doing that :-)
>
>--Ray

Unfortunately, I didn't get internet access.  Typing www.hotmail.com brought 
the same error message: Unknown Host
>
>
>_______________________________________________
>LUAU mailing list
>LUAU at videl.ics.hawaii.edu
>http://videl.ics.hawaii.edu/mailman/listinfo/luau





>From: Ray Strode <halfline at hawaii.rr.com>
>Reply-To: luau at videl.ics.hawaii.edu
>To: luau at videl.ics.hawaii.edu
>Subject: Re: [luau] Road Runner
>Date: Sun, 24 Mar 2002 01:50:43 -1000
>
>>
>>
>>>If this is what comes up I don't see how netstat -r could have had
>>>what it had. what does  /sbin/ifconfig -a    show?
>>>You don't have to type the whole thing.  Just tell me if eth0 is there.
>>
>>Output:   eth0 is not there
>
>
>Okay that means that the ethernet card's driver module isn't loaded.
>
>>For fun, I ran this command.  I received the following output:
>>/etc/sysconfig/network-scripts/ifup-post: ifcfg-eth0: No such file or
>>directory
>
>okay you should have that file..type this:
>
>echo 'DEVICE="eth0"' > /etc/sysconfig/network-scripts/ifcfg-eth0
>echo 'ONBOOT="no"' >> /etc/sysconfig/network-scripts/ifcfg-eth0
>echo 'BOOTPROTO="dhcp"' >>/etc/sysconfig/network-scripts/ifcfg-eth0
>
>>After typing /sbin/ifconfig/ eth0 appears!!!!
>
>Okay, what's happened is when you called dhcpcd the kernel module
>autoloader loaded your ethernet card's driver module.
>
>At this point you can type /sbin/lsmod and that will show you the name
>of the module.  In the future if it doesn' load, then you can type
>/sbin/modprobe [modulename]
>to load manually.
>
>>Then I typed the command /sbin/dhcpcd eth0  and received the output:
>>****  /sbin/dhcpcd: already running
>>****  /sbin/dhcpcd: if not then delete /var/run/dhcpcd-eth0.pid file
>
>Yes, that's because you started it a second ago.
>
>>What the hell is going on?!  Now, typing /sbin/ifconfig -a outputs the
>>eth0 information:
>>
>It's because the kernel loaded the netcard driver when dhcpcd tried to
>use it.
>
>>eth0  Link encap:Ethernet  HWaddr  00:C0:9F:06:5A:91
>>      inet addr:66.91.114.64  Bcast:255.255.255.255  Mask:255.255.248.0
>>      UP BROADCAST NOTRAILERS RUNNING MTU:1500  Metric:1
>>      RX packets:812  errors:557  dropped:557  overruns:0  frame:0
>>      TX packets:6  errors:0  dropped:0  overruns:0  frame:0
>>      collisions:0
>>      RX bytes:53514  (52.2 Kb)  TX bytes:3034  (2.9 Kb)
>
>Note you have an IP address (66.91.114.64).  Very good sign.
>
>>The output is:  /sbin/dhcpcd  [its in green?]
>
>green means it's a file that you can run (it's a program)
>
>>After typing resolv.conf at[root at localhost markk] & at [root at localhost
>>etc], the output I receive is: bash: resolv.conf: command not found
>
>resolv.conf is located in /etc and you were in /home/markk so it
>couldn't find it.  But you don't want to type resolve.conf at the prompt
>anyway.  It's not a program.  You can view it using cat
>
>cat /etc/resolv.conf
>
>Now that you've reached this point could you try pinging those IP
>addresses mentioned in past mails.  I think you won't get the same error
>messages now.
>
>Also, just for the fun of it type
>/etc/init.d/network start
>
>and tell me if you instantly get internet access upon doing that :-)
>
>--Ray
>
>
>_______________________________________________
>LUAU mailing list
>LUAU at videl.ics.hawaii.edu
>http://videl.ics.hawaii.edu/mailman/listinfo/luau




_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx




More information about the LUAU mailing list