Network User's Guide
Table Of Contents
- TABLE OF CONTENTS
- CHAPTER 1 Unix Printing: Printing from Unix/Linux using TCP/IP
- CHAPTER 2 TCP/IP Printing: Printing from Windows NT or Windows 2000/LAN Server and Warp Server
- Overview
- Windows NT 3.5x/NT 4.0/2000 (TCP/IP) Configuration
- Windows 2000 Printing (Printer Driver not yet installed)
- IPP Printing from Windows 2000 Clients
- Windows 2000 Printing (Printer Driver already installed)
- Windows NT 4.0 Printing
- Windows NT 4.0 Printing (Printer Driver not yet installed)
- Windows NT 4.0 Printing (Printer Driver already installed)
- Windows NT 3.5x Printing
- Windows NT 3.5x Printing (Printer Driver not yet installed)
- LAN Server, OS/2 Warp Server Configuration
- Other Sources of Information
- CHAPTER 3 Peer to Peer Printing: How to Print in a Windows 95/98/Me Peer to Peer network
- CHAPTER 4 NetBIOS Peer to Peer Printing:How to Printing using NetBIOS on Windows95/98/Me/NT/2000,LAN Server and OS/2 Warp Server
- Overview
- Print Server Configuration
- Changing the workgroup/domain name using TELNET or BRCONFIG or a web browser
- NetBIOS Port Monitor for Windows 95/98/Me, NT4.0/2000
- Installing the Brother NetBIOS Port Monitor
- Associating the printer
- Adding a Second NetBIOS Print Port
- LAN Server/OS/2 Warp Server Configuration
- Other Sources of Information
- CHAPTER 5 How to Configure Internet Printing for Windows 95/98/Me NT 4.0/Windows 2000: Internet Printing Installation
- Overview
- Brother Internet Print General Information
- Brother Internet Print Configuring the Brother Print Server
- Brother Internet Print Using BRAdmin to Configure the Print Server
- Brother Internet Print Using a Web Browser to configure the Print Server
- Brother Internet Print Using TELNET to Configure the Print Server
- Brother Internet Print Installing the BIP software on Windows 95/98/Me/NT4.0
- Adding a Second Brother Internet Port
- Windows 2000 IPP Printing
- Specifying a different URL
- Other Sources of Information
- CHAPTER 6 Novell NetWare Printing: How to configure Novell NetWare Printing
- Overview
- General Information
- Creating a NDPS Printer Using NWADMIN for NetWare5
- NDPS Manager
- NDPS Broker
- Creating a Printer Agent
- Configuring Netware 3 and NetWare 4 systems
- Configuring the Brother Print Server (Queue Server Mode in Bindery emulation mode) using BRAdmin
- Configuring the Brother Print Server (Queue Server Mode in NDS mode) using BRAdmin
- Configuring the Brother Print Server (Queue Server Mode in NDS mode) using Novell NWADMIN and BRAdmin
- Configuring the Brother Print Server (Remote Server Mode in NDS mode) using Novell NWAdmin and BRAdmin
- Configuring the Brother Print Server (Queue Server Mode in Bindery emulation mode) using PCONSOLE and BRCONFIG
- Configuring the Brother Print Server (Queue Server Mode in NDS mode) using PCONSOLE and BRCONFIG
- Configuring the Brother Print Server (Remote Printer Mode using PCONSOLE and BRCONFIG
- Other Sources of Information
- CHAPTER 7 Macintosh Printing: Printing From a Macintosh
- CHAPTER 8 DLC Printing: Printing from Windows NT or Windows 2000
- CHAPTER 9 LAT Network Configuration: Printing from DEC LAT Systems
- CHAPTER 10 BANYAN VINES Network Configuration: Printing from Banyan Vines Systems
- CHAPTER 11Web Based Management: How to use a Web Browser to manage your Device
- CHAPTER 12 BRAdmin Configuration: Assigning TCP/IP Information
- Overview
- Using the printer front panel to allocate an IP address (printers with LCD panels only)
- Changing the IP Address using the BRAdmin application
- Using BRAdmin and the IPX/SPX Protocol to change the IP address
- Using BRAdmin and the TCP/IP Protocol to change the IP address
- Using DHCP to Configure the IP address
- Using ARP to Configure the Print Server IP Address
- Using RARP to Configure the IP Address
- Using BOOTP to Configure the IP Address
- Configuring the IP Address with DEC NCP or BRCONFIG
- Changing the IP Address settings with the TELNET Console
- Other Sources of Information
- CHAPTER 13 Troubleshooting
- Overview
- Installation problems
- Intermittent Problems
- TCP/IP Troubleshooting
- UNIX Troubleshooting
- Windows NT/LAN Server (TCP/IP) Troubleshooting
- Windows 95/98/Me Peer to Peer Print (LPR) Troubleshooting
- Windows 95/98/Me Peer-to-Peer (HP JetAdmin compatible method) Troubleshooting
- Windows 95/98/Me/NT 4.0 Peer-to-Peer Print (NetBIOS) Troubleshooting
- Brother Internet Print (TCP/IP) Troubleshooting
- Windows 95/98/Me/2000 IPP Troubleshooting
- Novell NetWare Troubleshooting
- AppleTalk Troubleshooting
- DLC/LLC Troubleshooting
- LAT Troubleshooting
- Banyan VINES Troubleshooting
- Web Browser Troubleshooting (TCP/IP)
- APPENDIX
- INDEX
CHAPTER 1 UNIX PRINTING
1-11
DEC TCP/IP Servers for VMS(UCX)
You need to run the sys$system:ucx:$lprsetup command, specify a printer name, and
then enter the print server IP address as the remote system name. Specify one of the
print server services (see beginning of this section for options) as the remote system
printer name (accept the defaults for other questions).
TGV's Multinet
TGV's Multinet requires you to run the MULTINET CONFIGURE /PRINTERS
command, then use the ADD command to add a printer, specifying the print server IP
address, a protocol type of LPD, and one of the service options described at the
beginning of this section as the remote print queue.
Wollongong's PATHWAY
First make sure that you have the Access option with lpd enabled. Then enter the
print server name and IP address in the TWG$TCP:[NETDIST.ETC]HOSTS file, run
the LPGEN program, and execute the command: add
queue/rmachine=prnservername/rprinter=prnserverservice, where queue is the name
of the queue, prnservername is the print server name from the hosts file, and
prnserverservice is the print server service name.
IBM/AS4000
To use a Brother print server with an IBM AS/400 running IBM’s TCP/IP gateways
services for OS/400 (the OS/400 system must be v3.1 or later)
Use the CFGTCP command at your OS/400 prompt to add the print server’s TCP/IP
address to the AS/400 host table.
Use the following one-line OS/400 command to create the LPD queue:
CRTOUTQ OUTQ(<queuename> RMSTSYS
(*INTNETADR) RMTPRTO(<service>)
AUTOSTRWTR(1) CNNTYPE(*IP) DESTTYPE (*OTHER)
MFRTYPMDL (<driver>)
INTNETADR(‘<ipaddress>’) TEXT
(‘<description>’)
where <queuename> is the new AS/400 print queue name, <service> is the print server
service name,
BINARY_P1 or TEXT_P1
, <driver> is the OS/400 printer driver name
(*HP4 is recommended if in doubt), and <ipaddress> is the IP address of the print
server.Note that the IP address and description must be enclosed in single quotes.