私が設定したサーバーとクライアントの両方の設定:
cipher none
auth none
このアドバイスに従って、 UDPポート1195も使用しています。
サーバーとクライアントを起動すると、次の警告が表示されます。
Tue Dec 4 12:58:25 2018 ******* WARNING *******: '--cipher none' was specified. This means NO encryption will be performed and tunnelled data WILL be transmitted in clear text over the network! PLEASE DO RECONSIDER THIS SETTING!
Tue Dec 4 12:58:25 2018 ******* WARNING *******: '--auth none' was specified. This means no authentication will be performed on received packets, meaning you CANNOT trust that the data received by the remote side have NOT been manipulated. PLEASE DO RECONSIDER THIS SETTING!
...これは良いことですが、それでもopenvpnは暗号化を使用しています。私はこれを知っています、なぜなら:
1)クライアントが接続すると、サーバー側で次のメッセージが表示されます。
Tue Dec 4 12:59:59 2018 client_abc/10.20.73.2:36752 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
Tue Dec 4 12:59:59 2018 client_abc/10.20.73.2:36752 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
2)両側で膨大なCPU負荷がかかる
3)Wiresharkでデータが暗号化されていることがわかります
暗号化を無効にするには他に何が必要ですか?