Port Forward to my Nginx Proxy

Hi, I am new to the route 10 router and how to configure it does not look very intuitive. I want traffic to my public IP address and port 443 to be forwarded to my reverse proxy

Hey!

Welcome to the community :slight_smile:

So when you add the port forward these will be the following settings:
Destination needs to be :443
Redirect to needs to be the IP of the proxy with the port (192.168.1.10:443).
Zone in needs to be WAN
Zone out LAN

Hope that helps

2 Likes

yup, that works. do you know how I can get the dhcp to reserve IP addresses for certain mac address

You can’t preconfigure DHCP reservations yet, but a management system is planned in the future. For the time being you have to configure it after a station is connected to the network—you would go to the client details card (from the Devices page) and enter in the desired IP and choose save. Then release and renew, or reboot the client, or wait until the lease expires and it changes automatically.

2 Likes

Hi, seems like this port forward is not working, I want all traffic on port 80 and 443 to be forwarded to my reverse proxy.

Then you need to add another rule with :80 :slight_smile:

Destination needs to be :80
Redirect to needs to be the IP of the proxy with the port (192.168.1.10:80).
Zone in needs to be WAN
Zone out LAN

1 Like