freebsd-ports/net/loadd/pkg-message.in
Norikatsu Shigemura 833c9d2beb Add new ports.
PR:		ports/37661
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
Approved by:	knu (mentor)
2002-05-16 10:26:39 +00:00

14 lines
809 B
Text

#######################################################################
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
#######################################################################