Hi, next week we're going live with our new site using Astaro. I have a question about NAT. Say we have the following three networks:
10.0.241/24 (public)
10.0.242/24 (public)
1.1.1/24 (public)
10.0.242 is our service network which has a web server 10.0.242.10 that translates to a static public IP address of 1.1.1.10.
Inbound there is no question. We will simply DNAT 1.1.1.10 to 10.0.242.10. What about outbound? We want all NAT'ing untouched when 10.0.242.10 contacts hosts on the LAN (eg 10.0.241), but we want it to NAT as 1.1.1.10 when it 'initiates' a connection to public hosts. Is this possible with Astaro?
This thread was automatically locked due to age.