donaldzou / WGDashboard

Simple dashboard for WireGuard VPN written in Python & Vue.js
https://donaldzou.github.io/WGDashboard-Documentation/
Apache License 2.0
1.65k stars 254 forks source link

Проблема с IP #421

Open dmitriyuser047 opened 1 month ago

dmitriyuser047 commented 1 month ago

Describe the problem A clear and concise description of what the error is.

Expected error/ feedback: Hello. After restarting the server and launching WGDashboard, for some reason the ip of the configurator changed to incomprehensible characters from ip 10.66.66.0 `` Please provide information about the error here



**For playback**
Please specify how you run the dashboard

**Information about the operating system:**
 - Operating system: [for example, Ubuntu 18.02]
 - Python version: [e.g. v3.7]

**Sample of your `.conf` file**
``
Please provide a sample of your configuration file that you are having problems with. You can replace your public key and private key with ABCD...
`
![1](https://github.com/user-attachments/assets/19259ca7-02a6-47f4-9ec9-e1e60c2be392)
donaldzou commented 1 month ago

Hi @dmitriyuser047, seems like this is your IPv6 address for your server.. what you can do is turn off the configuration, and edit the wireguard file back to what you had before.

This issue happened to someone else long time ago, and I think this is due to WireGuard's behavior.

dmitriyuser047 commented 1 month ago

Please tell me, where is this file?

dmitriyuser047 commented 1 month ago

Can you tell me where this file is located? I am a novice linux user

donaldzou commented 1 month ago

Assuming you installed WireGuard with the default location. Your file should be located in /etc/wireguard/wg0.conf.

What you can do is: nano /etc/wireguard/wg0.conf. Then, find where you see the IPv6 address and change it back to 10.66.66.0/24 or whatever CIDR you prefer and save.

dmitriyuser047 commented 1 month ago

Hello. After rebooting, I try to launch WGDashboard, it says that it is running. I try to stop it, here is the error. Although the web interface did not start. What should I do? wgd

DaanSelen commented 2 weeks ago

Can you tell me what version of WGDashboard you are running, What operating System? If you can reach the port localhost:10086 with something like curl localhost:10086