Page 1 of 1
[resolved]Change lport & rport given a binary from provider?
Posted: Wed Dec 21, 2011 9:43 pm
by JoeGibken
Is there by chance a way that I can change the lport and rport in Linux when my VPN provider only gave me a single binary file to connect to their servers? How by chance? Thank you

Re: Change lport & rport given a binary from provider? [Linu
Posted: Wed Dec 21, 2011 11:15 pm
by janjust
eh? just add command parameters and/or change the config file.
Re: Change lport & rport given a binary from provider? [Linu
Posted: Thu Dec 22, 2011 12:45 am
by JoeGibken
As I am not sure what is the syntax, kindly correct me if below is wrong:
Code: Select all
sudo providersvpnbinary --config someserver.ovpn -lport:137 -rport:1201
Re: Change lport & rport given a binary from provider? [Linu
Posted: Thu Dec 22, 2011 9:34 am
by janjust
did you read the manual:
http://openvpn.net/index.php/manuals/42 ... pn-22.html ?
it's explained in there quite nicely. Add
to the 'someserver.ovpn' file or use
Re: Change lport & rport given a binary from provider? [Linu
Posted: Thu Dec 22, 2011 10:18 am
by JoeGibken
Oh. My bad ^^;; I should have read the manual & RTFM'd...
Thanks a bunch & will try it
