Running binary version on latest Arch Linux Server #67
-
How i have to start exactly with all options the server with the binary? I got no interface on the port which i started. What i'm doing wrong? I can't really find a How-to for configure... |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
Parameters are same as you can see in dockercomposer.yaml:
Try it and please reply if binary its working for you. I haven't luck with it and binary crashes randomly. I'm interested in running binary only, much cleaner for me than docker. |
Beta Was this translation helpful? Give feedback.
-
Thanks for you reply. I will try tomorrow and see if its works.
jducifuentes ***@***.***> schrieb am Mi. 27. Okt. 2021 um
17:47:
… Parameters are same as you can see in dockercomposer.yaml:
ovpn-admin --debug --ovpn.network="10.10.30.0/24"
--master.sync-token="TOKEN" --easyrsa.path="/mnt/easyrsa"
--easyrsa.index-path="/mnt/easyrsa/pki/index.txt"
--ovpn.server="your_server_IP:7777:udp" --auth.password
--auth.db="/mnt/easyrsa/pki/users.db" --ccd --ccd.path="/mnt/ccd"
Try it and please reply if binary its working for you. I haven't luck with
it and binary crashes randomly. I'm interested in running binary only, much
cleaner for me than docker.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#67 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASKSDY4ZOACWW5N4QVLONXDUJAUJNANCNFSM5GW5X3OA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
That could be a reason why that is running unstable. Have you tried to run
the binary as systemd service?
jducifuentes ***@***.***> schrieb am Do. 28. Okt. 2021 um
10:05:
… Token I think is for master-slave setup I simply put TOKEN word as
parameter. Maybe you can skip that
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#67 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASKSDY7JZBNLNNEHLAPZLNLUJEG4DANCNFSM5GW5X3OA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Sorry, i hadn‘t time today i will give a try over the weekend
jducifuentes ***@***.***> schrieb am Do. 28. Okt. 2021 um
10:09:
… not yet, It crashes as standalone so no further tries .....
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#67 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASKSDY2RNVEG7CH6NA2NUFDUJEHLRANCNFSM5GW5X3OA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Have you installed opvpn-user and configured the server with these option for opvpn-user and opvn-admin? I'm still working on it. It will take some extra time. Sorry! |
Beta Was this translation helpful? Give feedback.
Parameters are same as you can see in dockercomposer.yaml:
ovpn-admin --debug --ovpn.network="10.10.30.0/24" --master.sync-token="TOKEN" --easyrsa.path="/mnt/easyrsa" --easyrsa.index-path="/mnt/easyrsa/pki/index.txt" --ovpn.server="your_server_IP:7777:udp" --auth.password --auth.db="/mnt/easyrsa/pki/users.db" --ccd --ccd.path="/mnt/ccd"
Try it and please reply if binary its working for you. I haven't luck with it and binary crashes randomly. I'm interested in running binary only, much cleaner for me than docker.