this post was submitted on 11 Apr 2024
1 points (100.0% liked)

OPNsense

489 readers
1 users here now

All discussions about the open source, FreeBSD-based firewall called OPNsense.

founded 1 year ago
MODERATORS
 

Hello all you lovely people!

I'm trying to figure out if I can port forward to different servers based on the destination domain.

I have a domain with a wildcard cert and I'd like to be able to route all traffic headed towards "1.domain.com" to a server I'm calling "1". I'd still like traffic headed to domain.com to go to where it's currently going, we can call this server "0", and to be able to have a 2.domain.com or 3 or 4 in the future.

I thought that having a port forward rule with: interface: WAN Protocol: any source: any destination: a url alias including 1.domain.com redirect target ip: local ip

Would work, but it doesn't seem to. Any tips?

you are viewing a single comment's thread
view the rest of the comments
[–] greco@lemmy.world 1 points 5 months ago (1 children)

It will accept all traffic sent to it via the ports it is listening on, just like any other service. It doesn't have to forward everything though, and what it does with that is up to it's configuration options and what you do with those.

Since you mentioned the wildcard cert, I assumed you were talking about services that speak http/s, and that they'd probably be on port 443. Those were a lot of assumptions by me.

If it's not an http/s type service, what kind of services are we talking about?

[–] doctorzeromd@lemmy.world 0 points 5 months ago (1 children)

I'd like to self host matrix, and it seems like there are a bunch of not HTTP/s ports that need to be accessible

[–] greco@lemmy.world 1 points 5 months ago

Can you maybe share some more information? Do you have a list of services, how you want them mapped, etc.?