Set the Default Route on Solaris Set rută implicită pe Solaris
Setting the default route on Solaris is easy. Setarea ruta implicită pe Solaris este uşor. If you are trying to just set the route temporarily you can use the route command: Dacă încercaţi să setaţi doar ruta temporar aveţi posibilitatea să utilizaţi comanda traseu:
route add default <ipaddress> route add default <ipaddress>
Example: Exemplu:
route add default 192.168.1.1 route add default 192.168.1.1
If you want the route to be persisted when you reboot the system, you will need to set the route in the /etc/defaultrouter file. Dacă doriţi ca ruta de a persistat atunci când reporniţi sistemul, va trebui să setaţi ruta în fişierul / etc / defaultrouter.
/etc/defaultrouter / etc / defaultrouter
Example: Exemplu:
echo 192.168.1.1 > /etc/defaultrouter echo 192.168.1.1> / etc / defaultrouter
Note that Solaris 10 includes “zones” that can also configure this same behavior. Reţineţi că, Solaris 10 include "zone" care pot configura acest comportament, de asemenea, aceleaşi. There will be more articles covering this in the future. Nu va fi mai multe articole care să acopere acest lucru în viitor.

Daily Email Updates Daily Actualizări de email
You can get our how-to articles in your inbox each day for free. Aveţi posibilitatea să obţineţi modul nostru de-a articole în Inbox în fiecare zi pentru drum liber. Just enter your name and email below: Doar introduceţi numele dvs. şi e-mail de mai jos:



great article. mare de articol. solved one of my problems in my first days on solaris rezolvat una dintre problemele mele în zile primul meu pe Solaris
thank you GEEK vă mulţumesc GEEK 