Set the Default Route on Solaris Ustaw Trasa domyślna w systemie Solaris
Setting the default route on Solaris is easy. Konfiguracja trasy domyślnej w systemie Solaris nie jest łatwe. If you are trying to just set the route temporarily you can use the route command: Jeśli próbujesz wystarczy ustawić trasę czasowo można użyć polecenia route:
route add default <ipaddress> route add default <ipaddress>
Example: Przykład:
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. Jeśli chcesz trasie utrzymuje się po restarcie systemu, będziesz musiał ustawić trasy w pliku / etc / defaultrouter.
/etc/defaultrouter / etc / defaultrouter
Example: Przykład:
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. Należy pamiętać, że Solaris 10 zawiera "strefy", które można również skonfigurować ten sam problem. There will be more articles covering this in the future. Nie będzie więcej artykuły o tym w przyszłości.

Daily Email Updates Daily Email Updates
You can get our how-to articles in your inbox each day for free. Możesz pobrać nasze instrukcje postępowania w skrzynce odbiorczej codziennie za darmo. Just enter your name and email below: Wystarczy podać swoje imię i adres e-mail:



great article. świetny artykuł. solved one of my problems in my first days on solaris rozwiązać jeden z moich problemów w moich pierwszych dniach w systemie Solaris
thank you GEEK Dziękuję GEEK 