<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: HowTo: Add a Static Route (persistent) in Sun Solaris</title>
	<atom:link href="http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=howto-add-a-static-route-persistent-in-sun-solaris</link>
	<description>Your gateway to Internet</description>
	<lastBuildDate>Wed, 18 Jan 2012 17:46:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sam Rajiev</title>
		<link>http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/comment-page-1/#comment-2879</link>
		<dc:creator>Sam Rajiev</dc:creator>
		<pubDate>Thu, 17 Nov 2011 19:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/#comment-2879</guid>
		<description>How to route two ips which is in two different networks?</description>
		<content:encoded><![CDATA[<p>How to route two ips which is in two different networks?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik</title>
		<link>http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/comment-page-1/#comment-2599</link>
		<dc:creator>Nik</dc:creator>
		<pubDate>Sat, 07 Nov 2009 04:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/#comment-2599</guid>
		<description>What about assigning a route to a specific interface?  I am using Solaris 10, and I&#039;d like to specify that a specific host be routed through my bge1 interface.

I&#039;ve tried several flavors of:

route add -host a.b.c.d -iface bge1

but each comes back w/ &quot;bge1: bad value&quot;.</description>
		<content:encoded><![CDATA[<p>What about assigning a route to a specific interface?  I am using Solaris 10, and I&#8217;d like to specify that a specific host be routed through my bge1 interface.</p>
<p>I&#8217;ve tried several flavors of:</p>
<p>route add -host a.b.c.d -iface bge1</p>
<p>but each comes back w/ &#8220;bge1: bad value&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/comment-page-1/#comment-2575</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Sun, 30 Aug 2009 00:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/#comment-2575</guid>
		<description>In Solaris 10, the static routes are kept in /etc/inet/static_routes, but that file is to be maintained by using the &quot;-p&quot; (persistant) switch to the &quot;route&quot; command.</description>
		<content:encoded><![CDATA[<p>In Solaris 10, the static routes are kept in /etc/inet/static_routes, but that file is to be maintained by using the &#8220;-p&#8221; (persistant) switch to the &#8220;route&#8221; command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Bender</title>
		<link>http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/comment-page-1/#comment-2573</link>
		<dc:creator>Brad Bender</dc:creator>
		<pubDate>Mon, 17 Aug 2009 23:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/#comment-2573</guid>
		<description>As of Solaris 10 the &#039;-p&#039; permanent flag was added to &#039;/usr/sbin/route&#039;.

route -p add default w.x.y.z

Now your route is permanent and will persist across reboots.  Using /etc/rc?.d scripts is a BAD idea because with SMF your routes may get added after a dependant service is started.</description>
		<content:encoded><![CDATA[<p>As of Solaris 10 the &#8216;-p&#8217; permanent flag was added to &#8216;/usr/sbin/route&#8217;.</p>
<p>route -p add default w.x.y.z</p>
<p>Now your route is permanent and will persist across reboots.  Using /etc/rc?.d scripts is a BAD idea because with SMF your routes may get added after a dependant service is started.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhu</title>
		<link>http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/comment-page-1/#comment-2542</link>
		<dc:creator>Madhu</dc:creator>
		<pubDate>Thu, 21 May 2009 09:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/#comment-2542</guid>
		<description>Simply writing &#039;route add&#039; etc., in a text file and save it as     /etc/rc2.d/S76static-routes works fine for me

Thankzzzzzzzzzzzz a Lottttttttt</description>
		<content:encoded><![CDATA[<p>Simply writing &#8216;route add&#8217; etc., in a text file and save it as     /etc/rc2.d/S76static-routes works fine for me</p>
<p>Thankzzzzzzzzzzzz a Lottttttttt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ad</title>
		<link>http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/comment-page-1/#comment-2535</link>
		<dc:creator>ad</dc:creator>
		<pubDate>Tue, 12 May 2009 13:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/#comment-2535</guid>
		<description>To add a gateway :

# route add default 192.168.100.123
# echo 192.168.100.123 &gt; /etc/defaultrouter</description>
		<content:encoded><![CDATA[<p>To add a gateway :</p>
<p># route add default 192.168.100.123<br />
# echo 192.168.100.123 &gt; /etc/defaultrouter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amol</title>
		<link>http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/comment-page-1/#comment-2517</link>
		<dc:creator>amol</dc:creator>
		<pubDate>Tue, 07 Apr 2009 16:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/#comment-2517</guid>
		<description>how to configure gateway in sun solaris 10 operating system, i configure the ip address with help of &quot;ifconfig&quot; command. pls help me!!</description>
		<content:encoded><![CDATA[<p>how to configure gateway in sun solaris 10 operating system, i configure the ip address with help of &#8220;ifconfig&#8221; command. pls help me!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/comment-page-1/#comment-2300</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Mon, 31 Mar 2008 21:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/#comment-2300</guid>
		<description>What is a &#039;starup script&#039;?

Do you mean an empty text file, with the command,


route add net 10.10.10.0 netmask 255.255.255.0 192.168.1.1 1

for example, added in the first line?

How do you know, from the output of netstat -rn, what gateway to put in?   What netmask to use?


Why is the file called /etc/rc2.d/S76static-routes?  Does the S76 have significance?  Is it always S76 or does the number change based upon the situation?

Why is there a hyphen there in the name?  Other writeups have just S, a number, and the word &#039;staticroutes&#039;.   Does it matter?

How do you test a static route to make sure it worked?

I cannot find any of this information on the web.

Unfortunately I cannot reboot the box I am on, so I have no way of knowing if this &#039;permanent&#039; route will come back.</description>
		<content:encoded><![CDATA[<p>What is a &#8216;starup script&#8217;?</p>
<p>Do you mean an empty text file, with the command,</p>
<p>route add net 10.10.10.0 netmask 255.255.255.0 192.168.1.1 1</p>
<p>for example, added in the first line?</p>
<p>How do you know, from the output of netstat -rn, what gateway to put in?   What netmask to use?</p>
<p>Why is the file called /etc/rc2.d/S76static-routes?  Does the S76 have significance?  Is it always S76 or does the number change based upon the situation?</p>
<p>Why is there a hyphen there in the name?  Other writeups have just S, a number, and the word &#8216;staticroutes&#8217;.   Does it matter?</p>
<p>How do you test a static route to make sure it worked?</p>
<p>I cannot find any of this information on the web.</p>
<p>Unfortunately I cannot reboot the box I am on, so I have no way of knowing if this &#8216;permanent&#8217; route will come back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nigel dion</title>
		<link>http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/comment-page-1/#comment-2284</link>
		<dc:creator>nigel dion</dc:creator>
		<pubDate>Wed, 19 Mar 2008 12:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsyourip.com/networking/howto-add-a-static-route-persistent-in-sun-solaris/#comment-2284</guid>
		<description>if you have a destop with ip 172.19.6.50 to access using a port 7588 to a server with ip 10.1.3.56 on solaris operating system.{solaris 10)

how do go about opening the port.</description>
		<content:encoded><![CDATA[<p>if you have a destop with ip 172.19.6.50 to access using a port 7588 to a server with ip 10.1.3.56 on solaris operating system.{solaris 10)</p>
<p>how do go about opening the port.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

