VPNC - How to configure and run?

Hello,
I've installed the vpnc PKGBUILD, but I don't know how to configure and initialize it.
I am supposed to enter values in vpnc.conf, but I'm not sure which each means. Here is the default vpnc.conf file:
#Interface name tun0
#Perfect Forward Secrecy aa1
#IPSec gateway 131.246.118.240
#IPSec ID unikl
#IPSec secret unikl
#Xauth username abcdef
#Xauth password ghijkl
After I configure it, should I add vpnc to the DAEMONS list in rc.conf? And then, what do I do when I'm ready to start a VPN connection?
Thanks all

hi here is my vpnc.conf
IPSec gateway 144.41.19.24 // vpn-Gateway
IPSec ID Hohenheim-radius //Name of Group
IPSec secret Kartoffel //Password of Group
Xauth username USER //Personal username
Xauth password PW //Personal password
then add "tun" to modules array in rc.conf
and add "vpnc /etc/vpnc.conf" to rc.local to start vpnc automatically on startup.

Similar Messages

  • Where the SLD is configured and running for entire landscape.

    Hi!...
    Where the SLD is configured and running for entire landscape.How do i find it out
    i guess, it's configured on solution manager. So,how to check? Can anyone please explain me step by step.
    Thanks.

    Hi Irfan,
    SLD is configured using SMSY transaction. You can use SMSY transaction and there you can see what are all the systems that have been added to the Solution Manager System Landscape.
    Different nodes are available for products, systems, logical components in the system landscape.
    Dont forget to reward for useful answers.
    best regds,
    Alagammai.

  • How to configure and deploy OAM 11g with DB setup using silent mode

    Hello all,
    I am trying to create automation process to install and configure OAM 11g on WLS. This task involves three stages
    1. Install WLS
    2. Install OAM 11g
    3. Create DB schema using RCU
    4. Configure and deploy OAM 11g
    I have done first 3 stages in silent mode using scripts and response files. I am stuck at 4th stage. I know how to configure and deploy OAM 11g using config.sh via GUI installer as well as console mode. But I would like to run config.sh in silent mode something like
    ./config.sh -mode=silent -silent_script=<script_location>
    I have searched a lot, but could not find any resource on how to do it? I tried passing the parameters via a text file. But that has not worked. I have also explored WLST, but it also does not work. Given that first 3 things are relatively very simple, the 4th step is becoming complex. I would be very thankful if someone can please point me in the right direction.
    Thanks!

    Have a look at your software directory : <sofware directory>/Disk1/stage/Response
    Here you will find 2 rsp files which you can use to install and then configure it all.
    Good luck.
    Filip

  • How to deploy and run  EJB in eclipse without XDoclet

    Hi Friends
    I am new in j2ee.In my academic project i want to do some ejb programming.
    For that purpose i want to write some ejb's.I have written all required class for ejb,created ejb-jar.xml file manually,weblogic .xml file manually. I am using weblogic8 as an server for deployment.
    I know deployment with xdoclet but i want to know hoe to deploy ejb without xdoclet.
    If u have saple code or useful link regarding this please send it as soon as possible.
    Thanks in advance
    How to deploy and run EJB in eclipse without XDoclet

    HI Welcome to J2ee...
    I am also new to this...But i ll share my ideas with you...
    In EJB 3.0 No need of any Deployment Descriptors....
    And If you are using Eclipse You can Deploy(as jar) using Export in File tab...
    XDoclet is not mandatory...
    Gopal V

  • I have downloaded Firefox 5.0 at least three times and saved file, but I don't know how to install and run. It keeps asking me to download new version and Save file. I'm in a never ending loop, it keeps downloading same exe & does not install Please Help

    Please tell me how to install and run new Firefox 5.00 after I have downloaded the new version and chosen Save File. I just go into Loop and screen says new version available and download again !

    Did you ever resolve the iCloud problem.I am in the same position and its driving me mad!!! If you have a link to an solution I would appreciate it.

  • Where can I find info on how to install and run Snow Leopard Server as virtual machine inside Mountain Lion

    Where can I find info on how to install and run Snow Leopard Server as virtual machine inside Mountain Lion

    Here is the short answer:
    Installing Snow Leopard Server into Parallels 10 for DUMMIES:
    http://forums.macrumors.com/showpost.php?p=17285039&postcount=564

  • How to compile and run java files on a mac using command line?

    can someone tell me or link me to some article on how to compile and run java files from command line on a mac? I have mac OS X leopard

    What do you mean by "where to put them" ? What do you want to put anywhere ?
    Have you read Peter's comment in brackets ? Perhaps you have a classpath problem ?
    Edited by: Michael_Knight on Aug 31, 2008 4:23 AM

  • How to compile and run package programs in Java

    Hi,
    I want to know how to compile and run the package programs in Java using -d. instead of creating the package folder manually.
    eg:
    package Test;
    class test1
    public void disp()
    //Any code;
    I want to compile this without creating the folder ' Test ' manually. that is if we use -d with javac the Test folder will be created automatically. I need the format of -d
    could anyone please help me.
    Thanks in Advance ,
    Ambika

    My program Test.java in F:\Tomcat5\webapps\Ambika\WEB-INF\Classes. I compiled in the format below. I got like this. What should I do for this? But yesterday I compiled like this only, It compiled and the folder com\cert\Test.class is created. Today again I compiled the pgm after deleting the already created folder 'com\cert', I got the error like this.
    I've given my pgm and the thing I've got when I compiled it.
    Test.java
    package com.cert;
    public class Test
         public void display()
              System.out.println("Hai");
    F:\Tomcat5\webapps\Ambika\WEB-INF\Classes>javac -d F:\Tomcat5\webapps\Ambika\WEB-INF\Classes\Test.java
    javac: no source files
    Usage: javac <options> <source files>
    where possible options include:
    -g Generate all debugging info
    -g:none Generate no debugging info
    -g:{lines,vars,source} Generate only some debugging info
    -nowarn Generate no warnings
    -verbose Output messages about what the compiler is doing
    -deprecation Output source locations where deprecated APIs are u
    sed
    -classpath <path> Specify where to find user class files
    -cp <path> Specify where to find user class files
    -sourcepath <path> Specify where to find input source files
    -bootclasspath <path> Override location of bootstrap class files
    -extdirs <dirs> Override location of installed extensions
    -endorseddirs <dirs> Override location of endorsed standards path
    -d <directory> Specify where to place generated class files
    -encoding <encoding> Specify character encoding used by source files
    -source <release> Provide source compatibility with specified release
    -target <release> Generate class files for specific VM version
    -version Version information
    -help Print a synopsis of standard options
    -X Print a synopsis of nonstandard options
    -J<flag> Pass <flag> directly to the runtime system
    F:\Tomcat5\webapps\Ambika\WEB-INF\Classes>
    Plz help me.
    thanks in advance
    Ambika

  • How to configure and start the BI-Scheduler?

    hi experts,
    as i am new to OBIEE, plz let me know how to configure and start (schedule the reports).
    if any docs plz send to me..
    Thank u.............

    Hi,
    please go the the oracle by example tutorials : Sending Alerts Using Oracle Business Intelligence Delivers
    link : http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/delivers/delivers.htm
    There is a step by step guide to configure the scheduler. This is a good starting point.
    However there is also some advanced cofigurations that you will get in the Oracle® Business Intelligence
    Infrastructure Installation and Configuration Guide-Chapter 10.
    Hope this helps you.

  • How to compile and run a .java file from another java program

    hello,
    can any one tell me how to compile and run a *.java* file from another java program which is not in same directory?

    Well a smarter way of implementing this is by using a solution provided by Java Itself.
    If you are using J2SE 6.0+ there is an in built solution provided along with JDK itself and inorder to go ahead with solution the below are set of API which you;d be using it for compiling Java Programs (Files)
    http://java.sun.com/javase/6/docs/api/javax/tools/package-summary.html
    How do i do that ??
    Check out the below articles which would help you of how to do that
    http://www.ibm.com/developerworks/java/library/j-jcomp/index.html
    http://www.javabeat.net/javabeat/java6/articles/java_6_0_compiler_api_1.php
    http://books.google.com/books?id=WVbpv8SQpkEC&pg=PA155&lpg=PA155&dq=%22javax+tools%22+compiling+java+file&source=web&ots=XOt0siYe-f&sig=HH27ovuwvJgklIf8omTykUmy-eM
    Now once we are done with compilation.In order to run a Specific class all you ought to do is create an object and its specific methods of a specified class included in the CLASSPATH which you can manage it easily by usage little bit reflections.
    Hope that might help :)
    REGARDS,
    RaHuL

  • How to import and run little movies made on my primarily still camera?

    Camera: Sony DSC-N2
    Makes besides photo's (jpeg) also mpeg movies (mov)
    Could somebody tell me how to import and run them on my iPad2 ?

    Hello,
    If you want to import them into your iPad without using iTunes you can get an Apple iPad Camera Connection Kit. Otherwise you can first import them into your computer then from your computer to your iPad using iTunes.  Once they are on your iPad you can run them from the Videos app on your iPad.

  • How to attach and run std payslip available through tcode HRFORMS

    Hi all,
    Need to have much data along with graphics on the payslip. This includes Leave data(days paid, LOP, Payroll days, etc.), gross salary break-up, Year-to-date details, Tax details(line items), Standard Salary components, company logo, custom messages, etc. on the payslip. We are running India Payroll on SAP 4.7.
    <b>Wanted to know how to attach and run standard payslip available with tcode HRFORMS in place of the one we have with tcode PE51?</b>
    Your help will be <u>gratefully appreciated and rewarded</u>.
    Thanks in advance

    can u tell me how u manage to do this

  • How to modify and Run Dashboards

    Hi Friends,
    As per the requirement I have to do small modifications and run dashboards , I never work with dashboards.
    Kindly suggest me how to modify and run dashboards
    Regards
    Anjali

    Hi Anjali,
    We can definitely create dashboards using WAD. We are so involved with BO now a days that I forgot about this option :).
    Anyways, there is an article which gives a lot of ideas regarding how we proceed using WAD to create dashboard -
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60af3f6c-8501-2c10-57bc-e11d9f6d69b6?QuickLink=index&overridelayout=true]
    Hope this helps.
    Regards,
    RahulM

  • How to compile and run java program at command console

    hi there
    can anyone tell me how to compile and run a java program at command console? I have installed JRE 1.3.1, and also have installed JBuilder 5 if it helps.

    try this
    System.out.println("Enter your Name : ");
    BufferedReader console = new BufferedReader( new InputStreamReader( System.in ) );
    String s = console.readLine();
    System.out.println("Hello : "+ s+" !" );

  • How to comple and run and compile javacard program

    how to compile and run javacard program "HelloWorld"

    Hi,
    You cannot just download and upload module pool programs .
    There are 2 different ways.
    1. Copy all the includes and and create the same in the target system. You can download and upload the the Screen.
      But GUI status you have to manually create.
    2. If you have completely saved the module-pool program in one Workbench request(including Z tables u have used) in the original system ,just  release the workbench request and copy the data file and co file and upload to the target system ( use CG3Y & CG3Z).
    If the workbench is a Local Request save it in a Transport of copies and then move.
    Regards
    Aromal R

Maybe you are looking for

  • Write to serial port asyncronously

    I am trying to write a commands to a serial port but my problem is that the operation is tedious so it is freezing up my UI. What makes it more complicated is that I must call this procedure when the form loads I want to ask if anyone can provide an

  • Amazon Instant Video - 65L7350U

    I have just got a 65L7350 3D Smart TV, comes with some applications I was particularly looking for Skype but the smart TVs that I looked at had the option to download more apps, this TV has already Netflix also, I am looking for the Amazon Instant Vi

  • Battery replacement service request...

    I did not realize I had not changed my email address to the current one I use now. I sent in a request to get the battery on my silver ipod mini replaced THEN changed my email address to my existing account. I can no longer access the old account but

  • Zenity --progress --auto-kill usage?

    Hello, i'm trying to built a simple backup script which launches rsync and zenity: #/bin/bash rsync -auvh --progress --delete / /mnt/BACKUP | zenity --progress --auto-kill What i want to archive is that if i press the "cancel" button of the zenity pr

  • Where do I find the enable cache option in CS5?

    Where do I find the enable cache option in CS5?