Question:
I have two houses with separate internet connections:
House 1: Uses an ISP connection with CGNAT.
House 2: Has an internet connection with a sticky public IP.
House 2 runs a VPN server (WireGuard) on a Brume 2 router.
House 1 has an Android phone acting as a VPN client (WireGuard) and a proxy server (EverProxy).
House 2’s Edge browser is configured to use the proxy from House 1, allowing me to access House 1’s router remotely.
I just bought a MikroTik RB5009 and want to configure it remotely from House 2. A non-technical person at House 1 will connect the RB5009 to the ISP router via Ethernet.
My Questions:
Which port on RB5009 should they use for the connection to the ISP router to ensure I can access WebFig remotely?
Can I reach RB5009’s WebFig interface from House 2 using my existing VPN + proxy setup?
What MikroTik settings should I check/modify to ensure remote access works?
The requirement is to configure the RB5009 remotely using the existing setup and set it up as a VPN client to connect to the VPN server at House 2. Once the setup is complete, we can disconnect the Android phone at House 2 and access the RB5009 directly from there. The RB5009 will function as a VPN client to House 2 and as a proxy server at House 1, effectively replacing the Android phone. This means all internet traffic from House 2 should be routed through the RB5009 at House 1.
Now, the question is: Is this feasible? If so, how can it be implemented within the current setup?
Any guidance on the correct steps would be appreciated!
Diagram
HOUSE 1 (ISP Network)
┌─────────────────────────────────────────────────────────┐
│ [ ISP Router ] ──:play_button: [ MikroTik RB5009 (ether1) ] │
│ ▲ │
│ │ │
│ WiFi │
│ │ │
│ [ Android Phone ] │
│ │ │
│ VPN Client (WireGuard) │
│ │ │
│ [ EverProxy App ] │
└─────────┬─────────────────────────────────────────────┘
│
│ VPN Tunnel (WireGuard)
│
┌─────────┴─────────────────────────────────────────────┐
│ HOUSE 2 (VPN Server) │
│ [ Brume 2 Router (VPN Server) ] │
│ │ │
│ Local Network │
│ │ │
│ [ PC Running Edge Browser ] │
│ │ │
│ Proxy Configured (Pointing to EverProxy at House 1) │
└───────────────────────────────────────────────────────┘