<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Persistent IP Routes in Mac OS X Tiger</title>
	<link>http://www.webboise.com/persistent-ip-routes-in-mac-os-x-tiger/</link>
	<description>Chris Hillman's random rants on IT stuff &#038; life</description>
	<pubDate>Tue,  7 Feb 2012 03:59:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Joe</title>
		<link>http://www.webboise.com/persistent-ip-routes-in-mac-os-x-tiger/#comment-24995</link>
		<pubDate>Sun, 11 Apr 2010 02:28:33 +0000</pubDate>
		<guid>http://www.webboise.com/persistent-ip-routes-in-mac-os-x-tiger/#comment-24995</guid>
					<description>Thank you so much for this info.  Worked great.</description>
		<content:encoded><![CDATA[<p>Thank you so much for this info.  Worked great.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Bolo</title>
		<link>http://www.webboise.com/persistent-ip-routes-in-mac-os-x-tiger/#comment-392</link>
		<pubDate>Wed, 20 Dec 2006 15:40:03 +0000</pubDate>
		<guid>http://www.webboise.com/persistent-ip-routes-in-mac-os-x-tiger/#comment-392</guid>
					<description>Hello

It's working for me BUT  But i reboot my laptop Pesistent Routes is not launch :(
I must launch the hack manully
sudo SystemStarter start PersistentRoutes”

When  i did SystemStarter -dn I can see this error

SystemStarter[277]: Failed requirement/uses: Disks
SystemStarter[277]: Checking Persistent Routes for VPN Tunnels
SystemStarter[277]: No antecedents
SystemStarter[277]: Soft dependancies: {type = fixed-mutable, count = 0, capacity = 2, values = (</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>It&#8217;s working for me BUT  But i reboot my laptop Pesistent Routes is not launch <img src='http://www.webboise.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
I must launch the hack manully<br />
sudo SystemStarter start PersistentRoutes”</p>
<p>When  i did SystemStarter -dn I can see this error</p>
<p>SystemStarter[277]: Failed requirement/uses: Disks<br />
SystemStarter[277]: Checking Persistent Routes for VPN Tunnels<br />
SystemStarter[277]: No antecedents<br />
SystemStarter[277]: Soft dependancies: {type = fixed-mutable, count = 0, capacity = 2, values = (
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ravindra</title>
		<link>http://www.webboise.com/persistent-ip-routes-in-mac-os-x-tiger/#comment-308</link>
		<pubDate>Tue, 12 Dec 2006 07:42:31 +0000</pubDate>
		<guid>http://www.webboise.com/persistent-ip-routes-in-mac-os-x-tiger/#comment-308</guid>
					<description>Hello,

I am using Mac OS X 10.3.9 Will the above procedure works on my machine?
My 'StartupParameters.plist' file is different and it looks like 

{
Description = "persistent routes";
Provides = "PersistentRoutes";
OrderPreference = "None";
}

Any modifications..

Regards,
Ravindranadh</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am using Mac OS X 10.3.9 Will the above procedure works on my machine?<br />
My &#8216;StartupParameters.plist&#8217; file is different and it looks like </p>
<p>{<br />
Description = &#8220;persistent routes&#8221;;<br />
Provides = &#8220;PersistentRoutes&#8221;;<br />
OrderPreference = &#8220;None&#8221;;<br />
}</p>
<p>Any modifications..</p>
<p>Regards,<br />
Ravindranadh
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Leo</title>
		<link>http://www.webboise.com/persistent-ip-routes-in-mac-os-x-tiger/#comment-305</link>
		<pubDate>Wed, 06 Dec 2006 20:35:22 +0000</pubDate>
		<guid>http://www.webboise.com/persistent-ip-routes-in-mac-os-x-tiger/#comment-305</guid>
					<description>Great Job!!! Thanks for the Help</description>
		<content:encoded><![CDATA[<p>Great Job!!! Thanks for the Help
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Andy</title>
		<link>http://www.webboise.com/persistent-ip-routes-in-mac-os-x-tiger/#comment-223</link>
		<pubDate>Tue, 31 Oct 2006 13:33:44 +0000</pubDate>
		<guid>http://www.webboise.com/persistent-ip-routes-in-mac-os-x-tiger/#comment-223</guid>
					<description>Thanks very much, that's sorted it out.

Andy</description>
		<content:encoded><![CDATA[<p>Thanks very much, that&#8217;s sorted it out.</p>
<p>Andy
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Chris</title>
		<link>http://www.webboise.com/persistent-ip-routes-in-mac-os-x-tiger/#comment-222</link>
		<pubDate>Tue, 31 Oct 2006 05:29:41 +0000</pubDate>
		<guid>http://www.webboise.com/persistent-ip-routes-in-mac-os-x-tiger/#comment-222</guid>
					<description>Hmm... if you haven't already added the routes using /sbin/route then try running "sudo SystemStarter start PersistentRoutes" from the terminal.  This should add the routes from your /Library/StartupItems/PersistentRoutes/PersistentRoutes file.

I've got this running on Mac OS 10.4.8 server and it's working well.  If you add a new route to the /Library/StartupItems/PersistentRoutes/PersistentRoutes file it is not added until you run the SystemStarter command above, or add it manually in the terminal using "/sbin/route add &lt;i&gt;network gateway&lt;/i&gt;" (substituting the italicized parts with the actual values).

Hope this is helpful.  You can find example files &lt;a href="/PersistentRoutes.zip" rel="nofollow"&gt;here&lt;/a&gt; to unpack in your /Library/StartupItems directory to use as a start.

-Chris</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; if you haven&#8217;t already added the routes using /sbin/route then try running &#8220;sudo SystemStarter start PersistentRoutes&#8221; from the terminal.  This should add the routes from your /Library/StartupItems/PersistentRoutes/PersistentRoutes file.</p>
<p>I&#8217;ve got this running on Mac OS 10.4.8 server and it&#8217;s working well.  If you add a new route to the /Library/StartupItems/PersistentRoutes/PersistentRoutes file it is not added until you run the SystemStarter command above, or add it manually in the terminal using &#8220;/sbin/route add <i>network gateway</i>&#8221; (substituting the italicized parts with the actual values).</p>
<p>Hope this is helpful.  You can find example files <a href="/PersistentRoutes.zip" rel="nofollow">here</a> to unpack in your /Library/StartupItems directory to use as a start.</p>
<p>-Chris
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Andy</title>
		<link>http://www.webboise.com/persistent-ip-routes-in-mac-os-x-tiger/#comment-221</link>
		<pubDate>Mon, 30 Oct 2006 21:38:07 +0000</pubDate>
		<guid>http://www.webboise.com/persistent-ip-routes-in-mac-os-x-tiger/#comment-221</guid>
					<description>Hi

I just followed these instructions but didnt have any success.  The routes I added in the script do not show up in netstar -r.

Help!

Andy</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I just followed these instructions but didnt have any success.  The routes I added in the script do not show up in netstar -r.</p>
<p>Help!</p>
<p>Andy
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

