Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - andre4

#1
Hi everyone, I am a happy new owner of an opnsense firewall and trying
to access from internet a service behind my firewall via an URL like this one
<dynDNSURL>:<portExt>/<mypath1..n>

Based upon the provided <mypath1..n> a corresponding internal server and internal port should be selected.

So from my understanding there is a need for a port mapping as i want to use this for different kind of services which are externally hidden behind a URL-Path.

Example 1: mydns.de:443/hiddensshforServer1 should map to the Server1 ssh demon on port 22.
Example 2: mydns.de:443/hiddenXXXforServer3 should map to the Server3 XXX demon on port yyy.

PS So i am trying to make this work for many different services not based on http.

I would like opnsense only to answer requests to this services when a specific path is provided by the requester.

I would really appreciate any hint in the right direction which service and features to use if this is possible.

Best Andre