I am struggling to setup an internal network with 3 isolated NAT networks with the same Sub-net range. I need to route traffic to and from 3 identical VRF NATs from 3 external IP addresses. The 3 NAT networks need to be the same sub-net range as the devices on the NAT interfaces have fixed IP addresses in the 192.168.0.1/24 range.
I.e. Ether1 will have static IP addresses 192.168.3.10-12
192.168.3.10 will NAT and route to Ether2 only
192.168.3.11 will NAT and route to Ether3 only
192.168.3.12 will NAT and route to Ether4 only
Ether2-4 all have subnet range 192.168.0.1/24
I have the following script, but I seem to be doing something wrong, this script is trying to talk to 192.168.0.11 on each VPC.
If it is v7, you are seemingly missing the explicit declaration of the three rouiting tables.
It is better if you post your whole configuration (as opposed to the parts that you believe relevant) as the devil is in the details.
Good day, jaclaz
Thanks for your response!
I am starting with a Blank Config (Not defaults) and the running the script I have attached in my above post. In the first few lines I add the three VRF’s with
/IP vrf add
.
Am I possibly missing other core configurations to get this working?
Good day, Jaclaz
Yes, I have no firewall filter rules. I agree on the naming of the VRF’s, I was using an old script done by someone else and didnt want to change much since it wasnt working.
I will the other topic scripts a try, thanks!