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>
an openvpn client try each connection profile sequentially until achieves successful connection.
--remote-random can used "scramble" connection list.
Comments
Post a Comment