Hi,

On Thu, Mar 18, 2021 at 7:50 PM 8187--- via Openvpn-users <
openvpn-users@lists.sourceforge.net> wrote:

> Hello, list,
>
> This is probably obvious to the rest of you, but I am not able to give
> openvpn multi parameter options on the command line:
>
> sudo openvpn --remote "127.0.0.1 10153" --route "162.245.206.244
> 255.255.255.255 net_gateway" --config=/etc/stunnel/vpn/openvpn.conf
>

Wrong use of quotes.
The correct usage would be

sudo openvpn --remote 127.0.0.1 10153 --route 162.245.206.244
255.255.255.255 net_gateway --config /etc/stunnel/vpn/openvpn.conf

Selva
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to