/etc/defaultrouter is the configuration file for default router under Solaris os. The /etc/defaultrouter file can contain the IP addresses or hostnames of one or more default routers, with each entry on its own line. If you use hostnames, each hostname must also be listed in the local /etc/hosts file, because no name services are running at the time that defaultrouter is read.
The default routes listed in this file replace those added by the kernel during diskless booting. An empty /etc/defaultrouter file will cause the default route added by the kernel to be deleted.
(1) First login to Solaris box as a root user:
# su
The /etc/defaultrouter is configuration file for default router under Sun Solaris. Open the file /etc/defaultrouter and add the router IP address:
# vi /etc/defaultrouter
Append IP address:
192.168.1.254
Restart the Solaris network with following command:
# /etc/init.d/network restart
(3) Or you can add the router IP to default route table as follows:
# route add default 192.168.1.254
Output:
add net default: gateway 192.168.1.254
Finally use nslookup and ping command to check network settings:
$ ping 192.168.1.254
$ nslookup nixcraft.com
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop












{ 7 comments… read them below or add one }
Is it just me or is this answer, answering “How do I setup a default route in Solaris?” Rather than “How do I setup a static route?”
I suppose the default route is also considered a static route but this still didn’t really help me.
No – you’re 100% correct. This article answers the question better.
To the point & very brief clear intructions. I like your website.
when we restart our router then it display the wrong routing table.netstat -r
pl advice us how we stop this routing table and set our own routing table.
I am new user of sunsolaris 8. and want to learn all this how in.routed works
Great post,ihave trying to get my sweet virgin phoenix to put out with no luck ,thinking she was just mad at me ,so i am getting a correct router this am and thanks for this setup manual , one think this would be in the manual that comes with the unit / i guess i am asking for too much info. guess the company techs. think everyone should on half nuts and wastse 10 days when they could do just as much good with there thumb up the south port!!!!!!!!!!!!!!!!!!!!! A BBIGET THANKS FOR INFO.
plz help i not program thr comstar router / no buttons to do this on my phoenix remote
I don’t have an /etc/init.d/network script, so I restarted network with:
svcadm restart network/physical