All in One Printer User Manual
Table Of Contents
- NETWORK USER'S GUIDE
- Definitions of warnings, cautions, and notes
- Trademarks
- Compilation and publication notice
- IMPORTANT NOTE:
- Table of Contents
- 1 Internet FAX
- Overview
- 2 Windows® Internet printing
- Internet Printing Installation
- Overview
- Brother Internet Print General Information
- Brother Internet Print: Configuring the Brother Print Server
- Brother Internet Print: Using the BRAdmin Professional utility to Configure the Print Server
- Brother Internet Print: Installing the BIP software on Windows® 98/98SE/Me/2000/XP/XP Professional x64 Edition
- Adding a Second Brother Internet Port
- Other sources of information
- Internet Printing Installation
- 3 Control panel setup
- A Appendix A
- B Index
Control panel setup
14
3
DHCP mode 3
Dynamic Host Configuration Protocol (DHCP) is one of several automated mechanisms for IP address
allocation. If you have a DHCP server in your network (typically a UNIX
®
, Windows
®
2000/XP network) the
print server will automatically obtain its IP address from a DHCP server and register its name with any RFC
1001 and 1002 compliant dynamic name services.
Note
• If you do not want your print server configured via DHCP, BOOTP or RARP, you must set the BOOT
METHOD to static, this will prevent the print server from trying to obtain an IP address from any of these
systems. To change the BOOT METHOD, use the machine’s control panel or the BRAdmin
Professional utility.
• On smaller networks, the DHCP server may be the Router.
Static mode 3
In this mode the machine’s IP address must be manually assigned. Once entered the IP address is locked to
the assigned address.
RARP mode
3
The Brother print server IP address can be configured using the Reverse ARP (RARP) service on your host
computer. This is done by editing the /etc/ethers file (if this file does not exist, you can create it) with an entry
similar to the following:
00:80:77:31:01:07 BRN_310107
Where the first entry is the Ethernet address of the print server and the second entry is the name of the print
server (the name must be the same as the one you put in the /etc/hosts file).
If the rarp daemon is not already running, start it (depending on the system the command can be rarpd, rarpd
-a, in.rarpd -a or something else; type man rarpd or refer to your system documentation for additional
information). To verify that the rarp daemon is running on a Berkeley UNIX
®
based system, type the following
command:
ps -ax | grep -v grep | grep rarpd
For AT&T UNIX
®
based systems, type:
ps -ef | grep -v grep | grep rarpd
The Brother print server will get the IP address from the rarp daemon when it is powered on.
BOOTP mode
3
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










