[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Files
It looks like you are going to need to do something to add the gateway's
netowrk also during boot. A small script would be easy. :)
Tighe
>Date: Wed, 31 Jan 2001 13:49:24 +0000
>From: ekh <ekh@hometel.com>
>Reply-To: silug-discuss@silug.org
>To: SILUG <silug-discuss@silug.org>
>Subject: Files
>
>
>
> /etc/sysconfig/network
>When I boot into the system, GATEWAYDEV= comes up
>blank. It should be eht0. I hand edit it to put
>in the eth0 and remove the " " marks.
>
>NETWORKING=yes
>FORWARD_IPV4="yes"
>HOSTNAME=localhost.localdomain
>DOMAINNAME=localdomain
>GATEWAY="63.82.232.9"
>GATEWAYDEV=""
>
>----------------------------------------------------------
> /etc/sysconfig/network-scripts/ifcfg-eth0
>
>DEVICE="eth0"
>BOOTPROTO="none"
>IPADDR="63.82.235.144"
>NETMASK="255.255.255.0"
>NETWORK=63.82.235.0
>BROADCAST=63.82.235.255
>ONBOOT="no"
>IPXNETNUM_802_2=""
>IPXPRIMARY_802_2="no"
>IPXACTIVE_802_2="no"
>IPXNETNUM_802_3=""
>IPXPRIMARY_802_3="no"
>IPXACTIVE_802_3="no"
>IPXNETNUM_ETHERII=""
>IPXPRIMARY_ETHERII="no"
>IPXACTIVE_ETHERII="no"
>IPXNETNUM_SNAP=""
>IPXPRIMARY_SNAP="no"
>IPXACTIVE_SNAP="no"
>------------------------------------------------------
> /etc/modules.conf
>
>pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
>alias usb-interface usb-uhci
>alias parport_lowlevel parport_pc
>pre-install plip modprobe parport_pc ; echo 7 > /proc/parport/0/irq
>alias sound-slot-0 sb
>options sound dmabuf=1
>alias midi opl3
>options opl3 io=0x388
>options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
>alias eth1 old_tulip
>alias eth0 tulip
>--------------------------------------------------------
>
>
>
>
--
Tighe Schlottog Sys Admin at large /emry\"@"/accessus.net\
ook ook
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.
- References:
- Files
- From: ekh <ekh@hometel.com>