先日、CentOS7へ
https://www.sharemyknowledge.jp/centos7/openvpn-centos7
を参考にVPNサーバーを構築しようとしたのですが、
どこが値を読み替えればよいのかわからず、記載のまま設定ファイルを作成してしまいました。
サービスを起動しても、起動せず。。。
[root@local openvpn]# systemctl start openvpn@server
Job for openvpn@server.service failed because the control process exited with error code. See "systemctl status openvpn@server.service" and "journalctl -xe" for details.
[root@local openvpn]# systemctl status openvpn@server.service
● openvpn@server.service - OpenVPN Robust And Highly Flexible Tunneling Application On server
Loaded: loaded (/usr/lib/systemd/system/openvpn@.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since 火 2019-11-19 16:23:31 JST; 7s ago
Process: 10266 ExecStart=/usr/sbin/openvpn --cd /etc/openvpn/ --config %i.conf (code=exited, status=1/FAILURE)
Main PID: 10266 (code=exited, status=1/FAILURE)
11月 19 16:23:31 local.localdomain systemd[1]: Starting OpenVPN Robust And ....
11月 19 16:23:31 local.localdomain openvpn[10266]: Options error: Unrecogniz...
11月 19 16:23:31 local.localdomain openvpn[10266]: Use --help for more infor...
11月 19 16:23:31 local.localdomain systemd[1]: openvpn@server.service: main...E
11月 19 16:23:31 local.localdomain systemd[1]: Failed to start OpenVPN Robu....
11月 19 16:23:31 local.localdomain systemd[1]: Unit openvpn@server.service ....
11月 19 16:23:31 local.localdomain systemd[1]: openvpn@server.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
[root@local openvpn]# journalctl -xe
11月 19 16:15:16 local.localdomain systemd[1]: openvpn@server.service failed.
11月 19 16:15:16 local.localdomain polkitd[8811]: Unregistered Authentication Ag
11月 19 16:23:31 local.localdomain polkitd[8811]: Registered Authentication Agen
11月 19 16:23:31 local.localdomain systemd[1]: Starting OpenVPN Robust And Highl
-- Subject: Unit openvpn@server.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel |
---|
-- Unit openvpn@server.service has begun starting up. |
11月 19 16:23:31 local.localdomain openvpn[10266]: Options error: Unrecognized o |
11月 19 16:23:31 local.localdomain openvpn[10266]: Use --help for more informati |
11月 19 16:23:31 local.localdomain systemd[1]: openvpn@server.service: main proc |
11月 19 16:23:31 local.localdomain systemd[1]: Failed to start OpenVPN Robust An |
-- Subject: Unit openvpn@server.service has failed |
-- Defined-By: systemd |
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel |
-- |
-- Unit openvpn@server.service has failed. |
-- |
-- The result is failed. |
11月 19 16:23:31 local.localdomain systemd[1]: Unit openvpn@server.service enter |
11月 19 16:23:31 local.localdomain systemd[1]: openvpn@server.service failed. |
11月 19 16:23:31 local.localdomain polkitd[8811]: Unregistered Authentication Ag |
lines 2067-2089/2089 (END) ESCESCOOAA11月 19 16:15:16 local.localdomain systemd[1]: Unit openvpn@server.service enter |
lines 2066-2088/2089 100% ESCESCOOAA-- The result is failed. |
lines 2065-2087/2089 100% ESCESCOOAA-- |
lines 2064-2086/2089 100% ESCESCOOAA-- Unit openvpn@server.service has failed. |
lines 2063-2085/2089 100% ESCESCOOAA-- |
lines 2062-2084/2089 100% ESCESCOOAA-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel |
lines 2061-2083/2089 100% ESCESCOOBB-- Unit openvpn@server.service has failed. |
lines 2062-2084/2089 100% ESCESCOOBB-- |
lines 2063-2085/2089 100% ESCESCOOBB-- The result is failed. |
lines 2064-2086/2089 100% ESCESCOOBB11月 19 16:23:31 local.localdomain systemd[1]: Unit openvpn@server.service enter |
lines 2065-2087/2089 100% ESCESCOOBB11月 19 16:23:31 local.localdomain systemd[1]: openvpn@server.service failed. |
lines 2066-2088/2089 100% ESCESCOOBB11月 19 16:23:31 local.localdomain polkitd[8811]: Unregistered Authentication Ag |
lines 2067-2089/2089 (END) ESCESCOOBBlines 2067-2089/2089 (END) ESCESCOOBBlines 2067-2089/2089 (END) ESCESCOOBBlines 2067-2089/2089 (END) |
----------------- |
起動しない原因は、設定ファイル(/etc/openvpn/server.conf)と予測しているのですが、正しいでしょうか。
ログが見切れているように感じており、どうしたらすべて表示できるのか試行錯誤しております。
OpenVPNの設定ファイルについての項目の一覧のような説明のサイトがあれば教えていただきたいです。
Windows10→VMwareWorkStation→CentOS7
という構成にはなっております。
以上、よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー