I am a digital nomad developer and decided to order a slate 7 since chatGPT advised me that router do so for the setup I want:.
My Android phone and my macbook pro (or any devices) will access the internet by connecting the slate 7
I want to obfuscate the traffic using the port 443, without installing any software on devices connected to the slate7
I also bought a new computer so it can be used at home as a VPN server. I want to use Docker to run it (with network_mode: ‘host’ to minimize the network overhead).
Do I need to install any client such as udp2raw on the slate 7? Is it possible ?
Could someone please detail how can I achieve that or share a tutorial ?
Hi and thanks for your reply. I dont want openvpn on port 443. I already use openvpn for my private cloud, ipsec for my private lan, and also have a bunch of commercial vpnlike cyberghost and nord vpn.
This time I want wireguard with obfuscation, but thanks for your kind advice.
I already did wrote a working Dockerfile with: wireguard, udp2raw on 443. I can add and remove client at runtime. Generate the qrcode for wireguard configuration. And it all work well server side. I can share it if you want to learn a bit of new skills, instead of using the old openvpn kind of deprecated technology.
However I will receive my slate 7 and the computer which will be the wireguard server next month so I havent had the chance to work on the client part.
I need to find a way to add and run udp2raw on the slate7, and to be able to toggle it off/on from the UI easily.
I guess this is possible thats why I bought the slate 7.
Any advices in that direction or share of similar setup experiences are greatly appreciated.
No problem. AmnesiaWG is out on the BerylAX in beta and may come to the Slate 7. That helps with obfuscation. Wrapping the udp to tcp to utilise 443 is just adding unnecessary complexity but if you are wanting to “just get it to work” because you can, well good luck. I doubt there’d be a way to easily toggle it on/off unless official support came, but the use case for this scenario is so small, I doubt it.
The use case is to obfuscate the traffic of the all device connected to the slate7 without having to setup anything on these devices.
I also want to when one device connect to a vpn network, to obfuscate the tunneling done by slate7 by making look like https traffic.
Do i have ssh access to slate7 and hability to run services (for udp2raw) ? Add startup script? If so why cant I setup the slate7? I have heard it is quite common scenario and slate7 even have some inputs in the UI to hook those scripts without needing to modify the rom.