Confused about NAT configuration
Morning!
I am not sure to start with beginning or simply what I am needing, so I will start short version;
My TP-Link is connected to my Starlink... TP-Link gets a 10.3.19.27 IP w/ 10.3.0.1 GW.
Connected to my TP-Link is a Cisco SG350XG Switch which will be in L3 as I have other vlans on SG from a diff ISP and reasons that I want to inter-connect..
The TP-Link 'LAN' will be 192.168.10.0 and Interface connecting to SG will be 192.168.10.1
SG350XG L3 Interface connecting to TP-Link will be 192.168.10.2
On SG I will create a vlan 10 w/ a Network of 172.16.2.0 and have a Static Route back to TP 'route 172.16.2.0/24 192.168.10.1' [Is this right? "for 172.16.2.0 to route to TP-Link you look here, 192.168.10.1"]
On TP-Link I will create a static route '172.16.2.0/24 192.168.10.2' [Is this right? "to find 172.16.2.0 you look here, 192.168.10.2"]
If this is correct so far, then next part would be NAT
Essentially I want anything 172.16.2.0 to be NAT'd to TP-Link, so I would create a dynamic NAT essentially "172.16.2.0 any any 192.168.10.0' ?
Sorry, this is where I get all confused.