I am New to Mikrotik and seeking help to configure Access to my ip camera behind a Mikrotik Router through the VPN…
I have added image for you to view the scenario
Router R1 and User PC1 are clients on same Wireguard VPN network 10.253.0.0/24
They can ping each other via the VPN
What configuration to make on R1 so that IP Cam listening on TCP port 8080 can be reached viewed?
What is missing, is the Router… where is the server for wireguard (handshake) in this picture.
What are its settings/config and if not MT then what are its wireguard settings and firewall rules etc…
Can fix it if we dont know…
As for approach, yes tres simple to get pc client to reach webcam in this scenario.
you could also port forward from ROUTER server through wireguard to the ip cam ( this would be the case where you want external users to reach the IP Cam by connecting to the local WANIP of the wireguard server router and then through the tunnel to the IP CAM etc… I concur that the PC via wireguard direct to IP cam is more secure… just another option not knowing the requirements.
/export file=anynameyouwish (minus router serial #, mac address, any public WANIP information, keys etc. )
The MikroTik will route unless you have specifically rules it not to (or not so specific if you have a generic drop all rule if it doesn’t meet other criteria).
I think the other question not asked is what is your WG configuration? Allowed IP’s is what I’m getting at, is that set to 0.0.0.0/0 or just the WG subnet?