Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have create a connection between my vserver and my desktop at home. Now I want to prepare samba over my openvpn tunnel. I want mount a anything in my desktop PC.

I think the Problem is, my Windows blocked the openvpn connection and resolve it as public network. I can ping the vserver but I cannot connect to any service (ssh, ftp, etc.) on my server. I hope you can help me.

share|improve this question
Now it works! I have ping the wrong host thanks for help – Robin Jul 27 '12 at 19:39

closed as off topic by Joe, Paul R, Mike Pennington, nikoshr, BoltClock Jul 29 '12 at 14:05

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

You need to check:

  1. If your VPN-connection established (just ping internal address).
  2. If traffic goes through this connection (run traceroute to internal address)
  3. If you servers are accessible (ping them)
  4. If there any firewall between (scan servers using nmap for example).

Using this information you can determine the point where you have the problem.

share|improve this answer
I dont get a ping of my server. – Robin Jul 26 '12 at 17:46
What should I do? – Robin Jul 26 '12 at 17:46
Check if your vpn connection is established. I believe, it's not – Igor Chubin Jul 26 '12 at 18:24
Now I start it with administration rights and I dont get the errors look here but nevertheless it doesnt work – Robin Jul 27 '12 at 1:39

Not the answer you're looking for? Browse other questions tagged or ask your own question.