We have a physical interface on a UTM330 172.1.1.1/30
It is connected to a router (172.1.1.2/30) and this router has x amount of clients (lets call then Y clients) behind it that are natted (so everything appears to come from 172.1.1.2)
Our physical interface then has to route to another network (192.168.5.0/24) and a static route has been entered.
The UTM has an interface address of 192.168.5.6/24 and we have an additional interface on the UTM 192.168.5.4/24
So, we need anything coming from (Y Clients) to SNAT to 192.168.5.4/24 and a corresponding DNAT for traffic hitting 192.168.5.4/24
I have the following:
SNAT:
Traffic from: 172.1.1.2
Using: ANY
Going to: ANY
Change Destination to: 192.168.5.4
DNAT:
Traffic from: ANY
Using: ANY
Going to: 192.168.5.4
Change destination to: 172.1.1.2
Something is not quite right here and you know when you head spins a little so you have to take that step back. So just looking for confirmation that my SNAT/DNAT is fine.
Cheers,
Louis
This thread was automatically locked due to age.