Hi NG Is ther support for the Ecion Diva T/A external ISDN adapter in SuSE 6,3 ?? Regards Dan -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
I would like to get X programs on a remote system via ppp0. Is this possible? What would I use for the remote $DISPLAY? -- Jim Sabatke SuSE 6.3 Linux Kernel - 2.2.10 "I've never understood why women love cats. Cats are independent, they don't listen, they don't come in when you call, they like to stay out all night, come home and expect to be fed and stroked, then want to be left alone and sleep. In other words, every quality that women hate in a man, they love in a cat." - Unknown -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
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@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
On Sat, 11 Dec 1999, 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.
How do you do this using securecrt on win95? Or is it the same? Jeff -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Jeff Smelser wrote:
On Sat, 11 Dec 1999, 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.
How do you do this using securecrt on win95? Or is it the same?
What is securecrt? -- George Toft http://www.georgetoft.com -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
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@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com 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@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (4)
-
danc@get2net.dk
-
grtoft@yahoo.com
-
jim.sabatke@mchugh.com
-
tradergt@smelser.org