How can I create a little home-network between a MacBook Pro running Mac OS X 10.6 and a powerpc MacMini running Debian 5 Lenny using an ethernet cable?
Network Debian-Mac OS X
4 answers
Claudio
First of all, thanks for having answered…you’re the first one in the 4 forums I asked!
Tincho
To share the internet connection, you’ll do it as with any other architecture. Either by using network manager GUI, or by writing a script. If you’re using a DSL, /etc/ppp/ip-up.d is a great choice, as it will be executed each time you connect to the internet. You will need -basically- a masquerading rule in iptables. You can also add a dhcp server for auto-configuration of IP addresses (dnsmasq is a simple tool to do that), but the IPs can also be statically configured by hand.
About the file sharing, I don’t know much about macs, sorry.
Sven Arvidsson
[ Editor ]
You want to share the internet connection on OS X with a Debian system? In that case you can pretty much use the same documentation that explains how to do this between OS X and a Windows system.
Many Macs ship with an Auto-MDIX feature, which means their Ethernet ports are capable of switching the pin connections automatically without need of a cross over cable. This means, depending on the model you may be able to do this with a regular Ethernet cable. The list of macs which do need a cross over cable are here: http://support.apple.com/kb/HT2274?viewlocale=en_US
@wes.frazier I’m told the hardware is nothing to do with Mac per se, and most modern 1Gig Ethernet cards in any PC will do this – though I can’t say I’ve done this myself to confirm the behaviour.
http://en.wikipedia.org/wiki/Mediumdependentinterface
Your question is a bit wide, do you want to know about hardware or software?
Once you have the two systems connected what do you want to do with them?
It would help us answer the question if you could provide more details.