netstat -rnRouting tablesInternet:Destination Gateway Flags Netif Expiredefault 192.168.99.100 UGS vmx0127.0.0.1 link#2 UH lo0192.168.99.0/24 link#1 U vmx0192.168.99.86 link#1 UHS lo0
netstat -rnRouting tablesInternet:Destination Gateway Flags Netif Expire10.0.0.0/16 192.168.99.1 UGS vmx0127.0.0.1 link#2 UH lo0192.168.99.0/24 link#1 U vmx0192.168.99.86 link#1 UHS lo0
Range: 10/12(10.0.0.1-10.15.255.254)Subnets: 10.1.0.0/24, 10.2.0.0/24, 10.3.0.0/24, (…) 10.15.0.0/24;L3 switch: 10.1.0.1, 10.2.0.1, 10.3.0.1, (…) 10.15.0.1;Router: 10.1.0.2, 10.2.0.2, 10.3.0.2, (…) 10.15.0.2;
10.9.0.0/24 0.0.0.0 #see fig210.0.0.0/12 10.9.0.10.0.0.0/0 10.9.0.2
10.9.0.0/24 0.0.0.010.9.1.0/24 0.0.0.010.0.0.0/12 10.9.0.10.0.0.0/0 10.9.0.2
route add 10.0.0.0/12 10.16.0.1# test if the internal gateway (the switch in this case) is respondingping 10.16.0.1# then test with a host on the remote internal networkping 10.9.0.77# or one of the switch's internal interfacesping 10.9.0.1
#disable firewallpfctl -d
# the local gatewayping 10.9.0.1# the switch's gatewayping 10.16.0.2# the router/firewall's gateway or some public well-known hostping 9.9.9.9