I appears that I must add another TCP/IP stack so that I can route traffic from a different vmknic to a different gateway.
I must be going about this wrong.
The host has two interfaces. One is on a private network, the other public. I have vmknic0 defined and attached to vSwitch0 on the private interface using the default tcp/ip stack with default gateway on the same network. I'm able to create vmknic1 attached it to vSwitch1 on the public interface but how to add the appropriate routes?
I read that "Configurations with more than one vmknic interface on the same IP subnet not supported". But is this my configuration? I vmknics are on very different subnets.
The problem I'm looking to solve is how to allow for internet bound traffic to egress my host (for monitor pings, alert emails etc). I guess I could use vsphere (which I am also using).
Thanks for any insights.