Xiahua Liu

Results 10 comments of Xiahua Liu

This is a server side script not a client side script. The machine running this script needs to have exclusive ownership of a public IP address, like most VPS. If...

No, but you can use the same client credential on multiple device.

Yes, you just need to find a good server to overcome the GFW. Please be careful, this script is for the server-side installation and only supports one connection at the...

PS: this issue was originally met when one of the application (vscode-makefile-tool) tried to create a sock file in the `$XDG_RUNTIME_DIR`, however the sock creation step failed because the user...

It is hard to block WireGuard specifically, since WG is using UDP, and the network traffic is encrypted. The network signature of WireGuard should be no different than most online...

Remove the last 2 checks on install.sh L256: https://github.com/xiahualiu/wg_gaming_installer/blob/ab25f238888f14dce9e13a44f5b40392ba9a9e6e/install.sh#L255-L257 To ``` while (! echo "$SERVER_PORT" | grep -qE '^[0-9]+$'); do ``` And the run the script will remove the port...

> this is likely related to my issue [#34](https://github.com/xiahualiu/wg_gaming_installer/issues/34) in which the wireguard client is unable to accept tcp/udp traffic to its external address internally. > > I am also...

Thanks for your feedback. Ping is based on the ICMP protocol, the NAT rules currently only apply to TCP and UDP packets and are based on the ports value. ICMP...

If your host is in a docker container then you probably need to set the firewall forward rules to default accept, because docker engine forwards the traffic to container: https://github.com/xiahualiu/wg_gaming_installer/blob/ab25f238888f14dce9e13a44f5b40392ba9a9e6e/templates/add-fullcone-nat.sh#L18C1-L22C6...

Ok @ZekeZDev I think I got this. Correct me if I am wrong. You have 2 containers, behind NAT, and you want to use WG to forward ports for both...