On Mon, 8 Jun 1998, The Darkling wrote: [ snip ]
: SIOCSIFNETMASK: Invalid Argument ^^^^^^^ ^^^^^^^^^^^^^^^^ : SIOCADDRT: Network un-avalbel : SIOCADDRT: Network un-avalbel [ snip ] : #! /bin/sh : ifconfig lo 127.0.0.1 : route add -net 127.0.0.0 : IPADDR=146.115.107.117 : NETMASK=146.115.107.0 ^^^^^^^^^^^^^^^^^^^^^ ??? Don't think so. How about 255.255.255.0? Or 255.255.255.240, which I think is what you want due to what you say in a moment. : NETWORK=146.115.107.0 This should be 146.115.107.112, I think. : BROADCAST=255.255.255.240 This is wrong, also. Broadcast address is the host part set to all ones or all zeroes. In your case 146.115.107.127 : GATEWAY=146.115.107.113 This is correct :) : ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST} : route add -net ${NETWORK} : [ "${GATEWAY}" ] && route add default gw ${GATEWAY} metric 1 -- Nathan Norman MidcoNet - 410 South Phillips Avenue - Sioux Falls, SD 57104 mailto://[EMAIL PROTECTED] http://www.midco.net finger [EMAIL PROTECTED] for PGP Key: (0xA33B86E9) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]