Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2007 10:34 PM
08-11-2007 10:34 PM
VPN
I have VPN error wih TCP configuragtion ,
Initializing the VPN connection.
Initiating TCP to 212.35.66.36, port 5020
Secure VPN Connection terminated locally by the Client
Reason: Failed to establish a TCP connection.
There are no new notification messages at this time.”
any ideas please
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2007 12:31 AM
08-12-2007 12:31 AM
Re: VPN
It would be helpful to know your Linux distribution, what client you are using and what configuration steps you have taken thus far.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2007 12:38 AM
08-12-2007 12:38 AM
Re: VPN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2007 08:35 AM
08-12-2007 08:35 AM
Re: VPN
is there a specific port requierment at client side?check with "netstat -ntlp"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2007 10:13 PM
08-12-2007 10:13 PM
Re: VPN
Here are some things to think about:
-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)
-If you have a Firewall on the Linux workstation, I would also check that as well.
-Check your logs (/var/log/messages, etc)
Let us know a little more about your setup so that we maybe able to assist more.
Regards
Mark
www.mytruetech.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2007 12:58 AM
08-13-2007 12:58 AM
Re: VPN
Run "lsmod |grep cisco_ipsec" to see. If it displays nothing at all, the module is not installed.
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.)
There is a free alternative for Cisco VPN client:
http://www.unix-ag.uni-kl.de/~massar/vpnc/
It does not require any kernel modules like the Cisco product does. However, it does not have all the features the Cisco product has.
MK