Hi,

On Fri, Mar 19, 2021 at 12:47:35AM +0100, 8187--- via Openvpn-users wrote:
> 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

The quotes are not needed - and actually harmful, because they make a
single argument out of two, making "127.0.0.1 10153" the "hostname to
connect to".  Which fails.

Just make this

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

gert

-- 
"If was one thing all people took for granted, was conviction that if you 
 feed honest figures into a computer, honest figures come out. Never doubted 
 it myself till I met a computer with a sense of humor."
                             Robert A. Heinlein, The Moon is a Harsh Mistress

Gert Doering - Munich, Germany                             g...@greenie.muc.de

Attachment: signature.asc
Description: PGP signature

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

Reply via email to