linux/o*: add Korean translation (#14711)
This commit is contained in:
20
pages.ko/linux/openfortivpn.md
Normal file
20
pages.ko/linux/openfortivpn.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# openfortivpn
|
||||
|
||||
> Fortinet의 독점 PPP+SSL VPN 솔루션을 위한 VPN 클라이언트.
|
||||
> 더 많은 정보: <https://github.com/adrienverge/openfortivpn>.
|
||||
|
||||
- 사용자명과 비밀번호로 VPN에 연결:
|
||||
|
||||
`openfortivpn --username={{사용자명}} --password={{비밀번호}}`
|
||||
|
||||
- 특정 구성 파일을 사용하여 VPN에 연결 (`/etc/openfortivpn/config`가 기본값):
|
||||
|
||||
`sudo openfortivpn --config={{경로/대상/구성}}`
|
||||
|
||||
- 호스트와 포트를 지정하여 VPN에 연결:
|
||||
|
||||
`openfortivpn {{호스트}}:{{포트}}`
|
||||
|
||||
- 인증서의 sha256 합계를 전달하여 특정 게이트웨이를 신뢰:
|
||||
|
||||
`openfortivpn --trusted-cert={{sha256_합계}}`
|
Reference in New Issue
Block a user