SW/ 개발팁 / 추천프로그램, 꿀팁 공유
  • 돌아가기
  • 아래로
  • 위로
  • 목록
  • 댓글
질문

expressvpn + qbittorrent 작동이 되질 않습니다.

나린이 나린이 394

0

2

DS920+

dsm 7

사용한 도커 이미지  

markusmcnugen/qbittorrentvpn

 

참고사이트 

큐빗에 익스프레스vpn 적용하려고  위 도커 설치했는데

이리저리 해도 ㅇ안되네요

컨테이너는 실행되는데  webui 가 안열려요 . 방화벽 열고 포트포워딩도 해주고

192.168.6.20:8080 했는데 열리지가 않습니다.

docker run -d --cap-add=NET_ADMIN --device=/dev/net/tun \
              --name=qbittorrentvpn \
              -v /volume2/docker/qbittorrentvpn/config:/config \
              -v /volume1/torrent0/qbittorrentvpn:/downloads \
              -e PUID=1026 \
              -e PGID=100 \
              -e TZ=Asia/Seoul \
              -e "VPN_ENABLED=yes" \
              -e "VPN_USERNAME=xxxxx@gmail.com" \
              -e "VPN_PASSWORD=xxxxxxxxxxxxx" \
              -e "LAN_NETWORK=192.168.0.1/24" \
              -e "NAME_SERVERS=8.8.8.8,8.8.4.4" \
              -e "WEBUI_PORT=8080" \
              -p 8080:8080 \
              -p 8999:8999 \
              -p 8999:8999/udp \
              markusmcnugen/qbittorrentvpn

 

도무지 모르겠습니다. 

 

아래 로그입니다.

date stream content
2023/06/29 02:00:31 stdout Wed Jun 28 17:00:31 2023 Exiting due to fatal error
2023/06/29 02:00:31 stdout Wed Jun 28 17:00:31 2023 ERROR: Cannot ioctl TUNSETIFF tun: Operation not permitted (errno=1)
2023/06/29 02:00:31 stdout Wed Jun 28 17:00:31 2023 ROUTE_GATEWAY 172.17.0.1/255.255.0.0 IFACE=eth0 HWADDR=02:42:ac:11:00:04
2023/06/29 02:00:31 stdout Wed Jun 28 17:00:31 2023 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
2023/06/29 02:00:31 stdout Wed Jun 28 17:00:31 2023 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key
2023/06/29 02:00:31 stdout Wed Jun 28 17:00:31 2023 OPTIONS IMPORT: data channel crypto options modified
2023/06/29 02:00:31 stdout Wed Jun 28 17:00:31 2023 OPTIONS IMPORT: adjusting link_mtu to 1629
2023/06/29 02:00:31 stdout Wed Jun 28 17:00:31 2023 OPTIONS IMPORT: peer-id set
2023/06/29 02:00:31 stdout Wed Jun 28 17:00:31 2023 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
2023/06/29 02:00:31 stdout Wed Jun 28 17:00:31 2023 OPTIONS IMPORT: route options modified
2023/06/29 02:00:31 stdout Wed Jun 28 17:00:31 2023 OPTIONS IMPORT: --ifconfig/up options modified
2023/06/29 02:00:31 stdout Wed Jun 28 17:00:31 2023 OPTIONS IMPORT: compression parms modified
2023/06/29 02:00:31 stdout Wed Jun 28 17:00:31 2023 OPTIONS IMPORT: timers and/or timeouts modified
2023/06/29 02:00:31 stdout Wed Jun 28 17:00:31 2023 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 10.43.0.1,comp-lzo no,route 10.43.0.1,topology net30,ping 10,ping-restart 60,ifconfig 10.43.2.2 10.43.2.1,peer-id 51,cipher AES-256-GCM'
2023/06/29 02:00:30 stdout Wed Jun 28 17:00:30 2023 SENT CONTROL [Server-10755-0a]: 'PUSH_REQUEST' (status=1)
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 [Server-10755-0a] Peer Connection Initiated with [AF_INET]45.80.157.66:1195
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, 2048 bit RSA
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 WARNING: 'auth' is used inconsistently, local='auth [null-digest]', remote='auth SHA512'
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 WARNING: 'cipher' is present in local config but missing in remote config, local='cipher AES-256-GCM'
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 WARNING: 'link-mtu' is used inconsistently, local='link-mtu 1554', remote='link-mtu 1606'
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 VERIFY OK: depth=0, C=VG, ST=BVI, O=ExpressVPN, OU=ExpressVPN, CN=Server-10755-0a, emailAddress=support@expressvpn.com
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 VERIFY X509NAME OK: C=VG, ST=BVI, O=ExpressVPN, OU=ExpressVPN, CN=Server-10755-0a, emailAddress=support@expressvpn.com
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 VERIFY OK: nsCertType=SERVER
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 VERIFY OK: depth=1, C=VG, ST=BVI, O=ExpressVPN, OU=ExpressVPN, CN=ExpressVPN CA, emailAddress=support@expressvpn.com
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 TLS: Initial packet from [AF_INET]45.80.157.66:1195, sid=e3b9e98f 8a930070
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 UDP link remote: [AF_INET]45.80.157.66:1195
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 UDP link local: (not bound)
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 Socket Buffers: R=[212992->425984] S=[212992->425984]
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 TCP/UDP: Preserving recently used remote address: [AF_INET]45.80.157.66:1195
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 Incoming Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 Outgoing Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 WARNING: --ns-cert-type is DEPRECATED.  Use --remote-cert-tls instead.
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 library versions: OpenSSL 1.1.1f  31 Mar 2020, LZO 2.10
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 OpenVPN 2.4.7 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Jul 19 2021
2023/06/29 02:00:29 stdout Wed Jun 28 17:00:29 2023 WARNING: file 'credentials.conf' is group or others accessible
2023/06/29 02:00:29 stdout 2023-06-28 17:00:29.260716 [info] Starting OpenVPN...
2023/06/29 02:00:29 stdout 2023-06-28 17:00:29.226113 [info] PGID not defined. Defaulting to root group
2023/06/29 02:00:29 stdout 2023-06-28 17:00:29.191326 [info] PUID not defined. Defaulting to root user
2023/06/29 02:00:29 stdout 2023-06-28 17:00:29.156848 [info] Adding 8.8.4.4 to resolv.conf
2023/06/29 02:00:29 stdout 2023-06-28 17:00:29.119974 [info] Adding 8.8.8.8 to resolv.conf
2023/06/29 02:00:29 stdout 2023-06-28 17:00:29.082602 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS)
2023/06/29 02:00:29 stdout 2023-06-28 17:00:29.046325 [info] NAME_SERVERS defined as '8.8.8.8,8.8.4.4'
2023/06/29 02:00:29 stdout 2023-06-28 17:00:29.010292 [info] LAN_NETWORK defined as '192.168.0.1/24'
2023/06/29 02:00:28 stdout 2023-06-28 17:00:28.973971 [info] VPN_DEVICE_TYPE defined as 'tun0'
2023/06/29 02:00:28 stdout 2023-06-28 17:00:28.934871 [warn] VPN_PROTOCOL not found in /config/openvpn/my_expressvpn_usa_-_atlanta_udp.ovpn, assuming udp
2023/06/29 02:00:28 stdout 2023-06-28 17:00:28.892501 [info] VPN_PORT defined as '1195'
2023/06/29 02:00:28 stdout 2023-06-28 17:00:28.856360 [info] VPN_REMOTE defined as 'usa-atlanta-ca-version-2.expressnetw.com'
2023/06/29 02:00:28 stdout 2023-06-28 17:00:28.819874 [info] VPN remote line defined as 'usa-atlanta-ca-version-2.expressnetw.com 1195'
2023/06/29 02:00:28 stderr dos2unix: converting file /config/openvpn/my_expressvpn_usa_-_atlanta_udp.ovpn to Unix format...
2023/06/29 02:00:28 stdout 2023-06-28 17:00:28.777897 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/my_expressvpn_usa_-_atlanta_udp.ovpn
2023/06/29 02:00:28 stdout 2023-06-28 17:00:28.738205 [info] VPN_ENABLED defined as 'yes'
신고공유스크랩
2
profile image 1등
나린이 글쓴이 2023.06.29. 15:55
높은 권한을 사용하여 컨테이너 실행 에 체크 하니까 잘되네요.. 한참 뻘짓했습니다 ;;;
profile image
나린이 글쓴이 2023.06.29. 15:56
나린이
그리고 저 위에 VPN username 은 이메일 주소가 아니라 vpn 결제하면 나오는 코드를 입력해야 합니다.

댓글 쓰기 권한이 없습니다. 로그인

취소 댓글 등록

cmt alert

신고

"님의 댓글"

이 댓글을 신고하시겠습니까?

댓글 삭제

"님의 댓글"

삭제하시겠습니까?


목록

공유

facebooktwitterpinterestbandkakao story