[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Network no work



----- Original Message -----
From: "Jean-Paul Blaquiere" <japester@ucc.gu.uwa.edu.au>
Subject: Re: Network no work


> > On Apr 15, Rob Byrnes illuminated :
>
> > I'm running Woody with a 2.4.18 kernel (from packages) on a PC64, my
network
> > card uses the de4x5 module which is not loaded at boot, and when I load
it
> > by hand using insmod it doesn't "take" any of the settings in
> > /etc/network/interfaces (IP address etc)
> >
> what does your /etc/network/interfaces file look like?
> it should be like:
>
> # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
>
> # The loopback interface
> # automatically added when upgrading
> auto lo
> iface lo inet loopback
>
> # The first network card - this entry was created during the Debian
> # installation
> # (network, broadcast and gateway are optional)
> # automatically added when upgrading
> auto eth0
> iface eth0 inet static
>         address 192.168.42.21
>         netmask 255.255.255.0
>         network 192.168.42.0
>         broadcast 192.168.42.255
>         gateway 192.168.42.1

Funny thing is - that's very close to what it is:

aylee:~# less /etc/network/interfaces
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

# The first network card - this entry was created during the Debian
installation
# (network, broadcast and gateway are optional)
auto eth0
iface eth0 inet static
        address 192.168.100.1
        netmask 255.255.255.0
        network 192.168.100.0
        broadcast 192.168.100.255
        gateway 192.168.100.100

I ended up getting the interface up by doing:

aylee:~# ifconfig -eth0 192.168.100.1

because not even ifup/down was seeing it.

> > Also, how do I get a module to load at boot time?
> >
> see:
>
> # /etc/modules: kernel modules to load at boot time.
> #

Cool, thanks

Rob


________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan
service. For more information on a proactive anti-virus service working
around the clock, around the globe, visit http://www.messagelabs.com
________________________________________________________________________


-- 
To UNSUBSCRIBE, email to debian-alpha-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: