Mounting a local Vollume via AFP
Martin Costabel
costabel at wanadoo.fr
Sat Jul 28 21:27:55 PDT 2007
You can fool the Finder to connect to localhost via afp, by using an ssh
tunnel to change the afpovertcp port from 548 to something else:
ssh localhost -f -N -L 10548:localhost:548
Then connect to afp://localhost:10548/
This sort of "works", but when I tried it, the Mac became unresponsive
after a short while and had to be force-rebooted.
--
Martin
More information about the MacOSX-admin
mailing list