Re: How does "making VPN accessible" works?

2018-05-22 Thread Yuri Kanivetsky
Hello. Sorry for taking too long to reply. I had a lot going on lately. And thanks for your reply. I thought I'm on my own with this. I decided to go over it once again. Last time it was the other hosting (VMWare virtual machine). This time it's virtual machine on a VPS hosting with Xen virtualiz

Re: How does "making VPN accessible" works?

2018-05-08 Thread likcoras
On 05/09/2018 05:37 AM, Yuri Kanivetsky wrote: > To investigate I added the following rules to iptables: > > iptables -A INPUT -p tcp --dport 443 -j LOG > iptables -A OUTPUT -p tcp --sport 443 -j LOG > > While it was running, I ran a https request to the server from my > local computer. It hang,

How does "making VPN accessible" works?

2018-05-08 Thread Yuri Kanivetsky
Hi, I wasn't able to find the answer neither on Stack Overflow, nor on OpenVPN forum. I had a server I had to connect to VPN, but make it accessible over SSH (via it's physical NIC). I've found a solution, but I don't really understand how it solves the issue. Just telling a good place to ask this