Se non ho capito male vuoi aggiungere una route statica a un server solaris?
Se cosi' fosse, il comando 'route' dovrebbe essere sufficiente. Sto vedendo che la sintassi su solaris e' diversa da quella di Linux, ma la pagina man e' molto ben documentata.
Il tuo punto di partenza puo' essere un banale 'netstat -r', che ti mostra la routing table attuale.
Dalla pagina man di route (Solaris):
Quote:
The add, delete, and change commands have the following syn-
tax:
route [ -fnvq ] add | delete [ -net | -host ] destination gateway [args]
or
route [ -fnvq ] change | get [ -net | -host ] destination gateway [args]
where destination is the destination host or network, and
gateway is the next-hop intermediary through which packets
should be routed.
|