Please tell me if it is possible to implement such a scheme on openwrt - there is a provider with a gray ip address and wireguard, which is already configured and working properly, it is necessary to do so that the client receives an external ip address from the wireguard server, that is, a static VPS address, and not 10.0.0.1. Is it possible to do so?
No, this is not possible, nor is it desirable. Instead, you will use the RFC1918 addresses (such as 10.0.0.1 or whatever is being used in this context) for the WG interface, and then you will send the traffic through the tunnel and it will appear that the traffic is coming from (and returning to) the IP address of the far side peer (i.e. âserverâ) public IP address.
This would be a NAT/CG-NAT address. This is okay for one side of the tunnel (the âclientâ), but the other side must have a public IP.
What do you mean by this? Have you configured a âserverâ on a peer with a public IP? If you want to share your configs, we can look them over and help you fix any errors.