Hello,
I've added the following to the case statement in the network.opts file:
'default,1,0,00:80:C7:6A:69:BA')
# Configs specific to my Xircom Network card.
BOOTP="n"
DHCP="n"
IPADDR="192.168.0.1"
NETMASK="255.255.255.0"
NETWORK="192.168.0.0"
BROADCAST="192.168.0.255"
GATEWAY=""
DOMAIN=""
SEARCH=""
DNS_1=""
DNS_2=""
DNS_3=""
MOUNTS=""
IPX_FRAME=""
IPX_NETNUM=""
start_fn () { return; }
stop_fn () { return; }
;;
This works fine I just wanted to know if this is considered a GoodThing
or should I be using another method.
Without this I have to bring up eth0 by hand after the system boots.