site_archiver@lists.apple.com Delivered-To: macnetworkprog@lists.apple.com On Sep 25, 2005, at 10:15 , Jon Nall wrote: How does an application like Safari decide which network port to use (e.g. Airport or VPN)? Is there a way to modify this decision based on network address? For instance, I want Safari to use the proxy settings associated with my VPN connection when it sees an address destined for the VPN network port. However, I don't want to send all traffic through the VPN connection. I was poking through scutil dictionaries this morning, but didn't find anything that solved this problem. What does your network setup look like? Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large Institute for General Semantics -------- Experience is what you get when you don't get what you want. -------- _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list (Macnetworkprog@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/macnetworkprog/site_archiver%40lists.... Safari does not care which network interface its traffic flows through: it (like most other applications) leaves that decision to the normal IP routing infrastructure in the kernel. You don't have much choice here. If your network setup is such that you have two paths to a given host, one through the VNP interface and one through another interface, the routing algorithm will pick one based on both the source and destination addresses in the packet to be sent. You may be able to set up routing information in a way that forces the system to send packets where you want them, but it is not normally considered an easy task. Yup; SystemConfiguration does not address this problem (at least, not directly). This email sent to site_archiver@lists.apple.com
participants (1)
-
Justin C. Walker