Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thats cool Stuff as i m Nebie to unix
- Thnks You............
- hey babes its chris brown babes add me sexy lades 4032 4504 5276 6539
- hey everyone add me love yah 4032 4504 5276 6539 4032 4504 5276 6539
- Great dude .. this works
Tech-Recipes
Cookbook of Tech TutorialsChange the default route in Solaris | Solaris networking | Tech-Recipes
Started by qdideas · 9 months ago
5 years ago
If you must do this without a reboot, wrap the 2 commands above into a one-off script, and execute it that way.
9 months ago
route change default `cat /etc/defaultrouter `
A lot less wordy and no need to write a script in order to ensure your connectivity.
Koen
7 months ago
7 months ago
route change default 192.168.1.1
This should be run for permanent modification:
route -p change default 192.168.1.1
6 months ago
1 month ago
1 month ago
route -p add default 192.168.1.1