Hi Ralf,

Ralf Hildebrandt wrote:
> Currently we're using:
>
> proto udp
> remote gateway.charite.de 1194
> remote IP.address.of.gateway 1194
>
> in the client's config. Is a mixed setup (one server offering the
> service on port 1194, protocol UDP and one server offering the service
> on port 443, protocol TCP) possible?
>
> Or do I have to give the user two configs, one containing:
>
> proto udp
> remote gateway.charite.de 1194
>
> and the other
>
> proto tcp
> remote vpn-last-resort.charite.de 443
>
>   
I thought you reviewed my book ;)

see
- page 288
- page 314

you can use either
  remote vpn-last-resort.charite.de 443 tcp
or
  <connection>
    remote vpn-last-resort.charite.de
    port 443
    port tcp
  </connection>
  
Starting with 2.3.1 you can also specify udp-only things inside 
connection blocks, such as 'fragment'

HTH,

JJK


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to