Set the Default Route on Solaris Nastaviť predvolené cesta pre Solaris
Setting the default route on Solaris is easy. Nastavenie predvolenej trasy na systéme Solaris je jednoduché. If you are trying to just set the route temporarily you can use the route command: Ak sa snažíte nastaviť len dočasne trasy môžete využiť trasu príkaz:
route add default <ipaddress> route add default <ipaddress>
Example: Príklad:
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. Ak chcete, aby trasa bude trval po reštarte systému, budete musieť nastaviť cestu v súbore / etc / defaultrouter súboru.
/etc/defaultrouter / Etc / defaultrouter
Example: Príklad:
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. Všimnite si, že Solaris 10 zahŕňa "zóny", ktoré je možné tiež nastaviť rovnaké správanie. There will be more articles covering this in the future. Bude viac článkov vzťahujúca toto v budúcnosti.

Daily Email Updates Denný Svářeč
You can get our how-to articles in your inbox each day for free. Môžete si naše jak-na články vo vašej schránky každý deň zadarmo. Just enter your name and email below: Stačí zadať svoje meno a e-mail nižšie:



great article. skvelý článok. solved one of my problems in my first days on solaris vyriešilo jeden z mojich problémov v mojich prvých dňoch na Solarisu
thank you GEEK Děkuji Geek 