Set the Default Route on Solaris सेट डिफ़ॉल्ट Solaris पर रूट
Setting the default route on Solaris is easy. Solaris पर डिफ़ॉल्ट मार्ग स्थापना आसान है. If you are trying to just set the route temporarily you can use the route command: यदि आप बस रूट अस्थायी रूप से सेट आप रूट कमांड का प्रयोग कर सकते कोशिश कर रहे हैं:
route add default <ipaddress> मार्ग डिफ़ॉल्ट जोड़ने <ipaddress>
Example: उदाहरण:
route add default 192.168.1.1 मार्ग 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. अगर आप रूट कायम करना चाहते हैं जब आप सिस्टम रिबूट सकता है, तो आप / etc / defaultrouter फ़ाइल में रास्ता तय करना होगा.
/etc/defaultrouter / etc / defaultrouter
Example: उदाहरण:
echo 192.168.1.1 > /etc/defaultrouter 192.168.1.1 गूंज> / etc / defaultrouter
Note that Solaris 10 includes “zones” that can also configure this same behavior. ध्यान दें कि Solaris 10 शामिल है "जोन" वह भी इसी व्यवहार विन्यस्त कर सकते हैं. There will be more articles covering this in the future. वहीं भविष्य में इस लेख को कवर होगा.

Daily Email Updates दैनिक ईमेल अपडेट
You can get our how-to articles in your inbox each day for free. आप अपने इनबॉक्स में हमारे कैसे लेख को मुफ्त के लिए प्रत्येक दिन प्राप्त कर सकते हैं. Just enter your name and email below: बस नीचे अपना नाम और ईमेल दर्ज करें:



great article. बहुत अच्छा लेख. solved one of my problems in my first days on solaris Solaris पर मेरा पहला दिनों में मेरी एक समस्या का हल
thank you GEEK धन्यवाद आप geek 