Hardware: EdgeRouter PoEv1.8.5
I have searched and read and then re-read multiple posts on this, so I appologize for asking this question.
I have a domain registered and use a DDNS service to point the domain to my WAN IP address.
I have a local DNS server that I use on my LAN.
I want to be able to use my domain name to point to different system services on my local LAN that are hosted on different machines. My problem is that I can only point my domain name to a single IP address regardless of the port. I know it is possible via NAT to direct internal traffic based on the port.
I have eth0 as the primary WAN and eth1 as secondary WAN using failover. The remaining ethernet ports are confiigured as a switch. As below:
eth0 = WAN
eth1 = WAN failover
eth2 = LAN
eth3 = LAN
eth4 = LAN
switch0 = LAN
Can someone help me accomplish the following:
domain.com:1234 = 192.168.2.200:1234
domain.com:xxxx = 192.168.2.254:xxxx
Please help fast.....I don't have much hair left!