From: Michele Andreoli (m.andreoli@tin.it)
Date: Thu Feb 27 2003 - 18:28:47 CET
On Thu, Feb 27, 2003 at 05:36:53PM +0100, Karim Homsi nicely wrote:
>
> What are the Slackware commands that can be compared
> to setup -f eth0 and setup -f Network.
>
The better way to understand the whole subject, is to read the
related *.fun in /setup/fun or, even better, the script /setup/opt/ethconfig,
that in mu is responsible for everything in network config.
Anyway, these are the minimum:
setup/eth0:
# ifconfig eth0 192.168.1.2 up
# route add -net 192.168.1.0 netmask 255.255.255.0 eth0
setup/network:
# route add default gw 192.168.1.1
# put your DNS in /etc/resolv.conf
Michele
-- "Physics is like sex: it may give some practical results, but that's not why we do it" (Richard Feynman) --------------------------------------------------------------------- To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.dk For additional commands, e-mail: mulinux-help@sunsite.dk
This archive was generated by hypermail 2.1.6 : Thu Feb 27 2003 - 18:30:41 CET