- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Red Hat AS 2.1 and Exceed
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
- Report Inappropriate Content
11-02-2004 06:04 AM
11-02-2004 06:04 AM
Red Hat AS 2.1 and Exceed
There are no firewall between both machines, just a NAT.
Any idea about what could be wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 06:56 AM
11-02-2004 06:56 AM
Re: Red Hat AS 2.1 and Exceed
Remember to supply points to people who help youon this forum. YOu might get a better response even though the main purpose is to help educate. Points please.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 07:33 AM
11-02-2004 07:33 AM
Re: Red Hat AS 2.1 and Exceed
I think its port 7000.
You need to open up the ports in iptables ir ipchains and it should work.
SEP
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
- Report Inappropriate Content
11-02-2004 09:41 AM
11-02-2004 09:41 AM
Re: Red Hat AS 2.1 and Exceed
I did not activate the Firewall protection in the installation process. There is no firewall in the server (software) and no firewall between my PC and the server.
I have tryed wiht the X Client Wizard but in all cases I receive the error message: Unable to connect to host using the specified start method.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 04:56 PM
11-02-2004 04:56 PM
Re: Red Hat AS 2.1 and Exceed
# netstat -a | grep xdmcp
udp 0 0 *:xdmcp *:*
If not, then enable it by either running gdmsetup (XDMCP tab) or editing /etc/X11/gdm/gdm.conf (see below).
[xdmcp]
Enable=true
Assumption I made is that you are using gdm (GNOME display manager) on RHAS 2.1 server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 04:33 AM
11-03-2004 04:33 AM
Re: Red Hat AS 2.1 and Exceed
[xdmcp]
Enable=true
#netstat -a |grep xdmcp
udp 0 0 *:xdmcp *:*
But the problem is exactly the same.
Reviewing:
I have set this values in the "Exceed X Client Wizard":
Host: MyServer_IP
Host Type: LINUX
Select method: REXEC (TCP/IP)
In the application Section (I use the default values):
XTerm
Application: @(XTerm, method=stdappdb)
Parameters: -display @d&@;
I check the Display Host Replies and click Run (to tray to connect).
It shows me an error message:
"Unable to connect to host using the specified start method."
Any another idea about my problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 06:23 AM
11-03-2004 06:23 AM
Re: Red Hat AS 2.1 and Exceed
service iptables stop
service ipchains stop
During the install you have the option to choose the level of firewall on the RH server itself. The ipchains and iptables.
Even setting to a medium or low level will block access to the ports you are trying to use.
With no server firewall in place, Exceed works fine with RH Linux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 07:28 AM
11-03-2004 07:28 AM
Re: Red Hat AS 2.1 and Exceed
Any other idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 08:51 AM
11-03-2004 08:51 AM
Re: Red Hat AS 2.1 and Exceed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 08:56 AM
11-03-2004 08:56 AM
Re: Red Hat AS 2.1 and Exceed
Can I view the graphic desktop of the Linux using SSH? I need to run (on the Linux server) GUI programs from my Windows PC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 07:24 AM
11-04-2004 07:24 AM
Re: Red Hat AS 2.1 and Exceed
ps -ef|grep dm
2) please try to check open ports on your RHEL2.1 from another hosts [nmap]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 07:26 AM
11-04-2004 07:26 AM
Re: Red Hat AS 2.1 and Exceed
in Exceed 6-8 default mode is "passive", and you should set "XDMCP broadcast" or "XDMCP query"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 07:47 AM
11-04-2004 07:47 AM
Re: Red Hat AS 2.1 and Exceed
root 977 1 0 12:22 ? 00:00:00 sendmail: accepting connections
root 1125 1 0 12:23 ? 00:00:00 /usr/bin/gdm -nodaemon
root 1133 1125 0 12:23 ? 00:00:00 /usr/bin/gdm -nodaemon
root 1134 1133 1 12:23 ? 00:01:33 /etc/X11/X :0 -auth /var/gdm/:0.
root 2201 2153 0 14:44 pts/1 00:00:00 grep dm
I do not know how to check open prts? could you please show me the command to do that?
I do not know where to check the Exceed mode, could you please say me where too?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 08:00 AM
11-04-2004 08:00 AM
Re: Red Hat AS 2.1 and Exceed
2) Run Xconfig, "Network and communication"/XDMCP query/ configure and set your linux hostname in "connect host" field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 08:59 AM
11-04-2004 08:59 AM
Re: Red Hat AS 2.1 and Exceed
Starting nmap V. 2.54BETA22 ( www.insecure.org/nmap/ )
Interesting ports on RAC2 (172.16.11.28):
(The 1537 ports scanned but not shown below are in state: closed)
Port State Service
21/tcp open ftp
22/tcp open ssh
23/tcp open telnet
111/tcp open sunrpc
6000/tcp open X11
Nmap run completed -- 1 IP address (1 host up) scanned in 0 seconds
I have configured the XDMCP Query and the problem is still there.