I am trying to get NAT working for one of my servers but I may be missing something... so here's what I have:
1. I have 5 allocatted IP addresses with the following info:
Range - x.x.x.78 - x.x.x.92 Subnet - 255.255.255.248 Gateway - x.x.x.77 WAN - x.x.x.82 Local - 192.168.1.1
2. I setup a static route on the edge box for x.x.x.76 network with a subnet mas of 255.255.255.248 with a gateway of x.x.x.77
3. I setup NAT for x.x.x.78 to point to an internal address - 192.168.1.10
Everything else works fine on the Edge box, traffic is passing through without an issue... but from an internal machine, when I do a ping or tracert x.x.x.78 which is the external address for the NAT, it gives me a "destination host unreachable" and stops at the firewall... I would assume if it was translating at all, it would either give me a reply or "Requested Timed Out"? Am I missing something here?