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?

  • @doctorzeromdOP
    link
    English
    22 months ago

    I’m familiar with reverse proxies, but that won’t do ALL traffic, right? Just http or https?

    Like if I want to ssh into the different servers, it won’t handle that, will it? (Not saying ssh is my goal, I recognize how risky that would be)

    • @greco
      link
      English
      12 months ago

      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?

      • @doctorzeromdOP
        link
        English
        12 months ago

        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
          link
          English
          12 months ago

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