[Support] Linuxserver.io - OpenVPN AS


Recommended Posts

linuxserver_medium.png

 

Application Name: OpenVPN-AS

Application Site: https://openvpn.net/index.php/access-server/overview.html

Docker Hub: https://hub.docker.com/r/linuxserver/openvpn-as/

Github: https://github.com/linuxserver/docker-openvpnas

 

Please post any questions/issues relating to this docker you have in this thread.

 

If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.

  • Upvote 3
Link to comment

Got everything working since a couple of days, however this morning i restarted and it would not start anymore. I think it has to do with initial ubuntu it downloads during startup. It takes place, but once download finishes the docker stops.... After reading package list... Tried reinstalling, but the same issue....

Link to comment

I'm sorry for asking such a blatant question, but how do I add user?

I know that I can add users in the "User Permissions" tab from the Web interface, but as far as I know these must some how correlate to the users in Unraid.

 

I appreciate the help.

Daniel

 

Hi schpongo,

 

The users in OpenVPN-AS / Unraid do not correlate at all, they are separate. See the attached file, that will who you how to add users under the "User Permissions" Section.

 

Once you have saved the user, click "Show" and there you configure the password.

2015-10-27_08_08_41-OpenVPN_Access_Server_User_Permissions.png.1361f25f2d117e1430a8f4b8ffeb7286.png

Link to comment
  • 1 month later...

I'm having an extremely hard time trying to set this up. What are the key options I in the admin panel that I need to change? I have the correct ports forward on my router, but the connectivity test always fails, so I must have some settings wrong somewhere

Link to comment

I'm having an extremely hard time trying to set this up. What are the key options I in the admin panel that I need to change? I have the correct ports forward on my router, but the connectivity test always fails, so I must have some settings wrong somewhere

Nem, give us a little more to go on and we'll see what we can do...

Link to comment

How do i log into this docker.

It's in the readme on the dockerhub link.

 

Thank you.

 

I guess i have to do some research on how to properly set this up, because I'm completely lost on how to set this up or what are the possibilities of configuration. 

 

Looking for any tutorials on how to set this up?

Link to comment
  • 2 weeks later...

I am having two issues:

 

(1) When I configure the docker to use "host" (versus bridge) I cannot access the tool via the Web GUI. It works fine when using "bridge" but in reading the instructions, this is not correct. Screen shot attached.

 

(2) When trying to change the admin password via the instructions at the docker hub("docker exec -it openvpnas passwd admin ") I get "Error response from daemon: no such id: openvpnas

 

Any ideas would be most appreciated - Thanks!

Clipboard02.jpg.4cfdc07b25ce8eb5b1ed589615da296c.jpg

Link to comment

I am having two issues:

 

(1) When I configure the docker to use "host" (versus bridge) I cannot access the tool via the Web GUI. It works fine when using "bridge" but in reading the instructions, this is not correct. Screen shot attached.

 

(2) When trying to change the admin password via the instructions at the docker hub("docker exec -it openvpnas passwd admin ") I get "Error response from daemon: no such id: openvpnas

 

Any ideas would be most appreciated - Thanks!

 

Try

docker exec -it openvpn-as passwd admin

  obviously change passwd to whatever you want the password to be.

Link to comment
  • 2 weeks later...

I seem to be having an issue with the installation of the OpenVPN-AS docker. After installing the docker App via CA Plugin I accessed the App GUI.

 

I have nothing downloading and plenty of b/w available to the app. 2.5MB/s to be exact. I logged on using the default user id and password and am stuck on the installation screen which says:

 

"Please click here to continue to download OpenVPN Connect. You will be automatically connected after the installation has finished."

 

It has been about 45 mins and I am still stuck on the installation web page (see screenshot).

 

I have tried reloading the URL and logging in again. Takes me straight back to the installation web page.

 

There is nothing in the log that I can see that is wrong so far. Here it is. Can anyone help?

 

Please enter 'yes' to indicate your agreement [no]: 
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]: 
Please specify the network interface and IP address to be
used by the Admin Web UI:
(1) all interfaces: 0.0.0.0
(2) br0: 192.168.1.2
(3) docker0: 172.17.42.1
(4) virbr0: 192.168.122.1
(5) eth0: 192.168.1.2
(6) vetheda354d: 172.17.42.1
(7) virbr0-nic: 192.168.122.1
Please enter the option number from the list above (1-7).
> Press Enter for default [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 [1194]: 
Should client traffic be routed by default through the VPN?
> Press ENTER for default [yes]: 
Should client DNS traffic be routed by default through the VPN?
> Press ENTER for default [yes]: 
Use local authentication via internal DB?
> Press ENTER for default [no]: 
Private subnets detected: ['192.168.1.0/24', '192.168.122.0/24', '172.17.0.0/16']

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]: 
> Specify the username for an existing user or for the new user account: Note: This user already exists.

> Please specify your OpenVPN-AS license key (or leave blank to specify later): 

Initializing OpenVPN...
Adding new user login...
useradd -s /sbin/nologin "admin"
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: main
Preparing web certificates...
Getting web user account...
Adding web group account...
Adding web group...
Adjusting license directory ownership...
Initializing confdb...
Generating init scripts...
Generating PAM config...
Generating init scripts auto command...
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://192.168.1.2:943/admin
Login as "admin" 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://192.168.1.2:943/admin
Client UI: https://192.168.1.2:943/

See the Release Notes for this release at:
http://www.openvpn.net/access-server/rn/openvpn_as_2_0_20.html

* Stopping openvpnas openvpnas
...done.
MOD Default {u'admin_ui.https.ip_address': u'all'} {u'admin_ui.https.ip_address': 'eth0'}
MOD Default {u'cs.https.ip_address': u'all'} {u'cs.https.ip_address': 'eth0'}
MOD Default {u'vpn.daemon.0.listen.ip_address': u'all'} {u'vpn.daemon.0.listen.ip_address': 'eth0'}
MOD Default {u'vpn.daemon.0.server.ip_address': u'all'} {u'vpn.daemon.0.server.ip_address': 'eth0'}
Jan 3 14:03:00 main syslog-ng[196]: syslog-ng starting up; version='3.5.3'
Jan 3 14:17:01 main /USR/SBIN/CRON[295]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 15:17:01 main /USR/SBIN/CRON[298]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 16:17:01 main /USR/SBIN/CRON[301]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)

-----------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \ 
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|

Brought to you by linuxserver.io
-----------------------------------
GID/UID
-----------------------------------
User uid: 99
User gid: 100
-----------------------------------

We are now refreshing packages from apt repositorys, this *may* take a while
MOD Default {} {}
MOD Default {} {}
MOD Default {} {}
MOD Default {} {}
Jan 3 17:06:06 main syslog-ng[77]: syslog-ng starting up; version='3.5.3'
Jan 3 17:17:01 main /USR/SBIN/CRON[177]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 18:17:01 main /USR/SBIN/CRON[180]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 19:17:01 main /USR/SBIN/CRON[183]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 20:17:01 main /USR/SBIN/CRON[186]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 21:17:01 main /USR/SBIN/CRON[189]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 22:17:01 main /USR/SBIN/CRON[192]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 23:17:01 main /USR/SBIN/CRON[195]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 00:17:01 main /USR/SBIN/CRON[198]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 01:17:01 main /USR/SBIN/CRON[201]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 02:17:01 main /USR/SBIN/CRON[204]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 03:17:01 main /USR/SBIN/CRON[207]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 04:17:01 main /USR/SBIN/CRON[210]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 05:17:01 main /USR/SBIN/CRON[213]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 06:17:01 main /USR/SBIN/CRON[216]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 06:25:01 main /USR/SBIN/CRON[219]: (root) CMD (test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ))
Jan 4 07:17:01 main /USR/SBIN/CRON[292]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 08:17:01 main /USR/SBIN/CRON[295]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 09:17:01 main /USR/SBIN/CRON[298]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 10:17:01 main /USR/SBIN/CRON[301]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 11:17:01 main /USR/SBIN/CRON[304]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 12:17:01 main /USR/SBIN/CRON[307]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 13:17:01 main /USR/SBIN/CRON[314]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 14:17:01 main /USR/SBIN/CRON[317]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 15:17:01 main /USR/SBIN/CRON[320]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 16:17:01 main /USR/SBIN/CRON[323]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 17:17:01 main /USR/SBIN/CRON[326]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 18:17:01 main /USR/SBIN/CRON[329]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 19:17:01 main /USR/SBIN/CRON[332]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 20:17:01 main /USR/SBIN/CRON[335]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 21:17:01 main /USR/SBIN/CRON[338]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 22:17:01 main /USR/SBIN/CRON[341]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 23:17:01 main /USR/SBIN/CRON[344]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 00:17:01 main /USR/SBIN/CRON[347]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 01:17:01 main /USR/SBIN/CRON[350]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 02:17:01 main /USR/SBIN/CRON[353]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 03:17:01 main /USR/SBIN/CRON[356]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 04:17:01 main /USR/SBIN/CRON[359]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 05:17:01 main /USR/SBIN/CRON[362]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 06:17:01 main /USR/SBIN/CRON[365]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 06:25:01 main /USR/SBIN/CRON[368]: (root) CMD (test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ))
Jan 5 06:25:03 main syslog-ng[77]: Configuration reload request received, reloading configuration;
Jan 5 07:17:01 main /USR/SBIN/CRON[424]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 08:17:01 main /USR/SBIN/CRON[427]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 09:17:01 main /USR/SBIN/CRON[430]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 10:17:01 main /USR/SBIN/CRON[433]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 11:17:01 main /USR/SBIN/CRON[436]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 12:17:01 main /USR/SBIN/CRON[439]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 13:17:01 main /USR/SBIN/CRON[442]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 14:17:01 main /USR/SBIN/CRON[445]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 15:17:01 main /USR/SBIN/CRON[452]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 16:17:01 main /USR/SBIN/CRON[455]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 17:17:01 main /USR/SBIN/CRON[458]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 18:17:01 main /USR/SBIN/CRON[461]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 19:17:01 main /USR/SBIN/CRON[464]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)

-----------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \ 
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|

Brought to you by linuxserver.io
-----------------------------------
GID/UID
-----------------------------------
User uid: 99
User gid: 100
-----------------------------------

We are now refreshing packages from apt repositorys, this *may* take a while
MOD Default {} {}
MOD Default {} {}
MOD Default {} {}
MOD Default {} {}
Jan 5 20:38:50 main syslog-ng[78]: syslog-ng starting up; version='3.5.3'
Jan 5 21:17:01 main /USR/SBIN/CRON[177]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 22:17:01 main /USR/SBIN/CRON[180]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 23:17:01 main /USR/SBIN/CRON[183]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 00:17:01 main /USR/SBIN/CRON[186]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 01:17:01 main /USR/SBIN/CRON[189]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 02:17:01 main /USR/SBIN/CRON[192]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 03:17:01 main /USR/SBIN/CRON[195]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 04:17:01 main /USR/SBIN/CRON[198]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 05:17:01 main /USR/SBIN/CRON[201]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 06:17:01 main /USR/SBIN/CRON[204]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 06:25:01 main /USR/SBIN/CRON[207]: (root) CMD (test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ))
Jan 6 06:25:03 main syslog-ng[78]: Configuration reload request received, reloading configuration;
Jan 6 07:17:01 main /USR/SBIN/CRON[264]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 08:17:01 main /USR/SBIN/CRON[267]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 09:17:01 main /USR/SBIN/CRON[270]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 10:17:01 main /USR/SBIN/CRON[273]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 11:17:01 main /USR/SBIN/CRON[276]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 12:17:01 main /USR/SBIN/CRON[279]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 13:17:01 main /USR/SBIN/CRON[282]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 14:17:01 main /USR/SBIN/CRON[285]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 15:17:01 main /USR/SBIN/CRON[292]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 16:17:01 main /USR/SBIN/CRON[295]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 17:17:01 main /USR/SBIN/CRON[298]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 18:17:01 main /USR/SBIN/CRON[301]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 19:17:01 main /USR/SBIN/CRON[304]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 20:17:01 main /USR/SBIN/CRON[307]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 21:17:01 main /USR/SBIN/CRON[310]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 22:17:01 main /USR/SBIN/CRON[314]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)

Link to comment

I seem to be having an issue with the installation of the OpenVPN-AS docker. After installing the docker App via CA Plugin I accessed the App GUI.

 

I have nothing downloading and plenty of b/w available to the app. 2.5MB/s to be exact. I logged on using the default user id and password and am stuck on the installation screen which says:

 

"Please click here to continue to download OpenVPN Connect. You will be automatically connected after the installation has finished."

 

It has been about 45 mins and I am still stuck on the installation web page (see screenshot).

 

I have tried reloading the URL and logging in again. Takes me straight back to the installation web page.

 

There is nothing in the log that I can see that is wrong so far. Here it is. Can anyone help?

 

Please enter 'yes' to indicate your agreement [no]: 
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]: 
Please specify the network interface and IP address to be
used by the Admin Web UI:
(1) all interfaces: 0.0.0.0
(2) br0: 192.168.1.2
(3) docker0: 172.17.42.1
(4) virbr0: 192.168.122.1
(5) eth0: 192.168.1.2
(6) vetheda354d: 172.17.42.1
(7) virbr0-nic: 192.168.122.1
Please enter the option number from the list above (1-7).
> Press Enter for default [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 [1194]: 
Should client traffic be routed by default through the VPN?
> Press ENTER for default [yes]: 
Should client DNS traffic be routed by default through the VPN?
> Press ENTER for default [yes]: 
Use local authentication via internal DB?
> Press ENTER for default [no]: 
Private subnets detected: ['192.168.1.0/24', '192.168.122.0/24', '172.17.0.0/16']

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]: 
> Specify the username for an existing user or for the new user account: Note: This user already exists.

> Please specify your OpenVPN-AS license key (or leave blank to specify later): 

Initializing OpenVPN...
Adding new user login...
useradd -s /sbin/nologin "admin"
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: main
Preparing web certificates...
Getting web user account...
Adding web group account...
Adding web group...
Adjusting license directory ownership...
Initializing confdb...
Generating init scripts...
Generating PAM config...
Generating init scripts auto command...
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://192.168.1.2:943/admin
Login as "admin" 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://192.168.1.2:943/admin
Client UI: https://192.168.1.2:943/

See the Release Notes for this release at:
http://www.openvpn.net/access-server/rn/openvpn_as_2_0_20.html

* Stopping openvpnas openvpnas
...done.
MOD Default {u'admin_ui.https.ip_address': u'all'} {u'admin_ui.https.ip_address': 'eth0'}
MOD Default {u'cs.https.ip_address': u'all'} {u'cs.https.ip_address': 'eth0'}
MOD Default {u'vpn.daemon.0.listen.ip_address': u'all'} {u'vpn.daemon.0.listen.ip_address': 'eth0'}
MOD Default {u'vpn.daemon.0.server.ip_address': u'all'} {u'vpn.daemon.0.server.ip_address': 'eth0'}
Jan 3 14:03:00 main syslog-ng[196]: syslog-ng starting up; version='3.5.3'
Jan 3 14:17:01 main /USR/SBIN/CRON[295]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 15:17:01 main /USR/SBIN/CRON[298]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 16:17:01 main /USR/SBIN/CRON[301]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)

-----------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \ 
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|

Brought to you by linuxserver.io
-----------------------------------
GID/UID
-----------------------------------
User uid: 99
User gid: 100
-----------------------------------

We are now refreshing packages from apt repositorys, this *may* take a while
MOD Default {} {}
MOD Default {} {}
MOD Default {} {}
MOD Default {} {}
Jan 3 17:06:06 main syslog-ng[77]: syslog-ng starting up; version='3.5.3'
Jan 3 17:17:01 main /USR/SBIN/CRON[177]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 18:17:01 main /USR/SBIN/CRON[180]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 19:17:01 main /USR/SBIN/CRON[183]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 20:17:01 main /USR/SBIN/CRON[186]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 21:17:01 main /USR/SBIN/CRON[189]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 22:17:01 main /USR/SBIN/CRON[192]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 3 23:17:01 main /USR/SBIN/CRON[195]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 00:17:01 main /USR/SBIN/CRON[198]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 01:17:01 main /USR/SBIN/CRON[201]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 02:17:01 main /USR/SBIN/CRON[204]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 03:17:01 main /USR/SBIN/CRON[207]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 04:17:01 main /USR/SBIN/CRON[210]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 05:17:01 main /USR/SBIN/CRON[213]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 06:17:01 main /USR/SBIN/CRON[216]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 06:25:01 main /USR/SBIN/CRON[219]: (root) CMD (test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ))
Jan 4 07:17:01 main /USR/SBIN/CRON[292]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 08:17:01 main /USR/SBIN/CRON[295]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 09:17:01 main /USR/SBIN/CRON[298]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 10:17:01 main /USR/SBIN/CRON[301]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 11:17:01 main /USR/SBIN/CRON[304]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 12:17:01 main /USR/SBIN/CRON[307]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 13:17:01 main /USR/SBIN/CRON[314]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 14:17:01 main /USR/SBIN/CRON[317]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 15:17:01 main /USR/SBIN/CRON[320]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 16:17:01 main /USR/SBIN/CRON[323]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 17:17:01 main /USR/SBIN/CRON[326]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 18:17:01 main /USR/SBIN/CRON[329]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 19:17:01 main /USR/SBIN/CRON[332]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 20:17:01 main /USR/SBIN/CRON[335]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 21:17:01 main /USR/SBIN/CRON[338]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 22:17:01 main /USR/SBIN/CRON[341]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 4 23:17:01 main /USR/SBIN/CRON[344]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 00:17:01 main /USR/SBIN/CRON[347]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 01:17:01 main /USR/SBIN/CRON[350]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 02:17:01 main /USR/SBIN/CRON[353]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 03:17:01 main /USR/SBIN/CRON[356]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 04:17:01 main /USR/SBIN/CRON[359]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 05:17:01 main /USR/SBIN/CRON[362]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 06:17:01 main /USR/SBIN/CRON[365]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 06:25:01 main /USR/SBIN/CRON[368]: (root) CMD (test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ))
Jan 5 06:25:03 main syslog-ng[77]: Configuration reload request received, reloading configuration;
Jan 5 07:17:01 main /USR/SBIN/CRON[424]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 08:17:01 main /USR/SBIN/CRON[427]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 09:17:01 main /USR/SBIN/CRON[430]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 10:17:01 main /USR/SBIN/CRON[433]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 11:17:01 main /USR/SBIN/CRON[436]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 12:17:01 main /USR/SBIN/CRON[439]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 13:17:01 main /USR/SBIN/CRON[442]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 14:17:01 main /USR/SBIN/CRON[445]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 15:17:01 main /USR/SBIN/CRON[452]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 16:17:01 main /USR/SBIN/CRON[455]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 17:17:01 main /USR/SBIN/CRON[458]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 18:17:01 main /USR/SBIN/CRON[461]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 19:17:01 main /USR/SBIN/CRON[464]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)

-----------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \ 
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|

Brought to you by linuxserver.io
-----------------------------------
GID/UID
-----------------------------------
User uid: 99
User gid: 100
-----------------------------------

We are now refreshing packages from apt repositorys, this *may* take a while
MOD Default {} {}
MOD Default {} {}
MOD Default {} {}
MOD Default {} {}
Jan 5 20:38:50 main syslog-ng[78]: syslog-ng starting up; version='3.5.3'
Jan 5 21:17:01 main /USR/SBIN/CRON[177]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 22:17:01 main /USR/SBIN/CRON[180]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 5 23:17:01 main /USR/SBIN/CRON[183]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 00:17:01 main /USR/SBIN/CRON[186]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 01:17:01 main /USR/SBIN/CRON[189]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 02:17:01 main /USR/SBIN/CRON[192]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 03:17:01 main /USR/SBIN/CRON[195]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 04:17:01 main /USR/SBIN/CRON[198]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 05:17:01 main /USR/SBIN/CRON[201]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 06:17:01 main /USR/SBIN/CRON[204]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 06:25:01 main /USR/SBIN/CRON[207]: (root) CMD (test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ))
Jan 6 06:25:03 main syslog-ng[78]: Configuration reload request received, reloading configuration;
Jan 6 07:17:01 main /USR/SBIN/CRON[264]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 08:17:01 main /USR/SBIN/CRON[267]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 09:17:01 main /USR/SBIN/CRON[270]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 10:17:01 main /USR/SBIN/CRON[273]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 11:17:01 main /USR/SBIN/CRON[276]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 12:17:01 main /USR/SBIN/CRON[279]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 13:17:01 main /USR/SBIN/CRON[282]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 14:17:01 main /USR/SBIN/CRON[285]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 15:17:01 main /USR/SBIN/CRON[292]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 16:17:01 main /USR/SBIN/CRON[295]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 17:17:01 main /USR/SBIN/CRON[298]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 18:17:01 main /USR/SBIN/CRON[301]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 19:17:01 main /USR/SBIN/CRON[304]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 20:17:01 main /USR/SBIN/CRON[307]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 21:17:01 main /USR/SBIN/CRON[310]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jan 6 22:17:01 main /USR/SBIN/CRON[314]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)

 

Go to https://Tower:943/admin

Link to comment
  • trurl pinned and unpinned this topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.