I want to install the bridge-utils package on my Mac OS X system. How can I do that? I can't find bridge-utils in Fink or MacPorts.
feedback
|
migrated from stackoverflow.com Jun 28 '11 at 10:06
This question came from our site for professional and enthusiast programmers.
|
Mac OS X's "Darwin" Unix layer is based on BSD (mostly FreeBSD, with some pieces borrowed from the other BSDs). In BSD-style OSes, you create bridge interfaces with Unfortunately, as of Mac OS X v10.6.x "Snow Leopard", Mac OS X does not have a bridge facility built into the kernel, so you can't use You might be interested in looking at the developer betas of Mac OS X 10.7 "Lion". | ||||
|
feedback
|