site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Chase writes:
netstat -rn | grep G
nope. this just shows me the address of the default router.
i need them all.
Actually, it should show you all the gateways, not just the default route: G RTF_GATEWAY Destination requires forwarding by intermediary I thought that's what you said you wanted, maybe I was mistaken. From my machine: default 172.31.128.254 UGSc 3 103 en0 172.31.192/19 172.31.128.254 UGSc 2 4 en0 The 172.31.192/19 certainly is not a default route. Do you need host routes too? You can still look for them with netstat. Like I said, the netstat tool, and its source code are your friend ;) Drew _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com