-
Notifications
You must be signed in to change notification settings - Fork 70
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
Internet not working on VPS after installation with Wireguard client #87
Comments
shorewall is started during script installation and only traffic needed by OpenMPTCProuter is allowed. With your configuration this block all traffic on the real interface, so this also block wireguard and all access. |
Okay, thank you. How would I allow all traffic on my real interface via shorewall? |
Also, my /etc/shorewall/interfaces already shows both interfaces.
|
In most case, it's better to configure wireguard after VPS installation. |
If I configure wireguard after the installation, how would I tell OMR to use the Public IP from the WG interface? |
The only reason I am using Wireguard is to get Public IPv4 and IPv6 from my BGP router to use with OMR. If you have a better way to tunnel these IPs to my OMR VPS that would make this easier, I am open to suggestions. |
If default route on the VPS is WG interface, then output will be on this route. |
@Ysurac can you tell me how to allow traffic on both my ethernet interface "enp1s0" and my wireguard interface "wg1". I cannot figure out how to do this in Shorewall. Thanks |
I have installed the VPS script on debian 11 successfully and then after reboot I can't connect to the internet via the VPS or to the VPS via SSH.
In my setup, i have a Wireguard client running on the VPS that provides a IPv4 block and an IPv6 block on interface called gw. I edited the script so that WIREGUARD="no", INTERFACE="gw", and VPS IP and HOSTNAME are set to the Wireguard public IPv4 address.
How can I get internet working correctly on this setup? Thanks!
The text was updated successfully, but these errors were encountered: