- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- remote printing over Firewall
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
09-11-2003 06:09 AM - last edited on 03-03-2021 03:57 AM by Parvez_Admin
09-11-2003 06:09 AM - last edited on 03-03-2021 03:57 AM by Parvez_Admin
Hello,
I am trying to configure a firewall on my site and I have a problem with my HPUX servers (N4000 HPUX11.00). I know that there are some remote prints from other sites (over the WAN) to this server and I can not find the port and protocol used by UNIX in this case.
thank you for help
Best regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 06:20 AM
09-11-2003 06:20 AM
Re: remote printing over Firewall
Get lsof and find out for sure. http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.67/
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 06:30 AM
09-11-2003 06:30 AM
Re: remote printing over Firewall
Jetdirect, which includes I think, all HP network printers, use different ports than the rest of the printers out there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 07:50 AM
09-11-2003 07:50 AM
SolutionWe print to Europe from Canada through Firewalls...
Rgds...Geoff

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 11:44 PM
09-11-2003 11:44 PM
Re: remote printing over Firewall
I do not understand something,we use HP JetAdmin on our server when I make a "netstat -an" I can not see the ports 9101 9102 and 9103?
I think this ports are used when you print directly to the remote printer but in my case I use a remote HPUX server to receive and send the request to the remote printer.
Is it the same ports?
Thank you again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2003 08:01 AM
09-12-2003 08:01 AM
Re: remote printing over Firewall
In your case, 515 should be all you need...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2003 05:55 PM
09-14-2003 05:55 PM
Re: remote printing over Firewall
If you configure remote printers (NOT network printers), the port you need to open up is just TCP/515 outbound from your printing client system to the printer server.
To aid troubleshooting if the printer server is listening to connections (in addition to using lpstat command), perform a telnet to the port:
client# telnet printserver 515
If connection is established, the printserver is accepting connections because lpd is running.
If you see "Trying..." or "Connection refused", your firewall is either dropping or rejecting the connection respectively.
Hope this helps. Regards.
Steven Sim Kok Leong

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2003 11:40 PM - last edited on 03-03-2021 03:58 AM by Parvez_Admin
09-14-2003 11:40 PM - last edited on 03-03-2021 03:58 AM by Parvez_Admin
Re: remote printing over Firewall
thank you all,
I have all the informations I need!!
Thank you again
Best regards