PDA

View Full Version : networking Flame to Mac



sidewalksurfing
5th December 2003, 15:20
hello

i'm trying to network my flame to an internal mac network, would love to know in real simple terms exactly how to do this. i see in my chkconfig that NFS is on, however, i'm not sure how to proceed from here. I have tried using the fxguide tip, but it's not working for some reason. networking 101 anyone? do i need to own Xinet? Software? hardware? tupperware?

ss

Xavier
5th December 2003, 21:07
Hi,

Before you try anything fancy, make sure both machines can ping each other.

On the SGI:

/usr/etc/ping -c 5 <Mac's name>

on the Mac:

ping -c 5 <SGI's name>

Both should report 0.0% packet loss.

If this is not working, stop right here. You need to setup your network!

Otherwise, if the pings worked...

To enable the OS X NFS server without the Terminal, try NFS Manager.

http://www.bresink.de/osx/NFSManager.html

Once you have enabled a shared directory on your Mac using NFSManager (check the help that came with it), on your SGI make sure autofs or automount is turned on (using chkconfig).

To access your Mac, in irix:

cd /hosts/<Mac IP Address or Host name>/

That's it.

Good luck.

-- Xavier