On 25/11/99 richard newton wrote:
#! /bin/sh
ifconfig lo 127.0.0.1
route add -net 127.0.0.0
IPADDR=192.168.1.1
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCAST=192.168.1.255
ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST}
route add -net ${NETWORK}
but I've had to comment ou
> "richard" == richard newton <[EMAIL PROTECTED]> writes:
richard> Hi all, I finally managed to upgrade to patato over the
richard> weekend, 28hrs+ not happy about the forthcomming phone
richard> bill. :-( Now I have a couple of problems. I installed
richard> something (don't k
2 matches
Mail list logo