Mailinglist Archive: opensuse (3222 mails)
| < Previous | Next > |
Re: [SLE] X on a ppp connection
- From: jim.sabatke@xxxxxxxxxx (Sabatke, Jim)
- Date: Fri, 11 Feb 2000 14:06:27 -0600
- Message-id: <38A46BC3.44FA97B7@xxxxxxxxxx>
OK, I got this working once, but I can't get it to work now. I followed
the instructions below exactly. Now I appear to be rejecting X
requests.
I get an error in xdm-errors: AUDIT: Fri Feb 11 13:46:04 2000: 284 X:
client 5 rejected from IP 10.1.10.8 port 1810
10.1.10.8 is the correct box.
I have even tried "xhost +" to allow any connection.
Any ideas?
TIA,
Jim S.
George Toft wrote:
>
> Jim Sabatke wrote:
> >
> > I would like to get X programs on a remote system via ppp0. Is this
> > possible? What would I use for the remote $DISPLAY?
>
> Sure. A network is a network, regardless of the interface.
>
> Do this:
> [root@local_machine]# xhost +remote_machine
> [root@local_machine]# telnet remote_machine
> after login...
> [user@remote_machine]# DISPLAY=local_machine:0.0
> [user@remote_machine]# export DISPLAY
> [user@remote_machine]# xterm &
> an xterm should appear. You can launch any other program
> as well, or run them all from the xterm.
>
> Obviously, the names local_machine and remote_machine must be
> replaced with actual host names and the names must be resolvable.
> If not, use the IP addresses. Also, you can combine the first
> two line on the remote machine into export DISPLAY=local_machine:0.0
> if you are using bash. sh (SunOS 5.6) won't let you do this.
>
> --
> George Toft http://www.georgetoft.com
>
> --
> To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
> For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
> Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
--
Jim Sabatke
SuSE 6.3 Linux
Kernel - 2.2.13
"Ignorant people think it's the noise which fighting cats make that is
so aggravating, but it ain't so; it's the sickening grammar they use."
Mark Twain
--
To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
| < Previous | Next > |