I have worked with VMware for a long time, but my network background is not as strong and I am running into some issues with a simple NSX deployment.
I have a perimeter gateway with an up link 172.16.12.10 and an internal to a transit network 192.168.10.1
My DLR has an uplink 192.168.10.2 on transit
and a internal to a logical switch 192.18.33.1
From my VM on the logical switch I can ping the DLR internal link 172.18.33.1, but traffic wont go any further.
From the outside world traffic flows to the DLR transit link, 192.168.10.2, but then gets dropped.
I assume I need a static route on the DLR that states that any 172.18.33.x traffic goes to 172.18.33.1, but not entirely sure how to do that.
Thanks!