Hello,
Am Donnerstag, den 06.10.2011, 15:52 +0200 schrieb bsd:

> >From my understanding here is the short answer : 
> 
> 
> 1. Configure your server to listen on the LAN instead of the WAN interface 
> 
> 2. Create a NAT redirect for each of your WAN ports (generally UDP 1194)
> Such as : 
> 
> WAN1 12.34.56.7 1194 --> LAN 192.168.1.1 1194 
> WAN2 12.34.56.78 1194 --> LAN 192.168.1.1 1194 
> WAN3 12.34.56.79 1194 --> LAN 192.168.1.1 1194 
> 
> 3. On the client side you might want to update part of your config in order 
> to have It try automatically
> 
> cat /var/etc/openvpn/clientl.conf 
> 
> locate the line with 
> 
> remote 12.34.56.7 1194
> 
> and eventually add a line 
> 
> remote 12.34.56.78 1194
> 
> 
> 
> Take as this will be hard coded in your conf. 
> 
> 
> This was my understanding of the solution… AFAICT

I'll give it a try. Thank you.

Regards
Dominik

_______________________________________________
List mailing list
[email protected]
http://lists.pfsense.org/mailman/listinfo/list

Reply via email to