<?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: Change the default route in Solaris</title>
	<atom:link href="http://www.tech-recipes.com/rx/1/change_the_default_route_in_solaris/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/1/change_the_default_route_in_solaris/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sun, 22 Nov 2009 03:12:08 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: DT</title>
		<link>http://www.tech-recipes.com/rx/1/change_the_default_route_in_solaris/comment-page-1/#comment-12107</link>
		<dc:creator>DT</dc:creator>
		<pubDate>Thu, 04 Jun 2009 10:33:39 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-12107</guid>
		<description>If you want to make the route persistent, use this:&lt;br&gt;route -p add default 192.168.1.1</description>
		<content:encoded><![CDATA[<p>If you want to make the route persistent, use this:<br />route -p add default 192.168.1.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rusman</title>
		<link>http://www.tech-recipes.com/rx/1/change_the_default_route_in_solaris/comment-page-1/#comment-11818</link>
		<dc:creator>Rusman</dc:creator>
		<pubDate>Tue, 26 May 2009 18:52:42 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-11818</guid>
		<description>Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Bell</title>
		<link>http://www.tech-recipes.com/rx/1/change_the_default_route_in_solaris/comment-page-1/#comment-6368</link>
		<dc:creator>Mike Bell</dc:creator>
		<pubDate>Sun, 21 Dec 2008 06:30:15 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-6368</guid>
		<description>Thanks Adrien, your help is appreciated</description>
		<content:encoded><![CDATA[<p>Thanks Adrien, your help is appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrien HEBRARD</title>
		<link>http://www.tech-recipes.com/rx/1/change_the_default_route_in_solaris/comment-page-1/#comment-5529</link>
		<dc:creator>Adrien HEBRARD</dc:creator>
		<pubDate>Wed, 26 Nov 2008 11:29:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-5529</guid>
		<description>Faster on Solaris 10:&lt;br&gt;&lt;br&gt;route change default 192.168.1.1&lt;br&gt;&lt;br&gt;This should be run for permanent modification:&lt;br&gt;&lt;br&gt;route -p change default 192.168.1.1</description>
		<content:encoded><![CDATA[<p>Faster on Solaris 10:</p>
<p>route change default 192.168.1.1</p>
<p>This should be run for permanent modification:</p>
<p>route -p change default 192.168.1.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tanvirscsa</title>
		<link>http://www.tech-recipes.com/rx/1/change_the_default_route_in_solaris/comment-page-1/#comment-5438</link>
		<dc:creator>tanvirscsa</dc:creator>
		<pubDate>Sun, 23 Nov 2008 21:39:36 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-5438</guid>
		<description>Can I add more then one default router in solaris</description>
		<content:encoded><![CDATA[<p>Can I add more then one default router in solaris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koen</title>
		<link>http://www.tech-recipes.com/rx/1/change_the_default_route_in_solaris/comment-page-1/#comment-3733</link>
		<dc:creator>koen</dc:creator>
		<pubDate>Wed, 01 Oct 2008 07:38:10 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-3733</guid>
		<description>You might want to try this, after updating /etc/defaultrouter:
 route change default `cat /etc/defaultrouter `

A lot less wordy and no need to write a script in order to ensure your connectivity.

Koen</description>
		<content:encoded><![CDATA[<p>You might want to try this, after updating /etc/defaultrouter:<br />
 route change default `cat /etc/defaultrouter `</p>
<p>A lot less wordy and no need to write a script in order to ensure your connectivity.</p>
<p>Koen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: </title>
		<link>http://www.tech-recipes.com/rx/1/change_the_default_route_in_solaris/comment-page-1/#comment-8</link>
		<dc:creator></dc:creator>
		<pubDate>Thu, 23 Oct 2003 06:13:41 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-8</guid>
		<description>If you are on a remote network from this sun box, this command series will not work reliably, since you will have just deleted the route telling solaris how to get back to you.  Of couse, if you&#039;re on the console this doesn&#039;t matter.

If you must do this without a reboot, wrap the 2 commands above into a one-off script, and execute it that way.</description>
		<content:encoded><![CDATA[<p>If you are on a remote network from this sun box, this command series will not work reliably, since you will have just deleted the route telling solaris how to get back to you.  Of couse, if you&#8217;re on the console this doesn&#8217;t matter.</p>
<p>If you must do this without a reboot, wrap the 2 commands above into a one-off script, and execute it that way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
