-
Notifications
You must be signed in to change notification settings - Fork 887
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
Unable to get internet access. #141
Comments
It sounds like your local Network does have the same IP-Address Pool, then the Wireguard Network!? If NO: Please add some more Information
|
Yes.
Do you mean change the wg0 in my laptop at /etc/wireguard/wg0.conf? [Peer]
Is this an option or need to change at the wireguard server as well? |
Please ignore this issue. The error is on my end. It is fixed now. |
Here is what happened. So when the pc was moved to the office with the different ip address, the firewall was still set to my home ip address. Changed the firewall script in the wireguard server with the ip address of the pc in the office and all is good. Sorry for the noise. |
Did the install on a fresh and clean Debian 12.
Took the config and placed it in fedora 39 as /etc/wireguard/wg0.conf
Did sudo systemctl stop wg-quick@wg0
Can ping wireguard server at 10.7.0.1
From the wireguard server can ping 10.7.0.2
But cannot ping 8.8.8.8 or any other public ip address.
The wireguard server ip address is 10.0.0.168
But cannot ping the router in the office at 10.0.0.1 through wireguard.
From within wireguard server, I can ping 10.0.0.1 and can get to the internet.
I am able to login into the wireguard server like ssh [email protected]
Wireguard seems to be working but can only go to 10.7.0.*
I need to be able to get to the other servers in the office which are in 10.0.0.*
Also need to access internet through the office router.
What am I missing? Should I need to do some routing table?
I am not an linux expert but willing to try and learn.
The text was updated successfully, but these errors were encountered: