Hi
I got my VPN solution working.
It goes like this:-
Client->Pi_wlan1->bridge->vxlan->wireguard->Pi_wlan0->isp1_router or 4G hotspot->Internet
Internet->isp2_router->eth0->wireguard->vxlan->bridge->eth1->isp2_router
The Pi_wlan1 is configured as an access point but has no IP configuration at all.
Essentially the wlan1 is bridged (via the tunnel) with eth1 on the server, and the client device is getting DHCP and layer two directly from the local LAN at the other end.
DHCP works
DNS works
ping works
ssh to an IPv4 address on the local LAN fails
loading a webpage fails on IPv4 and then seems to work with IPv6
I suspect that I'm running into MTU problems with packets getting truncated or something and I'm wondering if anyone can tell me how to figure out what the actual problem is and any ideas on how to fix it?
thanks
I got my VPN solution working.
It goes like this:-
Client->Pi_wlan1->bridge->vxlan->wireguard->Pi_wlan0->isp1_router or 4G hotspot->Internet
Internet->isp2_router->eth0->wireguard->vxlan->bridge->eth1->isp2_router
The Pi_wlan1 is configured as an access point but has no IP configuration at all.
Essentially the wlan1 is bridged (via the tunnel) with eth1 on the server, and the client device is getting DHCP and layer two directly from the local LAN at the other end.
DHCP works
DNS works
ping works
ssh to an IPv4 address on the local LAN fails
loading a webpage fails on IPv4 and then seems to work with IPv6
I suspect that I'm running into MTU problems with packets getting truncated or something and I'm wondering if anyone can tell me how to figure out what the actual problem is and any ideas on how to fix it?
thanks
Statistics: Posted by dieselnutjob — 2024-05-21 21:59 — Replies 0 — Views 20