Loco3KGT wrote:
>
> > 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
> -----------------------------------
You can also use modconf for the module,it's a bit more
graphical(ncurses)
and for dhcp well,fire-up the StormPackage Manager and browse the net
section.
(I'm running potato and the name is dhcp-client ),look for something
similar
if it's a laptop in potato there is another client named
dhclient for this,don't know why.
--
The best way to escape from a problem is to solve it.
Alan Saporta
My waste of cyberspace=
http://deepblue.dyndns.org :-)
_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list