<div dir="ltr"><div><div><div><div>Hello,<br></div>I am doing something similar to what is happening in this scenario:<br><br><a href="http://kyl191.net/2012/12/tunneling-openvpn-through-stunnel/">http://kyl191.net/2012/12/tunneling-openvpn-through-stunnel/</a><br>
<br></div>That is, I have set my openvpn client configuration to be "remote localhost port" where port is the port my stunnel client is listening on the same box as my openvpn client.<br><br>This seems to work - I get connected to OpenVPN server fine, however, I don't seem to be able to ping the openvpn server by either of it's public or private ip addresses. In fact, it seems like when I do a tcpdump on the stunnel server, I don't see any incoming traffic on port 443. How is it possible that I am getting the VPN connection, but then the rest of the traffic just sort of stops going through stunnel?<br>
<br>My stunnel client service looks like the following:<br><br>[openvpn]<br>accept = <a href="http://127.0.0.1:5150">127.0.0.1:5150</a><br>connect = stunnelserver:443<br><br></div>and my stunnel server looks like:<br><br>
[ovpnout]<br>cert = mycert.pem<br>accept  = 443<br>connect = openvpn server<br><br></div>Any ideas?<br></div>