On Friday, February 8, 2002, at 06:48 AM, Brian Wotring wrote: For example, on linux, you can create a sub-interface to a network interface with ifconfig: ifconfig eth0:1 10.7.0.1/24 up Aha! Sub interfaces are Linux's way of dealing with what's called IP aliasing, which means assigning multiple IP addresses to the same interface. In BSD's, you don't create sub interfaces, you just assign aliases. This, among other things, is discussed in a new HOWTO on the darwin HOWTO page (<shamelessplug> http://publicsource.apple.com/projects/documentation/howto/html/network_conf.... html</shamelessplug>) Check that out; it should answer your questions. If it doesn't, let me know, and I'll update it (and, one hopes, answer your question as well). Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | Men are from Earth. | Women are from Earth. | Deal with it. *--------------------------------------*-------------------------------* _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
Justin C. Walker