OpenVPN set alias for server -


i have made vpn server in local (home) network, run in bridging mode.

now, want configure notebook able connect vpn, want use server's local lan ip when using notebook @ home , use server's public ip when using notebook @ school/...

how can add alias server address in client configuration?

<connection>   remote 11.22.33.44 1194 udp </connection> <connection>   remote 10.0.0.1 1194 udp </connection> 

according documentation:

an openvpn client try each connection profile sequentially until achieves successful connection.
--remote-random can used "scramble" connection list.


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -