- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- channel 3: open failed: administratively prohibite...
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
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
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
тАО02-01-2009 06:14 PM
тАО02-01-2009 06:14 PM
channel 3: open failed: administratively prohibited: open failed
so i start a server process listening on 163 port
when i try to send something through the 2001 port,the system show me this error.
(i did open the AllowTcpForwarding yes option on sshd_config)
please help me on this,thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2009 12:48 AM
тАО02-02-2009 12:48 AM
Re: channel 3: open failed: administratively prohibited: open failed
Your syntax is wrong. Check the SSH manual:
-L [bind_address:]port:host:hostport]
bind_address is the locally-bound server
IP address or hostname (in your case
localhost or whatever)
port is locally bound port (in your case
2001)
host is "remote" host (in your case
you obviously want to test localhost, in
other words 127.0.0.1)
hostport is remote port (in your case 163)
Cheers,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2009 05:22 PM
тАО02-02-2009 05:22 PM
Re: channel 3: open failed: administratively prohibited: open failed
i check my syntax,it could be right
so,thanx,but i still have that problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2009 06:20 PM
тАО02-02-2009 06:20 PM
Re: channel 3: open failed: administratively prohibited: open failed
Is port 163 open on your server:
# telnet localhost 163
Cheers,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2009 06:32 PM
тАО02-02-2009 06:32 PM
Re: channel 3: open failed: administratively prohibited: open failed
telnet: Unable to connect to remote host: Connection refused
the port is closed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2009 06:42 PM
тАО02-02-2009 06:42 PM
Re: channel 3: open failed: administratively prohibited: open failed
bstdev2[/]telnet localhost 2001
Trying...
channel 3: open failed: administratively prohibited: open failed
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2009 07:14 PM
тАО02-02-2009 07:14 PM
Re: channel 3: open failed: administratively prohibited: open failed
Since port 163 is closed on the localhost,
you cannot use SSH to forward port 2001 to it.
You need to use some other active port
that is responding on the local machine.
Cheers,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2009 07:30 PM
тАО02-02-2009 07:30 PM
Re: channel 3: open failed: administratively prohibited: open failed
i guess the local-port 2001 maybe got something wrong with the purview problem when i try to open it(i used root purview)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2009 02:02 AM
тАО02-03-2009 02:02 AM