Comment on Issue with wireguard and advance routing
InnerScientist@lemmy.world 3 weeks ago
Did you add the vps IP to the routing table of your user? ip r add 10.0.0.2/32 dev wg0 table 1070
?
Comment on Issue with wireguard and advance routing
InnerScientist@lemmy.world 3 weeks ago
Did you add the vps IP to the routing table of your user? ip r add 10.0.0.2/32 dev wg0 table 1070
?
Shimitar@downonthestreet.eu 3 weeks ago
All the IPs behind wg0 can be pinged by user 1070 without issue, but nothing else
InnerScientist@lemmy.world 3 weeks ago
Do a ping of 8.8.8.8 from your user, then open a new console and run tcpdump -i <interface> with first your uplink, then wg0. The packets should be seen on wg0 if they’re routed correctly and the problem then is on the vps side. Otherwise it’s a problem on your local config.
Shimitar@downonthestreet.eu 3 weeks ago
Interesting enough…
while on the other console, as user 1070:
just gets stuck there…
This is baffling!
InnerScientist@lemmy.world 3 weeks ago
Try
sysctl -w net.ipv4.conf.all.rp_filter=2
on the PC (not vps)