openSUSE Forums > Archives > Novell Archives » x11 and port 6000

Go Back   openSUSE Forums > Archives > Novell Archives
Forums FAQ Members List Search Today's Posts Mark Forums Read


Novell Archives Archived content from Novell openSUSE support forums

 
Page 1 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-Oct-2005, 16:04
Timothy Cartwright
Guest
 
Posts: n/a
Default x11 and port 6000

Hi All,

At work, all of my applications are unix/Linux applications. Once a week
I work from home to cut down on my weekly commute (65 miles to/from). I
would be nice if I can log on to my machine at work and display back to
home machine. But I notice that I'm not listening on port 6000 which I
need for x11.

How do I open port 6000 to listen?

So far I've tried with no luck:

Edit /etc/X11/Xservers
----------------------
:0 local /usr/X11R6/bin/X -br vt7 # remove -nolisten tcp
:1 local reserve /usr/X11R6/bin/X -br :1 vt8 # remove -nolisten tcp
:2 local reserve /usr/X11R6/bin/X -br :2 vt9 # remove -nolisten tcp
:3 local reserve /usr/X11R6/bin/X -br :3 vt10 # remove -nolisten tcp
:4 local reserve /usr/X11R6/bin/X -br :4 vt11 # remove -nolisten tcp
:5 local reserve /usr/X11R6/bin/X -br :5 vt12 # remove -nolisten tcp

Edit /etc/services
------------------
# these lines were previously commented out
x11 6000-6063/tcp X Window System
x11 6000-6063/udp X Window System

Help would be greatly appreciated!
  #2 (permalink)  
Old 05-Oct-2005, 20:48
Alvin
Guest
 
Posts: n/a
Default Re: x11 and port 6000

Timothy Cartwright wrote:

> Hi All,
>
> At work, all of my applications are unix/Linux applications. Once a week
> I work from home to cut down on my weekly commute (65 miles to/from). I
> would be nice if I can log on to my machine at work and display back to
> home machine. But I notice that I'm not listening on port 6000 which I
> need for x11.
>
> How do I open port 6000 to listen?


Not sure if this is of any help, but I use Remote Administration inside the
office. I use it to remotely log into several machines from my main
workstation. I configured it using

SUSE 9.3
Yast->Network Services->Remote Administration

I then use KMenu->System->Remote Access->krdc to log into those machines.
I'm then presented with the same kdm login just like when I'm sitting at
the machines.

This may not be what you are looking for, but it may be good enough?

Alvin
  #3 (permalink)  
Old 05-Oct-2005, 22:23
Timothy Cartwright
Guest
 
Posts: n/a
Default Re: x11 and port 6000

Alvin said the following on 10/05/2005 06:48 PM:
> Not sure if this is of any help, but I use Remote Administration inside the
> office. I use it to remotely log into several machines from my main
> workstation. I configured it using
>
> SUSE 9.3
> Yast->Network Services->Remote Administration
>
> I then use KMenu->System->Remote Access->krdc to log into those machines.
> I'm then presented with the same kdm login just like when I'm sitting at
> the machines.
>
> This may not be what you are looking for, but it may be good enough?
>
> Alvin


Is that somewhat like VNC? I use VNC, but sometimes I want to avoid
having to display the whole environment. I want to remote login and then
maybe display only a gvim window for example.

Thanks,
Timothy
  #4 (permalink)  
Old 05-Oct-2005, 22:32
Kevin Nathan
Guest
 
Posts: n/a
Default Re: x11 and port 6000

On Wed, 05 Oct 2005 21:04:48 GMT
Timothy Cartwright <timothy.cartwright@gmail.com> wrote:

> At work, all of my applications are unix/Linux applications. Once a
> week I work from home to cut down on my weekly commute (65 miles
> to/from). I would be nice if I can log on to my machine at work and
> display back to home machine. But I notice that I'm not listening on
> port 6000 which I need for x11.


Have you opened the appropriate ports in your firewall?


--
Kevin Nathan (Arizona, USA)
Linux Potpourri and a.o.l.s. FAQ -- http://www.project54.com/linux/

Open standards. Open source. Open minds.
The command line is the front line.
Linux 2.6.8-24.18-default
8:31pm up 27 days 21:18, 12 users, load average: 0.60, 0.55, 0.48
  #5 (permalink)  
Old 06-Oct-2005, 02:19
R.F. Pels
Guest
 
Posts: n/a
Default Re: x11 and port 6000

Timothy Cartwright wrote:

> How do I open port 6000 to listen?


Extremely bad plan. I would advise you to use FreeNX and nxclient to do
that. It's safer because it runs over SSH and it needs less bandwidth than
raw X11.

--
Ruurd
  #6 (permalink)  
Old 06-Oct-2005, 11:30
Timmy
Guest
 
Posts: n/a
Default Re: x11 and port 6000

On 10/5/2005 8:32 PM, Kevin Nathan was rumored to have said:
> On Wed, 05 Oct 2005 21:04:48 GMT
> Timothy Cartwright <timothy.cartwright@gmail.com> wrote:
>
>> At work, all of my applications are unix/Linux applications. Once a
>> week I work from home to cut down on my weekly commute (65 miles
>> to/from). I would be nice if I can log on to my machine at work and
>> display back to home machine. But I notice that I'm not listening on
>> port 6000 which I need for x11.

>
> Have you opened the appropriate ports in your firewall?
>
>

Yes, I'm forwarding port 6000 through my router's firewall.
  #7 (permalink)  
Old 06-Oct-2005, 11:37
Timmy
Guest
 
Posts: n/a
Default Re: x11 and port 6000

On 10/6/2005 12:19 AM, R.F. Pels was rumored to have said:
> Timothy Cartwright wrote:
>
>> How do I open port 6000 to listen?

>
> Extremely bad plan. I would advise you to use FreeNX and nxclient to do
> that. It's safer because it runs over SSH and it needs less bandwidth than
> raw X11.
>

I'm not familiar with FreeNX or nxclient. Could you give a brief summary
of these tools.

By the way, the OS on my machine at work is Solaris 5.8, so keep that in
mind.
  #8 (permalink)  
Old 06-Oct-2005, 16:25
Lee Garner
Guest
 
Posts: n/a
Default Re: x11 and port 6000

R.F. Pels wrote:
> Timothy Cartwright wrote:
>
>
>>How do I open port 6000 to listen?

>
>
> Extremely bad plan. I would advise you to use FreeNX and nxclient to do
> that. It's safer because it runs over SSH and it needs less bandwidth than
> raw X11.
>


I wouldn't open port 6000, nor would I display the whole screen if I
didn't want to. Tunnel X through SSH instead.

ssh -X address <application>

You just need to have "X11Forwarding yes" in sshd_config
  #9 (permalink)  
Old 06-Oct-2005, 17:33
R.F. Pels
Guest
 
Posts: n/a
Default Re: x11 and port 6000

Lee Garner wrote:

> I wouldn't open port 6000, nor would I display the whole screen if I
> didn't want to. Tunnel X through SSH instead.


Again. Look at FreeNX. Or download the nxclient and do the demo on
nomachine.com

--
Ruurd
  #10 (permalink)  
Old 06-Oct-2005, 17:58
Lee Garner
Guest
 
Posts: n/a
Default Re: x11 and port 6000

R.F. Pels wrote:
> Again. Look at FreeNX. Or download the nxclient and do the demo on
> nomachine.com
>


Once is enough, thanks. From using FreeNX for the last few months, I
agree that the performance is much better than VNC. However, there is
more than one way to access a remote computer, and I was considering the
original poster's request in my reply:

"I use VNC, but sometimes I want to avoid having to display the whole
environment. I want to remote login and then maybe display only a gvim
window for example."

There might be a way, but I haven't found it, to have FreeNX display
only individual apps rather than the whole remote desktop.
 
Page 1 of 2 1 2

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2