Sponsored Content
Full Discussion: VPN Solutions
Operating Systems Linux VPN Solutions Post 302078105 by gansramki on Wednesday 28th of June 2006 03:33:32 AM
Old 06-28-2006
Data OPen VPN...!!

hey guys..

can u help me out with installing and configuring openvpn?? im stuck up...

i was followin the procedure as given in http://openvpn.net/howto.html
but then im stuck up at the place where we need to confiigure the client and server.ovpn files... it says
" Before you use the sample configuration file, you should first edit the ca, cert, key, and dh parameters to point to the files you generated in the PKI section above."

could u or sum1 help me with this... ?? plz ur concern will be very much obliged..

thanx a ton!

gansramki Smilie
 

4 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

Backup solutions

Hi guys, We are looking to replace our current backup solution - we currently backup our Progress databases (on SCO Unixware7) to DLT7000 tapes but that being old technology the failure rate is increasing and we need to replace them with a more reliable solution. We've been looking at SDLT... (2 Replies)
Discussion started by: Seraphic
2 Replies

2. SCO

Backup solutions

Hi guys, We are looking to replace our current backup solution - we currently backup our Progress databases (on SCO) to DLT7000 tapes but that being old technology the failure rate is increasing and we need to replace them with a more reliable solution. We've been looking at SDLT drives/tapes... (2 Replies)
Discussion started by: Seraphic
2 Replies

3. What is on Your Mind?

LPI Course - Koenig Solutions ?

I want to do a certification on Linux, LPI to be precise. I dont have any idea as to where should one begin. Can any one help me as to where to get the knowledge and certification from ? I would prefer classroom style of teaching and hence want to know of any reputed institue. I do not mind India... (6 Replies)
Discussion started by: IGS77
6 Replies

4. AIX

AIX backup solutions

Currently I am backing up AIX to tape. I would like to setup a back that goes to another server either windows or linux that we already backup and send offsite automatically. Is this possible? Thanks (5 Replies)
Discussion started by: fierfek
5 Replies
NETWORKMANAGER(8)					      System Manager's Manual						 NETWORKMANAGER(8)

NAME
NetworkManager - network management daemon SYNOPSIS
NetworkManager [--no-daemon] DESCRIPTION
The NetworkManager daemon attempts to make networking configuration and operation as painless and automatic as possible by managing the primary network connection and other network interfaces, like Ethernet, WiFi, and Mobile Broadband devices. NetworkManager will connect any network device when a connection for that device becomes available, unless that behavior is disabled. Information about networking is exported via a D-Bus interface to any interested application, providing a rich API with which to inspect and control network settings and operation. NetworkManager will execute scripts in the /etc/NetworkManager/dispatcher.d directory in alphabetical order in response to network events. Each script should be (a) a regular file, (b) owned by root, (c) not writable by group or other, (d) not set-uid, (e) and executable by the owner. Each script receives two arguments, the first being the interface name of the device just activated, and second an action. up The interface has been activated. The environment contains more information about the interface; CONNECTION_UUID contains the UUID of the connection. Other variables are IP4_ADDRESS_N where N is a number from 0 to (# IPv4 addresses - 1), in the format "address/prefix gateway". IP4_NUM_ADDRESSES contains the number addresses the script may expect. IP4_NAMESERVERS contains a space- separated list of the DNS servers, and IP4_DOMAINS contains a space-separated list of the search domains. Routes use the format IP4_ROUTE_N where N is a number from 0 to (# IPv4 routes - 1), in the format "address/prefix next-hop metric", and IP4_NUM_ROUTES contains the number of routes to expect. If the connection used DHCP for address configuration, the received DHCP configuration is passed in the environment using standard DHCP option names, prefixed with "DHCP4_", like "DHCP4_HOST_NAME=foobar". down The interface has been deactivated. vpn-up A VPN connection has been activated. The environment contains the connection UUID in the variable CONNECTION_UUID. vpn-down A VPN connection has been deactivated. hostname The system hostname has been updated. Use gethostname(2) to retrieve it. OPTIONS
The following options are supported: --no-daemon Do not daemonize. This is useful for debugging, and directs log output to the controlling terminal in addition to syslog. DEBUGGING
The following environment variables are supported to help debugging. When used in conjunction with the "--no-daemon" option (thus echoing PPP and DHCP helper output to stdout) these can quickly help pinpoint the source of connection issues. NM_SERIAL_DEBUG When set to anything, causes NetworkManager to log all serial communication to and from serial devices like mobile broadband 3G modems. NM_PPP_DEBUG When set to anything, causes NetworkManager to turn on PPP debugging in pppd, which logs all PPP and PPTP frames and client/server exchanges. SEE ALSO
nm-tool(1) NETWORKMANAGER(8)
All times are GMT -4. The time now is 08:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy