Results 1 to 2 of 2
- 07-27-2007, 05:29 PM #1
Member
- Join Date
- Jul 2007
- Posts
- 3
- Rep Power
- 0
Need to write a program to execute a list of system commands
Hi guys,
I am new to Java and I am currently working on IPsec running on a linux box.
In order to setup an IPsec connection I need to execute a list of commands such as the following:
$ ipsec whack --name new
$ ipsec whack --listen
$ isec whack --initiate
Now I want to combine all these into a single program so that whenever I run that program all the above commands get executed. Now I know that it is easier to do in shell scripting but then I won't be able to include my input data, i.e., I need to specify between which 2 hosts the connection is to be made.
I give this information in the command line, for eg, say runprog 190.175.1.1 190 175.2.2 where the connection is setup between the 2 ip addresses.
Hence I need to get this information from the command line and include it in the ipsec commands.
The list of ipsec commands I'll need to execute manually in order to do this will be:
$ ipsec pluto
$ ipsec whack --name new --host 190.175.1.1 --to --host 190.175.2.2 --psk
$ ipsec whack --listen
$ ipsec whack --initiate
Looking forward to any help possible. Thanks in advance.
- 07-27-2007, 05:46 PM #2levent Guest
Hello,
Please do not post same message to multiple forums next time! It is not allowed.
I am closing this thread now!
Instead check the following thread:
Need to write a program to execute a list of system commands
Similar Threads
-
How to execute an External Program through Java program
By Java Tip in forum java.ioReplies: 0Last Post: 04-04-2008, 02:40 PM -
Using Runtime to execute external commands
By Java Tip in forum Java TipReplies: 0Last Post: 02-05-2008, 09:14 AM -
How to execute an External Program through Java program
By JavaBean in forum Java TipReplies: 0Last Post: 10-04-2007, 09:33 PM -
Need to write a program to execute a list of system commands
By mdthahir in forum New To JavaReplies: 2Last Post: 08-07-2007, 07:22 PM -
Execute a new program in java
By mathias in forum Advanced JavaReplies: 1Last Post: 07-31-2007, 05:42 AM


LinkBack URL
About LinkBacks

Bookmarks