Problems with X11 - Can't open display
I am trying to use X11 from a Mac running 10.5.7 to remotely access programs on a Linux machine but keep getting the following error when I attempt to launch a new xterm.
[mac]$ echo $DISPLAY
/tmp/launch-XXXX/:0
[mac]$ xhost +remoteLinux.com
[mac]$ ssh -X user@remoteLinux.com
[linux]$ echo $DISPLAY
localhost:10.0
[linux]$ setenv DISPLAY <ip of mac>😮.0
[linux]$ xterm
xterm Xt error: Can't open display: <ip of mac>😮.0
The issue seems to be with the Mac running 10.5.7 because from my MacBook Pro (10.4.11) I can connect and launch xterms, xapps with no problems. I've edited ssh_config and sshd_config to allow X11 forwarding and it makes no difference. Am I missing something obvious? There must be some configuration setting that needs to be modified but can't find anything anywhere. Any suggestions would be greatly appreciated.
Mac OS X (10.5.7)