Skip to main content
Home▸ Forums▸ 68kMLA▸ Getting the PowerBook 180 online via LocalTalk Bridge — #9
Post #9 by porter
Source Forum68kMLA
CategoryNetworking
Post DateWed, 25 Jun 2008 - 01:02
Original URLhttps://68kmla.org/bb/threads/getting-the-powerbook-180-online-via-localtalk-bridge.13695/
Post
Any details on that would be cool.
I have netatalk providing the NBP, and use a home grown program to do the MacIP gateway translation between DDP over ethenet using AF_APPLETALK/SOCK_DGRAM sockets, and IP using a child process which I communicate with using SLIP (over a pair of interprocess pipes, not a real serial line).

The child SLIP process can either just be a simple slattach program, or in my case, I use a SLIP to PPP translator and which then hooks into a pseudo-terminal using pppd to get the packets into the heart of the NetBSD IP router.

mp.ls