1
General Discussion / LAN to LAN forward
« on: March 11, 2021, 03:38:59 am »
Hey everyone,
I'm trying to forward 192.168.100.18 to 192.168.100.18:8096, but I'm not sure how to approach it. I've followed the following tutorial, but I get an ERR_CONNECTION_REFUSED.
This is the tutorial I've followed: https://forum.opnsense.org/index.php?topic=8783.0
According to the tutorial, the following is what I ended up doing.
In the following section, I dont know if doing Destination Port range: HTTP to HTTP is correct.
Any advice or guidance would be greatly appreciated.
Thank you!
I'm trying to forward 192.168.100.18 to 192.168.100.18:8096, but I'm not sure how to approach it. I've followed the following tutorial, but I get an ERR_CONNECTION_REFUSED.
This is the tutorial I've followed: https://forum.opnsense.org/index.php?topic=8783.0
According to the tutorial, the following is what I ended up doing.
Code: [Select]
- Reflection for port forwards: Enabled
- Reflection for 1:1: Disabled
- Automatic outbound NAT for Reflection: Enabled
Code: [Select]
- name: A short friendly name for the IP address you're aliasing. I'll call it "media-server"
- type: Host(s)
- Aliases: Input 192.168.100.18
In the following section, I dont know if doing Destination Port range: HTTP to HTTP is correct.
Code: [Select]
- Interface: LAN
- TCP/IP Version: IPv4
- Protocol: TCP
Under Source > Advanced:
- Source / Invert: Unchecked
- Source: Any
- Source Port Range: any to any
- Destination / Invert: Unchecked
- Destination: LAN address
- Destination Port range: HTTP to HTTP
- Redirect target IP: Alias "media-server"
- Redirect target Port: 8096
- Pool Options: Default
- NAT reflection: Enable
- Filter rule association: Rule NAT
Any advice or guidance would be greatly appreciated.
Thank you!