宮尾です Vine4.2 に openvpn-2.1_rc22(terボール) をインストールして ssl 接続で仮想 Lan 環境を構築したいと思っているのですが、 VPN 用の SSL キー作成でつまずいてキーが作成できません。 (環境) [root@MainServer openvpn]# rpm -qa | grep ssl openssl-devel-0.9.7l-2.44vl4 openssl-perl-0.9.7l-2.44vl4 mod_ssl-apache2-2.2.3-3.9vl4 openssl-0.9.7l-2.44vl4 mod_ssl-2.8.31-0vl1 (インストール・設定) [root@・・]# pwd /etc/openvpn [root@・・]# cp /usr/share/doc/openvpn-2.1_rc22/easy-rsa/2.0/* /etc/openvpn/ [root@・・]# cp -R /usr/share/doc/openvpn-2.1_rc22/easy-rsa /etc/openvpn/ [root@・・]# cp /usr/share/doc/openvpn-2.1_rc22/sample-config-files/server.conf /etc/openvpn/ [root@・・]# echo 1 > /proc/sys/net/ipv4/ip_forward [root@・・]# vi /etc/sysctl.conf net.ipv4.ip_forward = 1 [root@・・]# vi export KEY_COUNTRY="JP" export KEY_PROVINCE="Tokyo" export KEY_CITY="xxxx" export KEY_ORG="hogehoge" export KEY_EMAIL="info@xxxxxxxxxxxxxxx" 上記の設定で、下記のように実行するとエラーと思われる物が出てきて次に進めません。 下記の解決方法が分かりません。 [root@・・]# pwd /etc/openvpn [root@・・]# ../vars -bash: ../vars: そのようなファイルやディレクトリはありません [root@・・]# ./vars NOTE: If you run ./clean-all, I will be doing a rm -rf on /etc/openvpn/keys [root@・・]# ./clean-all Please source the vars script first (i.e. "source ./vars") Make sure you have edited it to reflect your configuration. [root@・・]# ./build-ca Please edit the vars script to reflect your configuration, then source it with "source ./vars". Next, to start with a fresh PKI configuration and to delete any previous certificates and keys, run "./clean-all". Finally, you can run this tool (pkitool) to build certificates/keys. 参考サイト http://tsuttayo.jpn.org/ssh/openvpn/ http://www.stackasterisk.jp/tech/systemConstruction/openVpn01_05.jsp#7_1 ご指導下さい。 よろしくお願いします。 /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Name : 宮尾 勝巳 ( Katumi Miyao ) E-mail : miyao@xxxxxxxxxxxxxxxxxxxx /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/