> I am brand new to Storm Linux, and fairly new to Linux all together.
> I have just installed Storm Linux 2000 and need help connecting to my
> LAN at work. I am using a 3COM 509B ethernet card, but it does not
> seem to be configured properly or at all. Is there a command line
> and/or gui interface available for configuring the network? Any help
> would be greatly appreciated.
insmod /lib/modules/2.2.13-storm/net/3x509.x
ifconfig eth0 $IP netmask $NMASK
route add default gw $GWIP eth0
$IP = the IP your network admin says your box should be
$NMASK = the NetMask your netadmin says your box should use (normally
255.255.255.0)
$GWIP = the IP of the network gateway thast will give you internet
access
if you use DHCP do this:
insmod /lib/modules/2.2.13-storm/net/3x509.x
dhclient eth0
dhcpd &
but that probably won't work cause stormix doesn't like DHCP that much
and you have to apt-get all of the DHCP programs and I can't remember
their debian friendly package name.
--
-----------------------------------
--Steve "Loco3KGT" Gula
--http://elguapo.penguinpowered.com
-----------------------------------
_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list