Hi,
is there a way to set the destination address of a DNAT rule to a dhcp interface address?
I want to be able to reach my DNAT destinations from within the network through NAT Reflection but my WAN address is a dynamic dhcp address.
On ubiquitis edgerouters this was possible with an address alias for the interfaces that could be used, is something similar possible with VyOS?
Ideally in my head the configuration would look something like
description "HTTP/S Forwarding"
destination {
address dhcp-interface eth0
port 80,443
}
inbound-interface any
protocol tcp
translation {
address my.local.address
}
Thanks in advance