Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - Linux
- >
- General
- >
- connecting windows to UNIX
General
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-28-2005 10:32 PM
10-28-2005 10:32 PM
connecting windows to UNIX
i just install fedora core 4
and i tried to connect remotrely from my windows desktop to the server (UNIX core 4).
1- i can ping but i cannot telnet.
2- when i used Exceed some time it works and some time not, and when i tail (tail -f /var/log/messages) i found the messages:
- session opend for user ...
- session closed for user ...
- gdm_child_action: Aborting display win2k3:0
and sometimes i get diesel3:0 or citrixp:0 insted of win2k3:0
thanx
Saad,
and i tried to connect remotrely from my windows desktop to the server (UNIX core 4).
1- i can ping but i cannot telnet.
2- when i used Exceed some time it works and some time not, and when i tail (tail -f /var/log/messages) i found the messages:
- session opend for user ...
- session closed for user ...
- gdm_child_action: Aborting display win2k3:0
and sometimes i get diesel3:0 or citrixp:0 insted of win2k3:0
thanx
Saad,
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-29-2005 05:52 AM
10-29-2005 05:52 AM
Re: connecting windows to UNIX
Hi,
Telnet is disabled by default on "modern" Unix systems (and I include Linux in this category).
It is better to use ssh as connections are encrypted. You can download PUTTY that is an excellent ssh client for Windows :
http://the.earth.li/~sgtatham/putty/latest/x86/putty.zip
If you want to connect using X11, you can do it two ways :
1 - Export your display
Launch Exceed on your Windows box.
Launch putty, then go to the menu "Connection => SSH => Tunnels" and check the box named "Enable X11 forwarding". Then, launch an SSH connection to your Linux box.
Test your X11 connection using xterm : it should display on your Windows desktop (Exceed).
2 - XDMCP
XDMCP is the protocol using by your display manager (eg : GDM).
To enable XDMCP, logon as root on Linux, then :
=> In /etc/opt/gnome/gdm/gdm.conf :
...
...
[xdmcp]
Enable=true
...
...
=> In /etc/X11/xdm/Xaccess
...
...
* CHOOSER BROADCAST
...
...
=> In /etc/X11/xdm/xdm-config
...
...
DisplayManager.requestPort: 177
...
...
After changing these parameters, re-start your display manager (either gdm or xdm), then try a connection from Exceed : you should get a login window.
Good lcuk.
Kodjo
Telnet is disabled by default on "modern" Unix systems (and I include Linux in this category).
It is better to use ssh as connections are encrypted. You can download PUTTY that is an excellent ssh client for Windows :
http://the.earth.li/~sgtatham/putty/latest/x86/putty.zip
If you want to connect using X11, you can do it two ways :
1 - Export your display
Launch Exceed on your Windows box.
Launch putty, then go to the menu "Connection => SSH => Tunnels" and check the box named "Enable X11 forwarding". Then, launch an SSH connection to your Linux box.
Test your X11 connection using xterm : it should display on your Windows desktop (Exceed).
2 - XDMCP
XDMCP is the protocol using by your display manager (eg : GDM).
To enable XDMCP, logon as root on Linux, then :
=> In /etc/opt/gnome/gdm/gdm.conf :
...
...
[xdmcp]
Enable=true
...
...
=> In /etc/X11/xdm/Xaccess
...
...
* CHOOSER BROADCAST
...
...
=> In /etc/X11/xdm/xdm-config
...
...
DisplayManager.requestPort: 177
...
...
After changing these parameters, re-start your display manager (either gdm or xdm), then try a connection from Exceed : you should get a login window.
Good lcuk.
Kodjo
Learn and explain...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-29-2005 07:56 AM
10-29-2005 07:56 AM
Re: connecting windows to UNIX
For connection and/or configuration, you should use secure shell.
http://www.networksimplicity.com/openssh
Make sure iptables is not running on the Linux box.
chkconfig --list iptables
service iptables status
service iptables stop # if running,
Then try again.
SEP
http://www.networksimplicity.com/openssh
Make sure iptables is not running on the Linux box.
chkconfig --list iptables
service iptables status
service iptables stop # if running,
Then try again.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-29-2005 07:16 PM
10-29-2005 07:16 PM
Re: connecting windows to UNIX
thanx for your cooperation
but still nothing changed
i have the same problem i cannot see any login window.
but still nothing changed
i have the same problem i cannot see any login window.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP