<?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>zyrax &#187; mmu</title>
	<atom:link href="http://blog.zyrax.net/archives/tag/mmu/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.zyrax.net</link>
	<description></description>
	<lastBuildDate>Thu, 08 Jul 2010 09:05:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MMU VPN With VPNC</title>
		<link>http://blog.zyrax.net/archives/19</link>
		<comments>http://blog.zyrax.net/archives/19#comments</comments>
		<pubDate>Mon, 19 Jan 2009 02:29:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[mmu]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.zyrax.net/?p=19</guid>
		<description><![CDATA[Install VPNC host:# apt-get install vpnc Configure VPNC host:$ su host:$ vpnc Enter IPSec gateway address: vpn.mmu.edu.my Enter IPSec ID for vpn.mmu.edu.my: mmuvpn Enter IPSec secret for mmuvpn@vpn.mmu.edu.my:63100 Enter username for vpn.mmu.edu.my: v511xxxx@studmlk Enter password for v511xxxx@studmlk@vpn.mmu.edu.my:[your MMU Unix password] VPNC started in background (pid: 14755)… OR host:$ su host:$ cd /etc/vpnc/ host:$ ‘wget’ http://blog.zyrax.net/wp-content/uploads/mmuvpn.conf [...]]]></description>
			<content:encoded><![CDATA[<div class="post">
<p><span style="font-size: 180%;"><strong>Install VPNC</strong></span><br />
<span style="font-weight: bold;">host:# <span style="color: #ff0000;">apt-get install vpnc</span></span></p>
<p><span style="font-size: 180%;"><strong>Configure VPNC </strong></span></p>
<blockquote><p><span style="font-weight: bold;">host:$ <span style="color: #ff0000;">su<br />
</span></span><span style="font-weight: bold;">host:$ <span style="color: #ff0000;">vpnc</span></span><br />
<span style="font-weight: bold;">Enter IPSec gateway address: <span style="color: #ff0000;">vpn.mmu.edu.my</span><br />
Enter IPSec ID for vpn.mmu.edu.my: <span style="color: #ff0000;">mmuvpn</span><br />
Enter IPSec secret for mmuvpn@vpn.mmu.edu.my:<span style="color: #ff0000;">63100</span><br />
Enter username for vpn.mmu.edu.my: <span style="color: #ff0000;">v511xxxx@studmlk</span><br />
Enter password for v511xxxx@studmlk@vpn.mmu.edu.my:</span><span style="font-weight: bold;"><span style="color: #ff0000;">[your MMU Unix password]</span></span><span style="font-weight: bold;"><br />
VPNC started in background (pid: 14755)…<br />
</span></p></blockquote>
<p><strong>OR</strong></p>
<blockquote><p><span style="font-weight: bold;">host:$ <span style="color: #ff0000;">su<br />
</span></span><span style="font-weight: bold;">host:$ <span style="color: #ff0000;">cd /etc/vpnc/<br />
</span></span><span style="font-weight: bold;">host:$ <span style="color: #ff0000;">‘wget’ http://blog.zyrax.net/wp-content/uploads/mmuvpn.conf</span></span><br />
<span style="font-weight: bold;">host:$ <span style="color: #ff0000;">vpnc mmuvpn.conf</span></span><span style="font-weight: bold;"><br />
Enter username for vpn.mmu.edu.my: <span style="color: #ff0000;">v511xxxx@studmlk</span><br />
Enter password for v511xxxx@studmlk@vpn.mmu.edu.my:</span><span style="font-weight: bold;"><span style="color: #ff0000;">[your MMU Unix password]</span></span><span style="font-weight: bold;"><br />
VPNC started in background (pid: 14755)…<br />
</span></p></blockquote>
<p><strong> What is my Unix ID and Password?</strong><br />
<a href="../archives/32">Read Here</a></p>
<p><strong>Where you get the IPSec Secret?</strong><br />
IPSec Secret is the same for everyone who is following this tutorial.<br />
It’s just for reference.I <a href="http://www.unix-ag.uni-kl.de/%7Emassar/bin/cisco-decode">used this</a>.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.zyrax.net/archives/19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect/Disconnect to MMU VPN on Linux with Cisco VPN Client</title>
		<link>http://blog.zyrax.net/archives/17</link>
		<comments>http://blog.zyrax.net/archives/17#comments</comments>
		<pubDate>Mon, 19 Jan 2009 02:29:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[mmu]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.zyrax.net/?p=17</guid>
		<description><![CDATA[To Install 1. become root host:$ su Password: 2. Get Cisco VPN client for Linux here (Required ICEMS Login) 3. Unpack the downloaded .tar.gz: host:/usr/local/src# tar -xvzf vpnclient-linux.tar.gz host:/usr/local/src# cd vpnclient host:/usr/local/src/vpnclient# 4. Run the installer script host:/usr/local/src/vpnclient# ./vpn_install Cisco Systems VPN Client Version 4.8.00 (0490) Linux Installer Copyright (C) 1998-2005 Cisco Systems, Inc. All [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 180%;"><span style="font-weight: bold;">To Install</span></span></p>
<div class="post">
<p>1. become root</p>
<blockquote><p><span style="font-weight: bold;">host:$ <span style="color: #ff0000;">su</span></span><br />
Password:</p></blockquote>
<p>2. Get Cisco VPN client for Linux <a href="http://access.sso.mmu.edu.my/clients.php">here (Required ICEMS Login)</a></p>
<p>3. Unpack the downloaded .tar.gz:</p>
<blockquote style="font-weight: bold;"><p>host:/usr/local/src# <span style="color: #ff0000;">tar -xvzf vpnclient-linux.tar.gz</span><br />
host:/usr/local/src# <span style="color: #ff0000;">cd vpnclient</span><br />
host:/usr/local/src/vpnclient#</p></blockquote>
<p>4. Run the installer script</p>
<blockquote><p><span style="font-weight: bold;">host:/usr/local/src/vpnclient# <span style="color: #ff0000;">./vpn_install</span></span><br />
Cisco Systems VPN Client Version 4.8.00 (0490) Linux Installer<br />
Copyright (C) 1998-2005 Cisco Systems, Inc. All Rights Reserved.By installing this product you agree that you have read the<br />
license.txt file (The VPN Client license) and will comply with<br />
its terms.</p>
<p>Directory where binaries will be installed [/usr/local/bin]</p>
<p>Automatically start the VPN service at boot time [yes]</p>
<p>In order to build the VPN kernel module, you must have the<br />
kernel headers for the version of the kernel you are running.</p>
<p>Directory containing linux kernel source code [/lib/modules/2.6.15-26-686/build]</p>
<p>* Binaries will be installed in “/usr/local/bin”.<br />
* Modules will be installed in “/lib/modules/2.6.15-26-686/CiscoVPN”.<br />
* The VPN service will be started AUTOMATICALLY at boot time.<br />
* Kernel source from “/lib/modules/2.6.15-26-686/build” will be used to build the module.</p>
<p>Is the above correct [y]</p>
<p>&lt;… … …&gt;</p>
<p>Setting permissions.<br />
/opt/cisco-vpnclient/bin/cvpnd (setuid root)<br />
/opt/cisco-vpnclient (group bin readable)<br />
/etc/opt/cisco-vpnclient (permissions not changed)<br />
* You may wish to change these permissions to restrict access to root.<br />
* You must run “/etc/init.d/vpnclient_init start” before using the client.<br />
* This script will be run AUTOMATICALLY every time you reboot your computer.</p></blockquote>
<p>5. <span style="font-weight: bold;">Depends on Linux Distribution</span> Check/create appropriate startup script links. This depends on Linux distribution. For Debian/Ubuntu:</p>
<blockquote style="font-weight: bold;"><p>host:# <span style="color: #ff0000;">ls -s /etc/init.d/vpnclient_init /etc/rc2.d/S85vpnclient_init</span></p></blockquote>
<p>if you get this error</p>
<blockquote><p>ls: /etc/rc2.d/S85vpnclient_init: No such file or directory<br />
4 /etc/init.d/vpnclient_init</p></blockquote>
<p>This depends on Linux distribution. For Debian/Ubuntu:</p>
<blockquote style="font-weight: bold;"><p>host:# <span style="color: #ff0000;">cp /etc/init.d/vpnclient_init /etc/rc2.d/S85vpnclient_init</span></p></blockquote>
<p>*note: It is important to understand that running the vpnclient_init script does not create VPN yet. The script only checks whether the system is configured properly and loads the necessary kernel module.</p>
<p>6.Configuration</p>
<blockquote><p><span style="font-weight: bold;">[code][b]host:# <span style="color: #ff0000;">cd /etc/CiscoSystemsVPNClient/Profiles/</span></span><br />
<span style="font-weight: bold;">host: /etc/CiscoSystemsVPNClient/Profiles# <span style="color: #ff0000;">‘wget’ www.linuxsig.net/files/mmuvpn.pcf</span></span></p></blockquote>
<p>7. First time connect,else jump to #8</p>
<blockquote style="font-weight: bold;"><p>host:# <span style="color: #ff0000;">/etc/init.d/vpnclient_init start</span></p></blockquote>
<p>8. Change the permission so that nornal user can connect</p>
<blockquote style="font-weight: bold;"><p>host:# <span style="color: #ff0000;">chmod 4111 /opt/cisco-vpnclient/bin/cvpnd</span></p></blockquote>
<p>9. Connect to MMU VPN (normal user will do)</p>
<blockquote style="font-weight: bold;"><p>host:$ <span style="color: #ff0000;">vpnclient connect mmuvpn</span></p></blockquote>
<p>FAQ: What is my username?<br />
<a href="../archives/32">Read Here </a></p>
<p>10.The VPN between your host and the MMU VPN server was created.<br />
To bring the session to the background</p>
<blockquote><p><span style="font-weight: bold;">**Press Ctrl+Z**</span><br />
[1]+  Stopped                 vpnclient connect sample<br />
<span style="font-weight: bold;">host:~$ <span style="color: #ff0000;">bg</span></span><br />
[1]+ vpnclient connect mmuvpn &amp;</p></blockquote>
<p>11.To disconnect</p>
<blockquote><p><span style="font-weight: bold;">host:~$ <span style="color: #ff0000;">vpnclient disconnect</span></span><br />
Cisco Systems VPN Client Version 4.8.00 (0490)<br />
Copyright (C) 1998-2005 Cisco Systems, Inc. All Rights Reserved.<br />
Client Type(s): Linux<br />
Running on: Linux 2.6.15-26-686 #1 SMP PREEMPT Thu Aug 3 03:13:28 UTC 2006 i686<br />
Config file directory: /etc/opt/cisco-vpnclientDisconnecting the VPN connection.<br />
Your VPN connection has been terminated.</p></blockquote>
<p>FAQ: I get the following error</p>
<blockquote><p><span style="font-weight: bold;">host: $ <span style="color: #ff0000;">vpnclient connect mmuvpn</span></span><br />
Cisco Systems VPN Client Version 4.8.00 (0490)<br />
Copyright (C) 1998-2005 Cisco Systems, Inc. All Rights Reserved.<br />
Client Type(s): Linux<br />
Running on: Linux 2.6.17-10-generic #2 SMP Tue Dec 5 22:28:26 UTC 2006 i686<br />
Config file directory: /etc/opt/cisco-vpnclientCould not attach to driver. Is kernel module loaded?<br />
The application was unable to communicate with the VPN sub-system.</p></blockquote>
<p>Your Operating System startup did not run the following code.You could run</p>
<blockquote style="font-weight: bold;"><p>host: # <span style="color: #ff0000;">/etc/init.d/vpnclient_init start</span></p></blockquote>
<p>or check Instruction #5</p>
<p><span style="font-size: 180%;"><span style="font-weight: bold;">To Uninstall</span></span><br />
Use the vpn_uninstall script that comes with the client.Depends on where u extract it.</p>
<p>If you follow the above instruction,you can use the below code.</p>
<blockquote style="font-weight: bold;"><p>host:# <span style="color: #ff0000;">/usr/local/src/vpnclient/vpn_uninstall</span></p></blockquote>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.zyrax.net/archives/17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
