User`s guide
Table Of Contents
- TABLE OF CONTENTS
- Chapter 1 How to Configure TCP/IP printing for Unix Systems
- Chapter 2 How to Configure TCP/IP printing for Windows NT, LAN Server and OS/2 Warp Server
- Chapter 3 How to Configure Peer-to-Peer Printing for Windows 95/98
- Chapter 4 How to Configure Peer-to-Peer (NetBIOS) printing for Windows 95/98/NT, LAN Server and OS/2 Warp Server
- Chapter 5 How to Configure Brother Internet Print for Windows 95/98/NT
- Chapter 6 How to Configure Novell Netware printing using IPX/SPX
- General Information
- Creating a Print Queue Using BRAdmin32
- Configuring the Brother Print Server (Queue Server Mode in Bindery emulation mode) using BRAdmin32
- Configuring the Brother Print Server (Queue Server Mode in NDS mode) using BRAdmin32
- Configuring the Brother Print Server (Queue Server Mode in NDS mode) using Novell NWADMIN and BRAdmin32
- Configuring the Brother Print Server (Remote Server Mode in NDS mode) using Novell NWAdmin and BRAdmin32
- 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
- Testing the Print Queue
- Configuring the Workstation (DOS-based NetWare drivers)
- Configuring the Workstation (Windows 3.1x)
- Configuring the Workstation (Windows 95/98)
- Chapter 7 How to Configure Macintosh printing using Appletalk
- Chapter 8 How to Configure DLC/LLC printing for Windows NT
- Chapter 9 How to use the Web based management function
- Chapter 10 TROUBLESHOOTING
- Overview
- Installation problems
- Intermittent Problems
- TCP/IP Troubleshooting
- UNIX Troubleshooting
- Windows NT/LAN Server (TCP/IP) Troubleshooting
- Windows 95/98 Peer to Peer Print (LPR) Troubleshooting
- Windows 95/98 (or later) Peer-to-Peer (HP JetAdmin compatible method) Troubleshooting
- Windows 95/98/NT 4.0 Peer-to-Peer Print (NetBIOS) Troubleshooting
- Internet Print (TCP/IP) Troubleshooting
- Novell NetWare Troubleshooting
- AppleTalk Troubleshooting
- DLC/LLC Troubleshooting
- Web Browser Troubleshooting (TCP/IP)
- APPENDIX
- INDEX
1-14
Using BOOTP to Configure the IP Address
BOOTP is an alternative to rarp that has the advantage of allowing configuration of the subnet
mask and gateway. In order to use BOOTP to configure the IP address make sure that BOOTP
is installed and running on your host computer (it should appear in the
/etc/services
file
on your host as a real service; type
man bootpd
or refer to your system documentation for
information). BOOTP is usually started up via the
/etc/inetd.conf
file, so you may
need to enable it by removing the "#" in front of the bootp entry in that file. For
example, a typical bootp entry in the
/etc/inetd.conf
file would be:
#bootp dgram udp wait /usr/etc/bootpd bootpd -i
✒ Note
Depending on the system, this entry might be called “bootps” instead of “bootp”.
In order to enable BOOTP, simply use an editor to delete the "#" (if there is no "#", then
BOOTP is already enabled). Then edit the BOOTP configuration file (usually /etc/bootptab)
and enter the name, network type (1 for Ethernet), Ethernet address and the IP address, subnet
mask and gateway of the print server. Unfortunately, the exact format for doing this is not
standardized, so you will need to refer to your system documentation to determine how to
enter this information (many UNIX systems also have template examples in the bootptab file
that you can use for reference). Some examples of typical /etc/bootptab entries include:
BRN_310107 1 00:80:77:31:01:07 192.189.207.3
and:
BRN_310107:ht=ethernet:ha=008077310107:\
ip=192.189.207.3:
Certain BOOTP host software implementations will not respond to BOOTP requests if you
have not included a download filename in the configuration file; if this is the case, simply
create a null file on the host and specify the name of this file and its path in the configuration
file.
As with rarp, the print server will load its IP address from the BOOTP server when the printer
is powered on.