Robert D. Hilliard is rumoured to of said:
>      During the base installation, as part of configuring the network,
> the configure script asks for the netmask and the IP address for the
> network and/or the default gateway.  Where is this information stored?

You will find this information at the top of the /etc/init.d/network file;
ie

#!      /bin/sh
ifconfig lo 127.0.0.1
route add -net 127.0.0.0
IPADDR=192.168.2.17
NETMASK=255.255.255.248
NETWORK=192.168.2.16
BROADCAST=192.168.2.23
GATEWAY=none
ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST}
route add -net ${NETWORK} netmask ${NETMASK}
route add -host ${IPADDR}

-- 
  / /\  | |  Craig Small VK2XLZ <[EMAIL PROTECTED]>
 |==||==|=|  Finger [EMAIL PROTECTED] for PGP key. 
  \ \/  | |  fingerprint = AD 8D D8 63 6E BF C3 C7  47 41 B1 A2 1F 46 EC 90


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to