Sponsored Content
Special Forums IP Networking Cisco VPN server and client - connection drop Post 302579921 by rcbandit on Wednesday 7th of December 2011 03:55:35 AM
Old 12-07-2011
Cisco VPN server and client - connection drop

I have a Cisco 1841 router configured as Easy VPN Server. Here is the configuration of the router:
[C] Cisco# Cisco#show running-config Building configuration... Current configura - Pastebin.com
I have a Centos 5.7 server with installed Cisco VPN client for Linux. The client successfully connects to the VPN server but after 15 minutes the connection is droped.
Here is the configuration file of the Cisco VPN client:
[C] [main] Description= Host=123.123.123.123 AuthType=1 GroupName=server_6 Grou - Pastebin.com
The client allways disconnects after ~ 15:25 minutes.
I'm sure that I made a mistake into the configuration. I need to configure the client to keep the VPN connection infinite. Can you help me to fix the problem.
Best wishes Peter
Here is the output of the command sh crypto ipsec: [C] Cisco#sh crypto ipsec sa interface: FastEthernet0/0 Crypto map tag: SDM - Pastebin.com
Here is the output of the debug command into the router: [C] *Dec 6 15:37:20.571: ISAKMPSmilie1003):atts are acceptable. *Dec 6 15:37:20.571: - Pastebin.com
Here is the log file of the Linux VPN client [C] Cisco Systems VPN Client Version 4.8.01 (0640) Copyright (C) 1998-2007 Cisco Sy - Pastebin.com
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

VPN client (windows Box),and Server (Unix Box)

If I want to access unix box via VPN tunnel,from windows box. What sould I configure on the windows client PC, and what should I enable on the Unix Server box ? I am using Solaris V10 intel platform, and I am using windows XP, and 2003 for client (0 Replies)
Discussion started by: zillah
0 Replies

2. IP Networking

Cisco vpn client

Who in the 64 ubuntu adopted cisco vpn client on the wireless network I downloaded the cisco vpn client for linux but run vpn_install make file when an error in cisco with the help of the document read in half a day, nor do I know this vpn client in the 64 systems in use. Who can help me, a... (1 Reply)
Discussion started by: Eason
1 Replies

3. Shell Programming and Scripting

continue after connecting to cisco vpn

Hi all, This will save me a tremendous amount of time if i can get this script working. I have alot of sites i need to connect to using cisco vpn and then ssh onto servers to retrieve some info. Its all repetitative and it needs scripted. what i have done so far is put this into a script. ... (0 Replies)
Discussion started by: borderblaster
0 Replies

4. UNIX for Advanced & Expert Users

Server Programming to keep on looking for client connection

Hi I wrote a server Program in C, Here it is, this is a just socket creation alone, bool myclass::CreateSocket() { struct sockaddr_in sockaddr_in; sockaddr_in.sin_family = AF_INET; sockaddr_in.sin_port = 1100; sockaddr_in.sin_addr.s_addr = INADDR_ANY; ... (4 Replies)
Discussion started by: vij_krr
4 Replies

5. Solaris

Cisco IOS VPN server IKE

How do I tell if Cisco IOS VPN server IKE is running on my solaris 10 system (1 Reply)
Discussion started by: pgsanders
1 Replies

6. Red Hat

cisco anyconnect VPN client installation??

Anyone had installed Cisco AnyConnect VPN client on RedHat5.3 EL or CentOS 5.3? I tried on CentOS 5.3 but always getting host unreachable error. Same for windows xp works fine. The error log reports: Sep 1 19:14:03 localhost vpnagent: Function: tableCallbackHandler File: RouteMgr.cpp Line:... (3 Replies)
Discussion started by: zing_foru
3 Replies

7. UNIX for Dummies Questions & Answers

Problem when I try to Install a Client VPN Cisco

Hi Gurus of UNIX, I have a problem when I try to install a software VPN Cisco in Laptop (HP530). I do the following procedures: Part 2 - VPN Client Compilation We will now set up the vpn client. As there is no official Cisco VPN Client for OpenSolaris X86 available, we will use vpnc.... (1 Reply)
Discussion started by: andresguillen
1 Replies

8. IP Networking

Cisco VPN pcf and OpenVPN

I was given my pcf file to login to work from home and wanted to use OpenVPN instead of the Cisco VPN client software. Can I use this pcf file with OpenVPN? I attempted to use vpnc: http://wiki.centos.org/HowTos/vpnc but it just times out ?? (2 Replies)
Discussion started by: metallica1973
2 Replies

9. IP Networking

VPN Server & Client

First of all, hello. I have a problem installing a vpn server and client. My server is a computer running windows 7, and windows, running a virtual machine running debian. In the debian system, I've the vpn server installed (SoftEther VPN Server) The problems come when I try to connect to... (1 Reply)
Discussion started by: Blues23
1 Replies
Info::CiscoConfig(3pm)					User Contributed Perl Documentation				    Info::CiscoConfig(3pm)

NAME
SNMP::Info::CiscoConfig - SNMP Interface to Cisco Configuration Files AUTHOR
Justin Hunter, Eric Miller SYNOPSIS
my $ciscoconfig = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myswitch', Community => 'public', Version => 2 ) or die "Can't connect to DestHost. "; my $class = $ciscoconfig->class(); print " Using device sub class : $class "; DESCRIPTION
SNMP::Info::CiscoConfig is a subclass of SNMP::Info that provides an interface to CISCO-CONFIG-COPY-MIB, CISCO-FLASH-MIB, and OLD-CISCO- SYS-MIB. These MIBs facilitate the writing of configuration files. Use or create a subclass of SNMP::Info that inherits this one. Do not use directly. Inherited Classes None. Required MIBs CISCO-CONFIG-COPY-MIB CISCO-FLASH-MIB OLD-CISCO-SYS-MIB GLOBALS
These are methods that return scalar value from SNMP $ciscoconfig->old_write_mem() ("writeMem") $ciscoconfig->old_write_net() ("writeNet") TABLE METHODS
These are methods that return tables of information in the form of a reference to a hash. Config Copy Request Table ("ccCopyTable") $ciscoconfig->config_protocol() ("ccCopyProtocol") $ciscoconfig->config_source_type() ("ccCopySourceFileType") $ciscoconfig->config_dest_type() ("ccCopyDestFileType") $ciscoconfig->config_server_addr() ("ccCopyServerAddress") $ciscoconfig->config_filename() ("ccCopyFileName") $ciscoconfig->config_username() ("ccCopyUserName") $ciscoconfig->config_password() ("ccCopyUserPassword") $ciscoconfig->config_notify_complete() ("ccCopyNotificationOnCompletion") $ciscoconfig->config_copy_state() ("ccCopyState") $ciscoconfig->config_copy_start_time() ("ccCopyTimeStarted") $ciscoconfig->config_copy_complete_time() ("ccCopyTimeCompleted") $ciscoconfig->config_fail_cause() ("ccCopyFailCause") $ciscoconfig->config_row_status() ("ccCopyEntryRowStatus") Flash Copy Table ("ciscoFlashCopyTable") Table of Flash copy operation entries. $ciscoconfig->flash_copy_cmd() ("ciscoFlashCopyCommand") $ciscoconfig->flash_copy_protocol() ("ciscoFlashCopyProtocol") $ciscoconfig->flash_copy_address() ("ciscoFlashCopyServerAddress") $ciscoconfig->flash_copy_source() ("ciscoFlashCopySourceName") $ciscoconfig->flash_copy_dest() ("ciscoFlashCopyDestinationName") $ciscoconfig->flash_copy_row_status() ("ciscoFlashCopyEntryStatus") SET METHODS
These are methods that provide SNMP set functionality for overridden methods or provide a simpler interface to complex set operations. See "SETTING DATA VIA SNMP" in SNMP::Info for general information on set operations. $ciscoconfig->copy_run_tftp (tftpserver, tftpfilename ) Store the running configuration on a TFTP server. Equivalent to the CLI commands "copy running-config tftp" or "write net". This method attempts to use newer "copy running-config tftp" procedure first and then the older "write net" procedure if that fails. The newer procedure is supported Cisco devices with the CISCO-CONFIG-COPY-MIB available, Cisco IOS software release 12.0 or on some devices as early as release 11.2P. The older procedure has been depreciated by Cisco and is utilized only to support devices running older code revisions. Example: $ciscoconfig->copy_run_tftp('1.2.3.4', 'myconfig') or die Couldn't save config. ",$ciscoconfig->error(1); $ciscoconfig->copy_run_start() Copy the running configuration to the start up configuration. Equivalent to the CLI command "copy running-config startup-config" or "write mem". This method attempts to use newer "copy running-config startup-config" procedure first and then the older "write mem" procedure if that fails. The newer procedure is supported Cisco devices with the CISCO-CONFIG-COPY-MIB available, Cisco IOS software release 12.0 or on some devices as early as release 11.2P. The older procedure has been depreciated by Cisco and is utilized only to support devices running older code revisions. Example: $ciscoconfig->copy_run_start() or die "Couldn't save config. ",$ciscoconfig->error(1); perl v5.12.4 2011-09-28 Info::CiscoConfig(3pm)
All times are GMT -4. The time now is 04:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy