File: README.multidomain-httpd

package info (click to toggle)
iproute 980630-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 468 kB
  • ctags: 389
  • sloc: ansic: 8,276; makefile: 104
file content (23 lines) | stat: -rw-r--r-- 651 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Ignore the receipts from README.FIRST in NSCA httpd distribution.


In 2.1.15+, the same effect can be achieved by:

iproute add { an-address | a-prefix } dev <any device> local interface

Or with route utility from net-tools:

route add -host an-address dev lo
or
route add -net an-address-prefix netmask mask-for-this-range dev lo

No dummy interfaces, no arp commands: all this stuff is obsolete.


WARNING: if your host runs nameserver, or another UDP tool,
that requires exact compliance to multihoming RFC requirements,
you are deemed to use correct software.
F.e. bind-4.9.5-REL fixes can be found here.

Alexey Kuznetsov.
kuznet@ms2.inr.ac.ru