Here is my question. How can I setup a one-to-one NAT?
Perhaps I'm not using the right terminology, let me explain what I'm trying to achieve.
I want to assign a public IP to a private device. Everything(all ports) from the net to that public IP needs to be translated and forwarded to the private IP of that machine. And that has to be right if the connection initiate from the internal machine or an external one.
From what I understood from the documentation, I should be using Full NAT(both DNAT and SNAT). In that case, DNAT will translate internet traffic with public Destination to the private IP. Along with SNAT, the private will be translated to that same public one if the origin changes.
This is what I tried
Create net NAT rule
Name: Whatever
Traffic Source: any
Traffic Service: any
Traffic Destination: any
NAT mode: Full NAT
Destination: Public IP
Destination Service: any
Source: Private IP
Source Service: any
Automatic packet filter rule: checked
This thread was automatically locked due to age.