Port
Protoc.
Where
Function
110 TCP Server EtherShare POP 3 E-Mail server
137 UDP Server Name Binding WINS
138 UDP Server PCShare Browsing
139 TCP Server PCShare SMB/CIFS
427 UDP Server HELIOS Base SLP server
445 TCP Server PCShare SMB/CIFS
515 TCP Server BSD Remote LPR
548 TCP Server AFP Server
2000 UDP Server PCShare native DOS/Win 3.x
2001 TCP Server EtherShare Mail server
2001 UDP Server PCShare native DOS/Win 3.x
2002 TCP Server ImageServer event listener port
2003 TCP Server PCShare telnet service port
2004 TCP Server EtherShare Admin
2005 TCP Client Create PDF Server
2006 TCP Server Reserved for future HELIOS Admin
2007 TCP Server EtherShare print spooler (papsrv)
2011-2014 TCP Client Printing PCShare native DOS printsrv
2021-2023 TCP Client Printing PCShare native DOS printsrv
2222 UDP Server EtherShare RPC
2223 UDP Server PCShare RPC
netstat -a | grep -i listen
command. This article will focus only on the options of HELIOS services. One option to bring some services into the Internet is to use two network adapters, one for the Intranet and a second for the Internet, e.g.:Interface address
le0 172.16.0.1 Intranet network
le1 193.141.98.37 Internet network
allow 172.16.0.0/255.255.0.0 #Intranet Network
deny 0.0.0.0/0
# prefvalue -k Programs/afpsrv/ipaccess -t str ipaccess.public
allow 172.16.0.0/255.255.0.0 #Intranet Network
allow 193.141.98.37/255.255.255.0 #Internet Network
deny 0.0.0.0/0
allow 172.16.0.0/255.255.0.0 #Intranet Network
deny 0.0.0.0/0
1. /pub/www/webtransfer
2. /data1/production
3. /data2/sales
# prefvalue -k Volumes//pub/www/webtransfer/IPAccess -t str ipaccess.public
# prefvalue -k Volumes//data1/production/IPAcess -t str ipaccess.private
# prefvalue -k Volumes//data2/sales/IPAcess -t str ipaccess.private
Q: |
|
How to enable guest login for the “afpsrv”? |
A: |
|
|
Q: |
|
What is the difference between the “ipaccess” and “IPAccess” preference? |
A: |
“ipaccess” is for all server processes, e.g. “pcshare”, “afpsrv”, “opisrv”, “slpsrv”, etc. whereas “IPAccess” is a per-volume preference. For details see HELIOS Base 1.1 manual, section 4.5.3 |
|
Q: |
|
Is the per-volume “IPAccess” preference available for EtherShare and PCShare? |
A: |
At present only for EtherShare; PCShare will support it with a future update or version. |
|
Q: |
|
Can I have auditing for the “webtransfer” volume? |
A: |
Yes. The “server.acct file” will show all logins. Another option is to turn on the “xferlog” preference to log I/O file activity. For details see HELIOS Base 1.1 manual, section 7.1. Use this option with care since it causes considerable load on the server and should not be used on production servers. |
|
Q: |
|
Can I publish a Macintosh printer queue on the Internet? |
A: |
Yes. Use our TCP/IP printer drivers for remote Mac OS 9 or Mac OS X clients, publish the printer queue via TCP on a custom port, e.g.:
will publish it on port 8000. Enable the port on your Internet firewall to be forwarded to port 8000 to the server. |
|
Q: |
|
Can I use the IP access for the Remote LPR protocol? |
A: |
Yes. By default the “lpd” uses the “HELIOSDIR/var/conf/ipaccess” file. For details see HELIOS Base 1.1 manual, section 10.7 |