Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akotov-dev/luntikwg
Simple WireGuard connector (Mageia)
https://github.com/akotov-dev/luntikwg
gui mageia-linux wireguard-vpn
Last synced: 2 days ago
JSON representation
Simple WireGuard connector (Mageia)
- Host: GitHub
- URL: https://github.com/akotov-dev/luntikwg
- Owner: AKotov-dev
- License: gpl-3.0
- Created: 2021-11-05T05:55:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T18:14:05.000Z (about 2 years ago)
- Last Synced: 2023-03-08T15:03:50.593Z (over 1 year ago)
- Topics: gui, mageia-linux, wireguard-vpn
- Language: Pascal
- Homepage:
- Size: 9.95 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LuntikWG - simple WireGuard connector
LuntikWG is a simplified version of the WireGuard-GUI. Loads any `*.conf` configuration and adapts it to VPN-Up/Down events to work correctly with VPN/DNS. There is an autostart on reboot.The connection is raised immediately after downloading the `*.conf` file. The connection can be stopped or restarted at any time. VPN indication: yellow - waiting/lost, green - active. Tested and works with `network.service/net_applet` and `NetworkManager/nm-applet` in Mageia-8/9.
Note: Don't forget to open the iptables ports required for configurations. If you can't decide on the ports, temporarily disable `iptables/ip6tables` in the Mageia Control Center. Unlike OpenVPN, WireGuard is especially sensitive to IPv6. To use free WireGuard configurations, at least iproute2, resolvconf, iptables/ip6tables, systemd, active ipv4/ipv6 forwarding and a kernel module are required.
For tests, you need to clear all the rules to allow the main chains of iptables/ip6tables:
```
iptables -F; iptables -P INPUT ACCEPT; iptables -P FORWARD ACCEPT; iptables -P OUTPUT ACCEPT
ip6tables -F; ip6tables -P INPUT ACCEPT; ip6tables -P FORWARD ACCEPT; ip6tables -P OUTPUT ACCEPT
```
Similar topic (Luntik - OpenVPN Connector): https://github.com/AKotov-dev/luntik![](https://github.com/AKotov-dev/luntikwg/blob/main/ScreenShot.png)