blob: 33b24963f4f474dbc72c4c6bc95cc33d4d6c9863 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#######################################################################
Please modify the configuration file %%PREFIX%%/etc/loadd.conf
before launching %%PREFIX%%/libexec/loadd
don't forget to recompile your kernel with DIVERT and
IPFIREWALL options. Don't forget to specify a rule in the ipfw
firewall like natd: ipfw add divert 8670 tcp from any to any
8670 is the default port, you can choose a different port by
running loadd with -p option like
%%PREFIX%%/libexec/loadd -p 8671
ipfw add divert 8671 tcp from any to any
!! IMPORTANT !! There is no support for UDP at this time.
You cannot use loadsharing method (broken) use intlloadsharing
insteed and don't forget to launch lmd on server(s) to load balance
#######################################################################
|