install script: HOST=gede ADDRESS=129.159.112.35 NETWORK=129.159.112.0 NETMASK=255.255.255.0 GATEWAY=129.159.112.100 HOST2=gede2 ADDRESS2=172.23.16.129 NETWORK2=172.23.16.128 NETMASK2=255.255.255.192 GATEWAY2=172.23.16.129 route flush x() { cp /etc/inet/hosts /etc/inet/hosts.$$ cat /etc/inet/hosts|sed "s/^[.0-9]*\([ ][ ]*$1[ ]\)/$2\1/" > /etc/inet/hosts.$$ mv /etc/inet/hosts.$$ /etc/inet/hosts } x $HOST $ADDRESS x $HOST2 $ADDRESS2 cp /etc/inet/netmasks /etc/inet/netmasks.$$ echo "$NETWORK $NETMASK" > /etc/inet/netmasks echo "$NETWORK2 $NETMASK2" >> /etc/inet/netmasks echo "$HOST" > /etc/hostname.hme0 echo "$HOST2" > /etc/hostname.hme1 echo "$GATEWAY" > /etc/defaultrouter ifconfig hme0 down ifconfig hme0 unplumb ifconfig hme0 plumb $ADDRESS netmask $NETMASK broadcast + up ifconfig hme1 down ifconfig hme1 unplumb ifconfig hme1 plumb $ADDRESS2 netmask $NETMASK2 broadcast + up route add net 172.23.16.32 172.23.16.130 1 -netmask 255.255.255.224 route add default bigbang-112 1 route add net 192.168.34.0 129.159.112.32 1 ndd -set /dev/ip ip_forwarding 1 #Ei pakollinen mutta voi olla - date 2038 ongelma odottaa edelleen vastausta Sunilta. - Reititys ongelma odottaa edelleen vastausta Sunilta.