Hi I haven't been able to find solid information about how to do this.

I have a VPN in my home server and at work they have blocked the OpenVPN port 1194, how can I have my windows 7 use another port when it tries to go out port 1194? i.e. port 53 or port 443

I think I've found this is done with firewalls, and I've found information on doing it with iptables but how about doing it on Windows Firewall or another windows based firewall?

link|improve this question
feedback

migrated from stackoverflow.com Mar 25 '11 at 9:21

This question came from our site for professional and enthusiast programmers.

closed as off topic by Iain, Chopper3 Mar 25 '11 at 9:54

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

2 Answers

up vote 0 down vote accepted

Configure your OpenVPN server to listen on 443, and configure the client to connect to 443. It might also be worth setting the protocol to TCP, as UDP on 443 might be blocked.

link|improve this answer
feedback

No it is just a firewall, it doesn't do NAT or port forwarding. However there are 3rd party port forwarding apps for windows that are googleable.

link|improve this answer
feedback

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