<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: VPN in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/vpn/m-p/4053601#M83083</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;It would be helpful to know your Linux distribution, what client you are using and what configuration steps you have taken thus far.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Sun, 12 Aug 2007 07:31:53 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-08-12T07:31:53Z</dc:date>
    <item>
      <title>VPN</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vpn/m-p/4053600#M83082</link>
      <description>Dear All&lt;BR /&gt;&lt;BR /&gt;I have VPN error wih TCP configuragtion , &lt;BR /&gt;&lt;BR /&gt;Initializing the VPN connection.&lt;BR /&gt;Initiating TCP to 212.35.66.36, port 5020&lt;BR /&gt;Secure VPN Connection terminated locally by the Client&lt;BR /&gt;Reason: Failed to establish a TCP connection.&lt;BR /&gt;There are no new notification messages at this time.”&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;any ideas please</description>
      <pubDate>Sun, 12 Aug 2007 05:34:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vpn/m-p/4053600#M83082</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2007-08-12T05:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: VPN</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vpn/m-p/4053601#M83083</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;It would be helpful to know your Linux distribution, what client you are using and what configuration steps you have taken thus far.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 12 Aug 2007 07:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vpn/m-p/4053601#M83083</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-08-12T07:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: VPN</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vpn/m-p/4053602#M83084</link>
      <description>it is RHEL4 , VPN cisco 4.6 ,</description>
      <pubDate>Sun, 12 Aug 2007 07:38:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vpn/m-p/4053602#M83084</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2007-08-12T07:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: VPN</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vpn/m-p/4053603#M83085</link>
      <description>Looks like the port requirement at the client side itself is not working as desired.&lt;BR /&gt;&lt;BR /&gt;is there a specific port requierment at client side?check with "netstat -ntlp"&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Aug 2007 15:35:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vpn/m-p/4053603#M83085</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-08-12T15:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: VPN</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vpn/m-p/4053604#M83086</link>
      <description>I agree, more information about the VPN client you are using would be helpful.&lt;BR /&gt;&lt;BR /&gt;Here are some things to think about:&lt;BR /&gt;&lt;BR /&gt;-Some home bases routers (linksys,netgear, etc) or firewalls need to be need to be configured to route IPSEC correctly (assuming thats the protocol your VPN is using)&lt;BR /&gt;&lt;BR /&gt;-If you have a Firewall on the Linux workstation, I would also check that as well.&lt;BR /&gt;&lt;BR /&gt;-Check your logs (/var/log/messages, etc)&lt;BR /&gt;&lt;BR /&gt;Let us know a little more about your setup so that we maybe able to assist more.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mark&lt;BR /&gt;&lt;A href="http://www.mytruetech.com" target="_blank"&gt;www.mytruetech.com&lt;/A&gt;</description>
      <pubDate>Mon, 13 Aug 2007 05:13:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vpn/m-p/4053604#M83086</guid>
      <dc:creator>markmcjr</dc:creator>
      <dc:date>2007-08-13T05:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: VPN</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vpn/m-p/4053605#M83087</link>
      <description>First, has the cisco_ipsec kernel module been installed properly? &lt;BR /&gt;Run "lsmod |grep cisco_ipsec" to see. If it displays nothing at all, the module is not installed.&lt;BR /&gt;&lt;BR /&gt;Note that you'll need to recompile the cisco_ipsec module each time you install a kernel update. To recompile the module, you must have the "kernel-devel" package that matches your kernel version and flavor installed on your system. (I.e. if you use smp or hugemem kernel, you must use the appropriate version of "kernel-smp-devel" or "kernel-hugemem-devel" package instead.)&lt;BR /&gt;&lt;BR /&gt;There is a free alternative for Cisco VPN client:&lt;BR /&gt;&lt;A href="http://www.unix-ag.uni-kl.de/~massar/vpnc/" target="_blank"&gt;http://www.unix-ag.uni-kl.de/~massar/vpnc/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It does not require any kernel modules like the Cisco product does. However, it does not have all the features the Cisco product has.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 13 Aug 2007 07:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vpn/m-p/4053605#M83087</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-08-13T07:58:43Z</dc:date>
    </item>
  </channel>
</rss>

