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

AWG: This IP is not valid. Please repeat #27

Open
panniqi opened this issue Nov 3, 2024 · 2 comments
Open

AWG: This IP is not valid. Please repeat #27

panniqi opened this issue Nov 3, 2024 · 2 comments

Comments

@panniqi
Copy link

panniqi commented Nov 3, 2024

При конфигурации Amnezia WireGuard скриптом ругается на IP-адрес:

Enter internal IP address with subnet, example 192.168.100.5/24 (Address from [Interface]):
10.8.1.9/32
/dev/fd/64: line 256: egrep: not found
This IP is not valid. Please repeat
Пробую с 24ой маской:
Enter internal IP address with subnet, example 192.168.100.5/24 (Address from [Interface]):
10.8.1.9/24
/dev/fd/64: line 256: egrep: not found
This IP is not valid. Please repeat

Собственно строка из конфига AWG:
[Interface] Address = 10.8.1.8/32

image

@kip666
Copy link

kip666 commented Nov 16, 2024

Потому что там в скрипте egrep используется, чтоб корректность айпишника проверить (и регулярное выражение неоч, ему и 999.999.999.999/99 пойдёт).
Если заменить egrep на grep -E, то всё починится.

@panniqi
Copy link
Author

panniqi commented Nov 18, 2024

Потому что там в скрипте egrep используется, чтоб корректность айпишника проверить (и регулярное выражение неоч, ему и 999.999.999.999/99 пойдёт). Если заменить egrep на grep -E, то всё починится.

Понял, проверю 😁

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