Paul Tansom wrote:
>
> A quick question on a Debian install I have just setup - how do you configure
> the networking after install? I've failed to install the NIC during the
> install process and want to do it now. I can get things working manually using
> modprobe or insmod and ifconfig, but how do I get it configured to do this at
> boot time?
>
> Many thanks in advance for any help.
>
> ---
Use modconf to install the module,then manually(yeah,this sucks) edit
/etc/network/interfaces -man interfaces .These is the original file with
all comments that was when potato was unstable-comments have been
removed
since in favor of the man page.:-)
----------------------------------------------------------------------
######################################################################
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
#
# A "#" character in the very first column makes the rest of the line
# be ignored. Blank lines are ignored. Lines may be indented freely.
# A "\" character at the very end of the line indicates the next line
# should be treated as a continuation of the current one.
#
# The "noauto", "up", and "down" options are valid for all interfaces.
# "up" and "down" may be specified multiple times, all other options
# may only be specified once.
#
# See the ifup/ifdown manpage for information on what options are
# available.
######################################################################
# We always want the loopback interface. (This is commented out in case
# you're configuring it by hand elsewhere, like in /etc/init.d/network.
If
# you're not, you need this line)
iface lo inet loopback
# An example ethernet card setup: (broadcast and gateway are optional)
#
iface eth1 inet static
address 192.168.1.54
network 192.168.0.0
netmask 255.255.255.0
broadcast 192.168.1.255
# gateway 192.168.1.254
# An ethernet DHCP client:
#
iface eth0 inet dhcp
------------------------------------------------------------
That'll be pretty much all.If you don't have modocnf then apt-get
it.Warning,it
doesn't yet work with 2.4 kernels,a fiexed version will probably be
uploaded
soon in unstable since there is a fix.I got it from debian-devel.
_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list