- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CDE through firewall - what ports needed?
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
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
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
тАО08-16-2001 04:13 AM
тАО08-16-2001 04:13 AM
CDE through firewall - what ports needed?
The 715/75 I have outside the firewall won't start a session from my Win2KPro machine inside the firewall. The CDE session does work when I log in directly to the machine.
I need to find out what ports to open on our Cisco PIX firewall to be able to use CDE.
I have tried to open TCP ports 6000-6002 and still cannot connect. Are there any other TCP/UDP ports I need to open?
Is there a chance that the firewall is not the problem?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 05:07 AM
тАО08-16-2001 05:07 AM
Re: CDE through firewall - what ports needed?
Security issues aside, and depending on your start method:
rlogin = 513
telnet = 23
rsh = 514
rexec = 512
cde = 177
+ 6000 for X-display 0.
Rgds, Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 07:20 AM
тАО08-16-2001 07:20 AM
Re: CDE through firewall - what ports needed?
I still cannot connect, telnet does work. I cannot open the display. Do I need to do something on the HP machine to allow CDE sessions to a certain IP?
Still confused.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 07:33 AM
тАО08-16-2001 07:33 AM
Re: CDE through firewall - what ports needed?
Should be udp, sorry.
Rgds, Robin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 07:35 AM
тАО08-16-2001 07:35 AM
Re: CDE through firewall - what ports needed?
udp for port 177...Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 07:59 AM
тАО08-16-2001 07:59 AM
Re: CDE through firewall - what ports needed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 08:13 AM
тАО08-16-2001 08:13 AM
Re: CDE through firewall - what ports needed?
Server open attempt #0 failed for 192.168.1.61:0, giving up
I think I need to translate an outside ip to an inside ip on the firewall.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-17-2001 03:41 AM
тАО08-17-2001 03:41 AM
Re: CDE through firewall - what ports needed?
Then you tunnel the ports needed using SSH.
Benefits:
a) less ports open
b) compression
c) encryption
d) no session hijacking
e) ease of use
(no passwords needed)
There are free SSH clients for all platforms, be it OpenSSH for *NIX and TeraTerm for Windoze.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-17-2001 08:40 AM
тАО08-17-2001 08:40 AM
Re: CDE through firewall - what ports needed?
Do any specific ports need to be open for SSH? I just picked up the O'Reilly SSH book yesterday. I know what I will be doing this weekend. :)