Section 10: IPP AXIS 5400 User’s Manual
128
NetWare
UNIX Windows
OS/2
Macintosh
NetWare
UNIX Windows
OS/2
Macintosh
Address Schemes
When using IPP printing, you need to know the IP address or host
name of your IPP-enabled Axis print server. The AXIS 5400 Print
Server supports the http: address scheme (which is used in the IPP 1.0
standard), and the ipp: adress scheme (used in the IPP 1.1 standard).
The examples given below assume that the host name of the Axis print
server is axisps and that the corresponding IP adress is 12.100.110.2.
Example http: address schemes.
Note that the IPP port number (631) should be specified in the http:
address scheme.
Example ipp: address schemes.
IPP address using host name IPP address using IP address Corresponding printer
http://axisps:631/LPT1 http://12.100.110.2:631/LPT1 Printer attached to the LPT1
parallel port
http://axisps:631/LPT2 http://12.100.110.2:631/LPT2 Printer attached to the LPT2
parallel port
http://axisps:631/COM1 http://12.100.110.2:631/COM1 Printer attached to the COM1
serial port
IPP address using host name IPP address using IP address Corresponding printer
ipp://axisps/LPT1 ipp://12.100.110.2/LPT1 Printer attached to the LPT1
parallel port
ipp://axisps/LPT2 ipp://12.100.110.2/LPT2 Printer attached to the LPT2
parallel port
ipp://axisps/COM1 ipp://12.100.110.2/COM1 Printer attached to the COM1
serial port