From owner-freebsd-questions Thu Aug 17 10:01:57 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA24966 for questions-outgoing; Thu, 17 Aug 1995 10:01:57 -0700 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id KAA24955 for ; Thu, 17 Aug 1995 10:01:54 -0700 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA12709; Thu, 17 Aug 95 10:54:37 MDT From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9508171654.AA12709@cs.weber.edu> Subject: Re: FreeBSD and MacX To: allynh@avsi.com (Allyn Hardyck) Date: Thu, 17 Aug 95 10:54:37 MDT Cc: freebsd-questions@freebsd.org In-Reply-To: <199508170222.WAA08030@jupiter.avsi.com> from "Allyn Hardyck" at Aug 16, 95 10:22:26 pm X-Mailer: ELM [version 2.4dev PL52] Sender: questions-owner@freebsd.org Precedence: bulk > How can I get my FreeBSD machine to accept requests to generate X > windows and send them back to a Mac running MacX? > > - Doing an "rsh fbsd-machine xterm -display fbsd-machine2..." on > fbsd-machine2 works, where both machine and machine2 are running > FreeBSD and fbsd-machine2 is in fbsd-machine's .rhosts. The program "xrsh" is superior for this application, but rsh works. > - Having a telnet window open to fbsd-machine on a Mac and running the > xterm back from there to the Mac works, if MacX is up on the Mac. > (i.e. not a problem with MacX) > > - Opening a window from inside MacX to a non-FreeBSD machine > works, using MacTCP Tool to send the name, password and display > information. (i.e. not a problem with MacX's password-passing > functions) I don't understand exactly what you are doing here. Are you consuming display services of an X server running on a FreeBSD machine using an X client on your Mac? This is the only scenario that makes sense for "Opening a window from inside MacX". This will work within the bounds of allowable host connections to the X server (ie: X0.hosts vs. the xhost command). > What doesn't work is opening a window from inside MacX to a > local FreeBSD machine. I'm assuming it's being paranoid about > stuff happening on not well known ports; a good thing, but how > do I selectively turn it off? What exactly happens when you "open a window from inside MacX"? Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.