Hello everyone,
I have a very specific scenario here. We have two gateways in my internal LAN, the two are currently linux and I plan to migrate one of them to an ASA 5506.
The problem is: I have a situation that I need to push a connection between the two without changing the network clients.
The gateways are 192.168.1.1 and 192.168.1.2;
The machines are configured to have 192.168.1.1 as the gateway;
The final destination is 10.0.0.1 and is accessible by both gatways.
In linux I can change by doing at the gateway 192.168.1.1 like this: A route rule, with the gatway being 192.168.1.2 and a NAT rule changing the source to 192.168.1.1.
My question is, is there any way to do this on ASA? When I try to make the NAT rule the ASA gives me an error because the NAT source and destination are the internal card.
nat (any,inside) 6 source dynamic any interface destination static TerminalEXT TerminalEXT
nat (any,inside) 6 source dynamic any interface destination static TerminalEXT T ^erminalEXT
ERROR: % Invalid input detected at '^' marker.