Lines Matching +full:assigned +full:- +full:resolution +full:- +full:bits

55 In either case, include the pseudo-devices
58 The ``pty'' pseudo-device forces the pseudo terminal device driver
61 while the ``loop'' pseudo-device forces inclusion of the software loopback
67 Ethernet, the pseudo-device ``ether'' should also be included
68 in the configuration; this forces inclusion of the Address Resolution
69 Protocol module used in mapping between 48-bit Ethernet
70 and 32-bit Internet addresses.
95 Note that the use of trailer link-level is now negotiated between \*(4B hosts
113 network to off-site hosts. Subnetworks are useful because
117 The standard describing this change in Internet addressing is RFC-950.
120 address space (the Internet ``host part'' of the 32-bit address)
123 number have a 24-bit host address space with which to work, sites with a
124 class B network number have a 16-bit host address space, while sites with
125 a class C network number have an 8-bit host address space\**.
128 ``Address Mappings'', Internet RFC-796, J. Postel; available from
131 To define local subnets you must steal some bits
135 to hosts off-site. For example, if your site has a class B network
137 the network number, 16 bits, and the host number, another
138 16 bits. To define 254 local subnets, each
139 possessing at most 255 hosts, 8 bits may be taken from the local part.
140 (The use of subnets 0 and all-1's, 255 in this example, is discouraged
143 numbers are then constructed by concatenating the original 16-bit network
144 number with the extra 8 bits containing the local subnet number.
154 This mask normally contains the bits corresponding to the standard
156 that has been assigned to subnets.
159 For example, at Berkeley (class B network 128.32) 8 bits
168 This specifies that for interface ``le0'', the upper 24 bits of
172 sub-network \fIn\fP of this network would then have addresses of
182 according to RFC-919 is the address with a host part of all 1's.
194 sent to the logical-network broadcast address as well as those sent
195 to the subnet broadcast address, and when using an all-1's broadcast,
208 especially for multi-homed hosts using Serial Line IP (SLIP).
248 /sbin/route add default \fIsmart-gateway\fP 1
277 \fB#\fP \fInetstat \-r\fP
281 \fB#\fP \fInetstat \-r \-s\fP
293 hosts with only a single non-loopback interface never attempt
307 sysctl -w net.inet.ip.redirect=0
341 numbers (contact hostmaster@SRI-NIC.ARPA).
389 The value of \fIroutedflags\fP provides host-specific options to
394 routedflags=-q
398 .Xr "routed -q"
403 commands of the following sort should be placed in the site-dependent file
407 if [ -f /usr/sbin/timed ]; then
408 /usr/sbin/timed & echo -n ' timed' >/dev/console
413 In \*(4B most of the servers for user-visible services are started up by a
524 \fB#\fP \fIawk -F: '{$2="*";print$1":"$2":"$3":"$4":"$5":"$6":"}' < /etc/passwd > passwd\fP
525 \fB#\fP \fIawk -F: '{$2="*";print$1":"$2":"}' < /etc/group > group\fP