Networking in Unix?

PeaceBomb

Registered
How do you get two computers (Macs) to recognise each other through the terminal? eg for file transfer or "talk".

Simply plugging in, switching apple talk on and typing "who" doesn't bring up anyone.
 
Hi Peacebomb,

Once the macs are on a network, you could:
1) Enable telnet or ssh on one machine so then you could access it through the telnet/ssh applications - only use ssh if you are open to the internet
2) 'talk' to the other machine - a unix protocol that happens in the primary console. The talk daemon needs to be activated.
3) If you want to run applications on one machine and see it on the other then you can install XDarwin and use X-windows applciations
4) For ftp, setup the ftp daemon on the server and ftp files back and forth.

Your macs will have to be assigned IP addresses. I'm not a network person and not sure how best to do this but maybe you could setup a DHCP server on one. You could also just configure the network and provide a static IP. I use 10.0.0.1 and 10.0.0.2 (this address range is meant for this purpose I think).

Cheers,

Brooke
 
bbos - have you been able to get talk to run correctly on OS X? I could back in 10.0.x, and I think I might have been able to coerce into running in 10.1.x (can't recall now), but no way can I get it to run correctly in 10.2.x
 
Back
Top