Giter VIP home page Giter VIP logo

Comments (7)

unlimited996 avatar unlimited996 commented on May 29, 2024

X7N7TJCZ CMIZTG720J}2}3

from amnezia-client.

pokamest avatar pokamest commented on May 29, 2024

Thank you for reporting!
Can you propose solution for that?

from amnezia-client.

40OIL avatar 40OIL commented on May 29, 2024

maybe instead of "FROM alpine:latest" specify a specific previous version and rebuild EXE?

from amnezia-client.

unlimited996 avatar unlimited996 commented on May 29, 2024

maybe instead of "FROM alpine:latest" specify a specific previous version and rebuild EXE?

Yes, using "FROM alpine:3.15" can generate the correct image, but I recommend that the image be pulled from your own image repository to avoid such problems caused by major changes to the official image version

from amnezia-client.

40OIL avatar 40OIL commented on May 29, 2024

Can you rebuild the "temporary release" of amnesia with these changes? Well, so that you can put a working server now? And then neither Travis Ci nor Qt Creator does not work for me, and the google does not help ...
Or somewhere you can correct these scripts immediately on the server?

from amnezia-client.

unlimited996 avatar unlimited996 commented on May 29, 2024

Can you rebuild the "temporary release" of amnesia with these changes? Well, so that you can put a working server now? And then neither Travis Ci nor Qt Creator does not work for me, and the google does not help ... Or somewhere you can correct these scripts immediately on the server?

I don't understand how to fix that ,now I use kylemanna/openvpn:2.4 image to use openVpn before fixed
1.docker pull kylemanna/openvpn:2.4
2.mkdir -p /data/openvpn
3.docker run -v /data/openvpn:/etc/openvpn --rm kylemanna/openvpn:2.4 ovpn_genconfig -u udp://39.104.162.245 【server IP】
4.docker run -v /data/openvpn:/etc/openvpn --rm -it kylemanna/openvpn:2.4 ovpn_initpki
Enter PEM pass phrase:12345678【need remember private key,multiple inputs are required later】
Common Name (eg: your user, host, or server name) [Easy-RSA CA]: 【or Enter to skip】
5.docker run -v /data/openvpn:/etc/openvpn --rm -it kylemanna/openvpn:2.4 easyrsa build-client-full whsir nopass
6.mkdir -p /data/openvpn/conf
7.docker run -v /data/openvpn:/etc/openvpn --rm kylemanna/openvpn:2.4 ovpn_getclient whsir > /data/openvpn/conf/whsir.ovpn
8.docker run --name openvpn -v /data/openvpn:/etc/openvpn -d -p 1194:1194/udp --cap-add=NET_ADMIN kylemanna/openvpn:2.4
9.iptables-save > /etc/sysconfig/iptables
10.systemctl stop firewalld.service
11.systemctl disable firewalld.service
12.yum -y install iptables-services net-tools
13.systemctl enable iptables.service
14.vi /etc/sysconfig/iptables 【add at the bottom before COMMIT】
-A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
15.systemctl restart iptables
16.download /data/openvpn/conf/whsir.ovpn

then you can use whsir.ovpn to connect to openvpn

from amnezia-client.

pokamest avatar pokamest commented on May 29, 2024

Fixed in 2.0.10
https://github.com/amnezia-vpn/desktop-client/releases/edit/2.0.10

from amnezia-client.

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.