서버 및 클라이언트 구성 모두에서 설정했습니다.
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) 양쪽에 huuuge CPU로드가 발생합니다.
3) Wireshark에서 데이터가 암호화되어 있음을 알았습니다.
암호화를 비활성화하려면 무엇이 더 필요합니까?