<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tatva-Artha &#187; ubuntu</title>
	<atom:link href="http://www.tatvartha.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tatvartha.com</link>
	<description>meaning of &#34;it&#34;</description>
	<lastBuildDate>Sat, 22 Oct 2011 22:00:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cisco VPN client setup on ubuntu</title>
		<link>http://www.tatvartha.com/2009/07/cisco-vpn-client-setup-on-ubuntu/</link>
		<comments>http://www.tatvartha.com/2009/07/cisco-vpn-client-setup-on-ubuntu/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 05:39:12 +0000</pubDate>
		<dc:creator>Sharad</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.tatvartha.com/?p=192</guid>
		<description><![CDATA[There are a few gotchas when setting up cisco vpn client on ubuntu. For cisco vpn, you need 5 pieces of information from your server. Host, groupId, groupPassword, Username, password Usually these pieces of information is supplied by your company (or your vpn host) in the form of *.pcf file. This is a text file [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>There are a few gotchas when setting up cisco vpn client on ubuntu. For cisco vpn, you need 5 pieces of information from your server.</p>
<p>Host, groupId, groupPassword, Username, password</p>
<p>Usually these pieces of information is supplied by your company (or your vpn host) in the form of *.pcf file. This is a text file that you can open up and read. The passwords are usually stored in this file in encrypted format.</p>
<p>When setting up cisco vpn client on ubuntu, following steps are needed:</p>
<p> <span id="more-192"></span>
<p>Install the Cisco VPN client</p>
<p>$ sudo apt-get install vpnc</p>
<p>Install the Network Manager Tool for Cisco VPN:</p>
<p>$ sudo apt-get install network-manager-vpnc</p>
<p>With the above 2 setup you should be able to fire network-manager (nm-editor?) and configure VPN from the GUI. However, in my case this didn&#8217;t work (the VPN tab didn&#8217;t show as expected in the editor window). Also there is a <a href="https://bugs.launchpad.net/ubuntu/+source/network-manager-vpnc/+bug/283635">minor bug</a> with network-manager-vpnc where it cannot load the encrypted groupPassword from .pcf file. So, I had to resort to command line setup.</p>
<p>This entailed creating VPN config file /etc/vpnc/myConfig.conf</p>
<p><span style="COLOR: rgb(102,102,102)">IPSec gateway &lt;vpnHost&gt;</span> <br style="COLOR: rgb(102,102,102)"/> <span style="COLOR: rgb(102,102,102)">IPSec ID &lt;groupId&gt;</span> <br style="COLOR: rgb(102,102,102)"/> <span style="COLOR: rgb(102,102,102)">IPSec secret &lt;groupPassword&gt;</span> <br style="COLOR: rgb(102,102,102)"/> <span style="COLOR: rgb(102,102,102)">#IKE Authmode hybrid</span> <br style="COLOR: rgb(102,102,102)"/> <span style="COLOR: rgb(102,102,102)">Xauth username &lt;username&gt;</span> <br style="COLOR: rgb(102,102,102)"/> <span style="COLOR: rgb(102,102,102)">Xauth password &lt;password&gt;</span></p>
<p><span style="COLOR: rgb(102,102,102)"><span style="COLOR: #000000">The gotcha here is you need to privide clear text passwords for groupPassword and &lt;password&gt;. If you are only given .pcf file from your provider, you have encrypted groupPassword. This groupPassword is not highly secure and can be decoded as explained <a href="http://www.unix-ag.uni-kl.de/~massar/bin/cisco-decode">here</a>.</span></span></p>
<p><span style="COLOR: rgb(102,102,102)"><span style="COLOR: #000000">Once this file is set, execute the following command _as root_.</span></span></p>
<p><span style="COLOR: rgb(102,102,102)"><span style="COLOR: #000000">$ vpnc myConfig</span></span></p>
<p><span style="COLOR: rgb(102,102,102)"><span style="COLOR: #000000">This should get you connected to your provider successfully.</span></span></p>
<p><span style="COLOR: rgb(102,102,102)"><span style="COLOR: #000000">To disconnect,</span></span></p>
<p><span style="COLOR: rgb(102,102,102)"><span style="COLOR: #000000">$ vpnc-disconnect</span></span></p>
<p><span style="COLOR: rgb(102,102,102)"><span style="COLOR: #000000">Enjoy.</span></span></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tatvartha.com/2009/07/cisco-vpn-client-setup-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detecting Ubuntu Version</title>
		<link>http://www.tatvartha.com/2009/07/detecting-ubuntu-version/</link>
		<comments>http://www.tatvartha.com/2009/07/detecting-ubuntu-version/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 01:26:36 +0000</pubDate>
		<dc:creator>Sharad</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tatvartha.com/?p=190</guid>
		<description><![CDATA[The command is: lsb_release -a In order for this to work, you may need to install following package: sudo apt-get install lsb-core For any generic unix system, following commands can be used for other information such as machine, hardware, architecture, OS. cat /proc/cpuinfo cat /proc/version uname -a #uname &#8211;help for more options Enjoy! No related [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>The command is:</p>
<p>lsb_release -a</p>
<p>In order for this to work, you may need to install following package:</p>
<p>sudo apt-get install lsb-core</p>
<p>For any generic unix system, following commands can be used for other information such as machine, hardware, architecture, OS.</p>
<p>cat /proc/cpuinfo</p>
<p>cat /proc/version</p>
<p>uname -a #uname &#8211;help for more options</p>
<p>Enjoy!</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tatvartha.com/2009/07/detecting-ubuntu-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting a Ruby on Rails app running on a fresh Ubuntu server</title>
		<link>http://www.tatvartha.com/2009/05/getting-a-ruby-on-rails-app-running-on-a-fresh-ubuntu-server/</link>
		<comments>http://www.tatvartha.com/2009/05/getting-a-ruby-on-rails-app-running-on-a-fresh-ubuntu-server/#comments</comments>
		<pubDate>Tue, 19 May 2009 15:50:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.tatvartha.com/?p=142</guid>
		<description><![CDATA[Shamelessley copy/pasted this from Centostrano README&#8230; thought this would be a good reference next time I setup a slicehost slice. export HOSTS=&#60;target.host.name&#62; # Install Rails stack cap deprec:rails:install_rails_stack # Install mysql (if it's running on the same box) cap deprec:mysql:install cap deprec:mysql:config_gen cap deprec:mysql:config # Install your Rails app cap deploy:setup cap deploy cap deprec:db:create [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Shamelessley copy/pasted this from <a href="http://github.com/sauliusgrigaitis/centostrano/tree/master">Centostrano</a> README&#8230; thought this would be a good reference next time I setup a <a href="http://www.slicehost.com/">slicehost</a> slice.</p>
<pre>
  export HOSTS=&lt;target.host.name&gt;

  # Install Rails stack
  cap deprec:rails:install_rails_stack

  # Install mysql (if it's running on the same box)
  cap deprec:mysql:install
  cap deprec:mysql:config_gen
  cap deprec:mysql:config

  # Install your Rails app
  cap deploy:setup
  cap deploy
  cap deprec:db:create
  cap deprec:db:migrate
  cap deprec:nginx:restart
  cap deprec:mongrel:restart
</pre>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tatvartha.com/2009/05/getting-a-ruby-on-rails-app-running-on-a-fresh-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

