"But policy uses address objects so you will need to create address objects for each ip address. You can then use these directly in your policy or put them into an address set and create one policy with that address set instead.
destination-address 10.5.1.7/32;
"
Yes the interface ge-0/0/0 is /27 so icnludes the ips for the proxy arps (by the way i have ge-0/0/0 and not ge-0/0/0.0 , is that ok or i do need the 0.0 instead of just 0 at the end?)
interfaces { ge-0/0/0 { unit 0 { family inet { address 145.10.5.100/27; } } } ge-0/0/1 { unit 0 { family ethernet-switching { vlan { members vlan1; } } } } ge-0/0/2 { unit 0 { family ethernet-switching { vlan { members vlan1; } } } }
Yes From above, i do not see how to set destination-address for my current configuration
Do you mind providing an example from the code i posted that shows how and where the destination-address part should look like? I use the CLI editor so that way i can just edit and make changes for all the static NATs i have using the example template you provide.
I just want to map the addresses and open all ports, i will use firwall on OS to block ports.
Thanks a lot.
Will really appreciate it