Community discussions

MikroTik App
 
GreenedThumb
just joined
Topic Author
Posts: 4
Joined: Thu Jun 13, 2024 11:17 pm

SSH and Tunneling

Fri Mar 21, 2025 3:55 am

Not sure if correct place for this question, but I am having issues with forwarding due to having a dynamic ip address from my ISP and them not forwarding unless you buy their static ip. I want to be able to host a minecraft server, I found somewhere that having my pc use a static ip, I could port forward using ssh tunneling. While I see that websites like ngrok, putty, etc. exist, is there a way around using their service? it is a very small server with only trusted people with the ip.
 
User avatar
loloski
Member
Member
Posts: 461
Joined: Mon Mar 15, 2021 9:10 pm
Location: Philippines

Re: SSH and Tunneling

Fri Mar 21, 2025 4:07 am

form a private network using zerotier together with the other participant and spawn your private server inside zerotier network and you are done
 
ConradPino
Member
Member
Posts: 481
Joined: Sat Jan 21, 2023 12:44 pm
Location: San Francisco Bay
Contact:

Re: SSH and Tunneling

Fri Mar 21, 2025 7:50 am

IMO @loloski suggestion is simpler than SSH tunnel which require setup to at least one known IP address on either side.

Another idea is a firewall destination NAT rule that specifies dst-port but omits dst-address to match any IP address on the router.
Combine the above firewall adjustments with dynamic DNS service and you have simpler solution for your remote clients.