Forum archive
okay so this is what ive come to gather so far setting this up to work correctly, but am i right?
Some extra steps are needed to complete this setup, so it seems
1. Increase cert validity length
(/forum/support/sun-20190106-0448/cannot-conn...)
2. Change route table to include internet and not just lan
(https://forums.openvpn.net/viewtopic.php?t=23685)
(https://serverfault.com/questions/307059/openvpn-server-running-on-openv...)
3. Then add clients
(https://github.com/turnkeylinux-apps/openvpn/blob/master/docs/gateway.rst)
My main question is, in this excerpt (step 2)
iptables -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A FORWARD -s 10.8.0.0/24 -j ACCEPT
iptables -A FORWARD -j REJECT
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o venet0 -j SNAT --to-source 1.2.3.4venth0 should be tun0? or eth0? And also obviously update the ips to reflect the respected ones. Am I on the right track here or am I looking to far into connectivity issues?
Lucky me right? so as the title suggests AT&T and T-Mobile both block standard Turnkey OpenVPN OOTB. Does anyone have any luck setting up SSL along side with this turnkey setup? Curious becuase two tech giants in the US block this and it would be very helpful to learn how to get around this. It seems i need to set it up with AWS first then do the Turnkey setup but the way things are at the moment that doesnt seem possible. Please help!