Code Monkey home page Code Monkey logo

Comments (4)

AmadeusJ avatar AmadeusJ commented on July 22, 2024

According other issues, they got error at '/opt/4nonimizer/vpn/vpnbook/ *.ovpn' -
So do I change the path '/opt/4nonimizer/vpn/proxysh/ *.ovpn' to '/opt/4nonimizer/vpn/vpnbook/ *.ovpn' in 'start()' function?
In my 'start()' function....
.......
sed -i '/auth-user-pass/d' /opt/4nonimizer/vpn/*/*.ovpn
sed -i "8iauth-user-pass pass.txt" /opt/4nonimizer/vpn/proxysh/*.ovpn
if [ -z "$SELECTOVPN" ]; then
SELECTOVPN=$(ls /opt/4nonimizer/vpn/proxysh/*.ovpn | shuf -n 1)
fi
current_provider=cat /opt/4nonimizer/4nonimizer | awk 'NR==67' | awk -F';' '{print $1}' | awk -F'/' '{print $5}'
# Avoid DNS leaks
#sed -i '10s/^/block-outside-dns\n/' /opt/4nonimizer/vpn/vpnbook/*.ovpn
......
'sed -i '10s/^/block-outside-dns\n/' /opt/4nonimizer/vpn/vpnbook/*.ovpn' is commented...
Thx-

from 4nonimizer.

AmadeusJ avatar AmadeusJ commented on July 22, 2024

Yeah_ I was right! After I change the path in 'start()' It works well !
Thx !

from 4nonimizer.

Majid-Mohammed avatar Majid-Mohammed commented on July 22, 2024

Hi guys ...
I think I am living the same problem as above with little difference and I need if you can.
here is the problem:
sed: can't read /opt/4nonimizer/vpn/vpnbook/.ovpn: No such file or directory
ls: cannot access '/opt/4nonimizer/vpn/vpnbook/
.ovpn': No such file or directory
..............................

[+] There is a problem starting openvpn. Please, check nohup.out for details

--pkcs11-pin-cache seconds : Number of seconds to cache PIN. The default is -1
cache until token is removed.
--pkcs11-id-management : Acquire identity from management interface.
--pkcs11-id serialized-id 'id' : Identity to use, get using standalone --show-pkcs11-ids

SSL Library information:
--show-ciphers : Show cipher algorithms to use with --cipher option.
--show-digests : Show message digest algorithms to use with --auth option.
--show-engines : Show hardware crypto accelerator engines (if available).
--show-tls : Show all TLS ciphers (TLS used only as a control channel).

Generate a random key (only for non-TLS static key encryption mode):
--genkey : Generate a random key to be used as a shared secret,
for use with the --secret option.
--secret file : Write key to file.

Tun/tap config mode (available with linux 2.4+):
--mktun : Create a persistent tunnel.
--rmtun : Remove a persistent tunnel.
--dev tunX|tapX : tun/tap device
--dev-type dt : Device type. See tunnel options above for details.
--user user : User to set privilege to.
--group group : Group to set privilege to.
PKCS#11 standalone options:
--show-pkcs11-ids provider [cert_private] : Show PKCS#11 available ids.
--verb option can be added BEFORE this.

General Standalone Options:
--show-gateway : Show info about default gateway.

from 4nonimizer.

 avatar commented on July 22, 2024

Guys I need Help With That start command !
Error reading username from Auth authfile: pass.txt

from 4nonimizer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.