美文网首页
openvpnas部署

openvpnas部署

作者: 与狼共舞666 | 来源:发表于2023-05-05 14:04 被阅读0次
Please enter 'yes' to indicate your agreement [no]: yes

Once you provide a few initial configuration settings,
OpenVPN Access Server can be configured by accessing
its Admin Web UI using your Web browser.

Will this be the primary Access Server node?
(enter 'no' to configure as a backup or standby node)
> Press ENTER for default [yes]: yes

Please specify the network interface and IP address to be
used by the Admin Web UI:
(1) all interfaces: 0.0.0.0
(2) eth0: 10.100.201.221
Please enter the option number from the list above (1-2).
> Press Enter for default [1]: 2

Please specify the port number for the Admin Web UI.
> Press ENTER for default [943]: 

Please specify the TCP port number for the OpenVPN Daemon
> Press ENTER for default [443]: 9443

Should client traffic be routed by default through the VPN?
> Press ENTER for default [yes]: yes

Should client DNS traffic be routed by default through the VPN?
> Press ENTER for default [yes]: yes

Use local authentication via internal DB?
> Press ENTER for default [yes]: yes

Private subnets detected: ['10.100.201.0/24']

Should private subnets be accessible to clients by default?
> Press ENTER for default [yes]: 

To initially login to the Admin Web UI, you must use a
username and password that successfully authenticates you
with the host UNIX system (you can later modify the settings
so that RADIUS or LDAP is used for authentication instead).

You can login to the Admin Web UI as "openvpn" or specify
a different user account to use for this purpose.

Do you wish to login to the Admin UI as "openvpn"?
> Press ENTER for default [yes]: 

> Please specify your Activation key (or leave blank to specify later): ewogICJub25jZSIgOiAiOThGRDkyQ0YyQkMzRjBBOTcwNTU4MTMzQTI1OUU2RkZDOEVERkIwODExMEI
[Failure instance: Traceback (failure with no frames): <class 'pyovpn.util.error.Passthru'>: japicli: E_CONNECT HTTPCore Asio handle_tcp_connect: Connection refused
]
Activation failed

> Please specify your Activation key (or leave blank to specify later): 



Initializing OpenVPN...
Removing Cluster Admin user login...
userdel "admin_c"
Adding new user login...
useradd -s /sbin/nologin "openvpn"
Writing as configuration file...
Perform sa init...
Wiping any previous userdb...
Creating default profile...
Modifying default profile...
Adding new user to userdb...
Modifying new user as superuser in userdb...
Getting hostname...
Hostname: openvpnas2
Preparing web certificates...
Getting web user account...
Adding web group account...
Adding web group...
Adjusting license directory ownership...
Initializing confdb...
Generating PAM config...
Enabling service
Starting openvpnas...

NOTE: Your system clock must be correct for OpenVPN Access Server
to perform correctly.  Please ensure that your time and date
are correct on this system.

Initial Configuration Complete!

You can now continue configuring OpenVPN Access Server by
directing your Web browser to this URL:

https://10.100.201.221:943/admin
Login as "openvpn" with the same password used to authenticate
to this UNIX host.

During normal operation, OpenVPN AS can be accessed via these URLs:
Admin  UI: https://10.100.201.221:943/admin
Client UI: https://10.100.201.221:943/

See the Release Notes for this release at:
   https://openvpn.net/vpn-server-resources/release-notes/

root@openvpnas2:~# passwd openvpn
Enter new UNIX password: 
Retype new UNIX password: 
passwd: password updated successfully

相关文章

网友评论

      本文标题:openvpnas部署

      本文链接:https://www.haomeiwen.com/subject/jaxqsdtx.html