Solaris: How do I setup a default static route / static router IP address?

by nixcraft on January 28, 2005 · 7 comments

/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

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

We're here to help you make the most of sysadmin work. So, subscribe!

{ 7 comments… read them below or add one }

1 Anonymous September 6, 2006

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.

Reply

2 Jake February 21, 2008

No – you’re 100% correct. This article answers the question better.

Reply

3 Mohammed Asif October 28, 2008

To the point & very brief clear intructions. I like your website.

Reply

4 ch haqsar July 15, 2009

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

Reply

5 george willms December 3, 2009

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.

Reply

6 george willms December 9, 2009

plz help i not program thr comstar router / no buttons to do this on my phoenix remote

Reply

7 Chris February 16, 2010

I don’t have an /etc/init.d/network script, so I restarted network with:

svcadm restart network/physical

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 14 + 7 ?
Please leave these two fields as-is:
Are you a human being? Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: