Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not sure why can't I run it #6

Open
languagemaniac opened this issue Nov 29, 2023 · 3 comments
Open

Not sure why can't I run it #6

languagemaniac opened this issue Nov 29, 2023 · 3 comments

Comments

@languagemaniac
Copy link

languagemaniac commented Nov 29, 2023

Hi, I cloned the latest release and then executed the make command.

After that, i tried executing "amnezia-wg" but it's not being recognized.

After the build process, "wireguard-go" was created. But if i run "wireguard-go awg0" I get

Running wireguard-go is not required because this │
│ kernel has first class support for WireGuard. For │
│ information on installing the kernel module, │
│ please visit: │
https://www.wireguard.com/install/

And "operation not permitted".

I tried with sudo, and i get the same message, without the "operation not permitted" but awg0 is not being created.

So no idea how to run this :') would appreciate some help

Edit: apparently, it is, but it doesn't show in ifconfig, only when running "wg"

Am i supposed to use this instead of amnezia-wg?

@languagemaniac languagemaniac changed the title Not sure why I can't run it Not sure why can't I run it Nov 29, 2023
@Grachev-KA
Copy link

Grachev-KA commented Jan 22, 2024

Привет, я клонировал последнюю версию, а затем выполнил команду make.

После этого я попытался выполнить «amnezia-wg», но он не распознается.

После процесса сборки был создан «wireguard-go». Но если я запущу «wireguard-go awg0», я получу

Запуск Wireguard-go не требуется, поскольку это │ │ ядро ​​имеет первоклассную поддержку WireGuard. Для получения │ │ информации об установке модуля ядра │ │ посетите: │ │ https://www.wireguard.com/install/

И «операция не разрешена».

Я попробовал с помощью sudo и получаю то же сообщение, без надписи «операция не разрешена», но awg0 не создается.

Так что понятия не имею, как это запустить:') буду признателен за помощь

Изменить: по-видимому, это так, но оно не отображается в ifconfig, только при запуске «wg».

Я должен использовать это вместо amnezia-wg?

Did you manage to solve the problem? Faced a similar

@languagemaniac
Copy link
Author

languagemaniac commented Jan 22, 2024

Did you manage to solve the problem? Faced a similar

Nope, still waiting for a reply here, but haven't tested the new release. Will test

@Grachev-KA
Copy link

Grachev-KA commented Jan 22, 2024

Привет, я клонировал последнюю версию, а затем выполнил команду make.

После этого я попытался выполнить «amnezia-wg», но он не распознается.

После процесса сборки был создан «wireguard-go». Но если я запущу «wireguard-go awg0», я получу

Запуск Wireguard-go не требуется, поскольку это │ │ ядро ​​имеет первоклассную поддержку WireGuard. Для получения │ │ информации об установке модуля ядра │ │ посетите: │ │ https://www.wireguard.com/install/

И «операция не разрешена».

Я попробовал с помощью sudo и получаю то же сообщение, без надписи «операция не разрешена», но awg0 не создается.

Так что понятия не имею, как это запустить:') буду признателен за помощь

Изменить: по-видимому, это так, но оно не отображается в ifconfig, только при запуске «wg».

Я должен использовать это вместо amnezia-wg?

This message means that wg0 is already running:
root@bitb 2112:# amneziawg-go -f /etc/wireguard/wg0.conf
Cable car execution is not required because it
kernel has first class support for WireGuard. For
kernel module installation information,
please visit:
https://www.wireguard.com/install/
ERROR: (/etc/wireguard/wg0.conf) 2024/01/22 15:50:03 Failed to create TUN device: invalid argument
root@bitb 2112:
# ps aux | grep amneziawg

**root 32553 0.0 0.1 1378692 5628 pts/0 Sl 15:43 0:00 amneziawg-go wg0

root 32680 0 0.0 0 6612 2380 pts/0 S) 15:51 0:00 grep --color=auto amneziawg**

It seems I even managed to set up everything, but the VPN still does not work. Apparently, the Amnezia obfuscation itself does not work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants