이더넷 케이블을 통해 로컬 라우터에 연결된 Raspberry pi(Raspbian) 무선 TOR 액세스 포인트가 있습니다. 한 가지 빼고는 모든 것이 괜찮습니다. VPN을 사용하고 싶은데 VPN 제공업체에 연결할 수 없습니다.
Windows 8 컴퓨터에서 OpenVPN 앱을 사용하고 있습니다. (매번은 아니지만) "DNS를 얻을 수 없습니다..." 또는 이와 유사한 메시지가 표시되지만 Raspberry pi 또는 AP에 연결된 경우에만 해당됩니다.
pi@raspberrypi ~ $ sudo iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
REDIRECT tcp -- anywhere anywhere tcp dpt:ssh redir ports 22
REDIRECT udp -- anywhere anywhere udp dpt:domain redir ports 53
REDIRECT tcp -- anywhere anywhere tcpflags: FIN,SYN,RST,ACK/SYN redir ports 9040
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
내 방화벽이 그다지 제한적이라고 생각하지는 않지만 다음 VPN 프로필이 도움이 될 수 있습니다.
# Notice to Mullvad customers:
# For those of you behind very restrictive firewalls,
# you can use our tunnels on tcp port 443, as well as
# on udp port 53.
clientdev tunproto udp
#proto udp#
proto tcp
remote nl.mullvad.net 1300
cipher AES-256-CBC
누구든지 내가 이것을 알아낼 수 있도록 도와 줄 수 있습니까?
감사해요