Brother International HL-3400CN Network Users Manual - English - Page 131

Using BOOTP to Con the IP Address

Page 131 highlights

CHAPTER 12 TCP/IP CONFIGURATION 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 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. 12-9

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168

CHAPTER 12 TCP/IP CONFIGURATION
12-9
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
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.