Hi I have been reading about setting up VPN access to my homenetwork (I will setup specific VLANs for specific IPs to have access) and can’t workout what the difference is or how to do it. Assuming I name the main VLAN10 (192.168.88.0/24) and the publicly accessible one VLAN20 (192.168.89.0/24), which is better and how would I set this up? The devices on VLAN10 will need access to some IPs on VLAN20.
hey thanks, so how do i set this up so resources can be accessed from an Android phone or Windows? If I understand it, I need a config file (public & private keys?) from the clients that I upload and that’s it? Then I just hit connect on the client? Can I set up access from specific MAC addresses or would it have to be by IP?
need a wireguard capable device as server for handshake.
do you have a MT router or device?
Do you have a public IP or can you forward ports from an upstream ISP router device?
depend of the situation.
Regarding the performance - I will alway go with WG, however if the IPS is blocking the ports, then OVPN is better solution, as no one is blocking 443.
One more note, OVPN interface is exactly the same as physical interface (mac-address), capable for vlans.
It depens on OVPN server mode, ethernet is L2 and ip is L3. It is not clear by OP is this is for site-to-site connection or for connection directly from remote non router clients (aka BTH), in such case ip mode needs to be used if mobile clients needs to be connected because OVPN cliient for moble devices doesn’t support ethernet mode.
If VLANS connections are managed by router, firewall rules can be used for managing connections between them and OVPN, Wireguard or any VPN on L3.
It seems it is browse-web-only public hotspot on which even QUIC is not supported Btw, it is possible to tunnel WG over TCP, but requires tunneling tool in container and client side…