Update of /cvsroot/devil-linux/build/config/etc/sysconfig/nic
In directory sc8-pr-cvs1:/tmp/cvs-serv32152/config/etc/sysconfig/nic
Added Files:
ifcfg-eth4.sample
Log Message:
initial checkin of wireless support for network init
--- NEW FILE: ifcfg-eth4.sample ---
#
# example for a "normal" INTERFACE with no VLANs and no BRIDGING
#
DHCP=no
#DHCP=yes
#DHCP=server
ONBOOT=yes
DEVICE=eth4
IP=10.90.1.200
NETMASK=255.255.255.0
#BROADCAST=10.90.1.255
#MAC=
MODULE=prism54
#
### ROUTE="DESTINATION{:GATEWAY}"
# where DESTINATION is NET/NETMASK or a HOST
# the :GATEWAY is optional
#
## samples for all 4 possible scenarios
#
# route to network 192.168.254.0/255.255.255.0 via gateway 10.90.1.252
#ROUTE="$ROUTE 192.168.254.0/255.255.255.0:10.90.1.252"
#
# route to host 192.168.3.1 via 10.90.1.252
#ROUTE="$ROUTE 192.168.3.0:10.90.1.252"
#
# route to network that is also reachable via this interface
#ROUTE="$ROUTE 192.168.3.0/255.255.255.0"
#
# route to host that is also reachable via this interface
#ROUTE="$ROUTE 192.168.5.7"
#
# add as many ROUTE="$ROUTE ...." lines as you need routes
#
# is this a wireless card ?
WIRELESS=yes
# for an explaination of all the parameters,
# execute "man iwconfig" in a shell
ESSID=any
#NWID=off
CHANNEL=6
MODE=Managed
AP=any
RATE="auto"
KEY="off"
|