File Transfer thru AIX IPSEC


 
Thread Tools Search this Thread
Operating Systems AIX File Transfer thru AIX IPSEC
# 1  
Old 02-06-2009
File Transfer thru AIX IPSEC

Hello,

I have configured IPSEC between two AIX Server v5.2 using IKE transport. When I try to transfer a files from one server to another, it is very very slow and the file transfer has been terminated after 25% completes. How to overcome this problem? Please advsie. Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

File Transfer from Solaris to AIX

Hello All, Need to transfer 2 Terabyte of data from Solaris 10 to Aix 7.1 (One time complete transfer and then incremental during upgrade ). Please suggest best approach (4 Replies)
Discussion started by: kumgy01
4 Replies

2. Cybersecurity

IPSEC

hello, after configuration ipsec in ip4 I can not ping between client and server whereas I had success ping before configuration! I also generate different key for AH and ESP as i have shown below. what is my problem and what should i do to have ping and test the configuration? code: ... (0 Replies)
Discussion started by: elinaz
0 Replies

3. UNIX for Advanced & Expert Users

Ipsec implementation

How can i implement Ipsec between two machines in linux_ ubuntu? any link?? suggestion?? (0 Replies)
Discussion started by: elinaz
0 Replies

4. BSD

Problem on IPSec

Hi, this is my first post...:p Hello Admin :) Can I have an ask for something with my configuration ? I have finished some kind of the tutorial to build ipsec site to site, and the "step" has finished completely. I have a simulation with a local design topology with two PC's (FreeBSD ... (0 Replies)
Discussion started by: aulia
0 Replies

5. UNIX for Dummies Questions & Answers

File Transfer issues SUN - > AIX

Hi, I'm puzzled at how this could be. I'm trying to transfer some files from an Sun box to an AIX box via FTP. The file transfer goes fine until it reaches a file of about 150k then times out and fails. The FTP Does not seem to be able to transfer files of more than 150k! However, I can... (5 Replies)
Discussion started by: bbbngowc
5 Replies

6. AIX

IPsec from one AIX server to many windows clients

I work for a fairly large organization who recently tasked me with securing our telnet services with IPsec. We have a large mixed environment where most of our servers are running unsecured telnet. ssh was my first suggestion but because of the cost of purchasing an enterprise license for a fips... (2 Replies)
Discussion started by: dgaixsysadm
2 Replies

7. AIX

How to transfer files from AIX to AS400/i-series Integrated File System

Hi all, We (AIX) currently mount to a ZFS on the Mainframe. When one of our local users wants to transfer a file to the Mainframe, they must first run binary MVSLOGIN passing user name and password. Our mainframe will be retired soon and business processes will be transferring to an... (2 Replies)
Discussion started by: cruiser
2 Replies

8. AIX

File Transfer from windows to AIX

How to transfer a directory from my windows machine to my AIX server?? Plz give me a detailed step wise solution... Thanks in Advance.... (0 Replies)
Discussion started by: abhishek27
0 Replies

9. AIX

How to use SSH Secure File Transfer tool from windows to AIX without password?

If I use SSh Secure File Transfer tool on Windows, I want to transfer file from windows to AIX without password, how to do it? (6 Replies)
Discussion started by: rainbow_bean
6 Replies

10. UNIX for Advanced & Expert Users

MQ and AIX, result transfer to a file ??

Hai all, I have a Question based on Websphere MQ and AIX. How can i get the output of following command in a file ? :confused: echo "DISPLAY QMSTATUS ALL " | runmqsc QM1 runmqsc is a MQ command, through which we can get into the QM (QueueManager) and see its properties and properties of... (1 Reply)
Discussion started by: varungupta
1 Replies
Login or Register to Ask a Question
IPSEC(8)							Executable programs							  IPSEC(8)

NAME
ipsec - invoke IPsec utilities SYNOPSIS
ipsec command [argument...] ipsec --help ipsec --version ipsec --versioncode ipsec --copyright ipsec --directory ipsec --confdir DESCRIPTION
Ipsec invokes any of several utilities involved in controlling the IPsec encryption/authentication system, running the specified command with the specified arguments as if it had been invoked directly. This largely eliminates possible name collisions with other software, and also permits some centralized services. ipsec --help lists the available commands. Most have their own manual pages, e.g. ipsec_auto(8) for auto. ipsec --version outputs version information about Linux FreeS/WAN. A version code of the form ``Uxxx/Kyyy'' indicates that the user-level utilities are version xxx but the kernel portion appears to be version yyy (this form is used only if the two disagree). ipsec --versioncode outputs just the version code, with none of --version's supporting information, for use by scripts. ipsec --copyright supplies boring copyright details. ipsec --directory reports where ipsec thinks the IPsec utilities are stored. ipsec --confdir reports where ipsec thinks the IPsec configuration files are stored. FILES
/usr/local/lib/ipsec usual utilities directory SEE ALSO
ipsec.conf(5), ipsec.secrets(5), ipsec_auto(8), ipsec_barf(8), ipsec_setup(8), ipsec_showhostkey(8) HTML documentation shipped with the release, starting with doc/index.html. <http://www.freeswan.org/doc.html> may also be of use. HISTORY
Written for Linux FreeS/WAN <http://www.freeswan.org> by Henry Spencer. BUGS
The provision of centralized services, while convenient, does compromise the original concept of making the utilities invocable directly as well as via ipsec. AUTHOR
Paul Wouters placeholder to suppress warning libreswan 12/29/2012 IPSEC(8)