A rcNG script for port net/balance. Sample entry in rc.conf(5): balance_enable="YES" balance_hosts="host1 host2" balance_host1_adress="host1.domain.example" balance_host1_ports="ftp http" balance_host1_targets="host1.internal.domain.example" balance_host2_adress="host2.domain.example" balance_host2_ports="ssh ldap 8180" balance_host2_targets="host2.internal.domain.example"
Hi Joseph, could you please have a look into PR 59339: <http://www.freebsd.org/cgi/query-pr.cgi?pr=59339> and tell me what you think? Thanks Oliver
State Changed From-To: open->feedback
Responsible Changed From-To: freebsd-ports-bugs->eik asked maintainer for his opinion
On Sun, 16 Nov 2003, Oliver Eikemeier wrote: -> Hi Joseph, -> -> could you please have a look into PR 59339: -> <http://www.freebsd.org/cgi/query-pr.cgi?pr=59339> -> and tell me what you think? I don't have a 5.x box to try this on, so assuming that this works I'm fine with it. It may be nice to make this conditional to only be done on systems that have the new 5.x rc.d features. -- Joseph Scott | ICQ: 41906697 joseph@randomnetworks.com | Yahoo Msger: somestrangeid http://www.randomnetworks.com/joseph/ | MSN Msger: joseph@randomnetworks.com
Joseph Scott wrote: > I don't have a 5.x box to try this on, so assuming that this works > I'm fine with it. It may be nice to make this conditional to only be done > on systems that have the new 5.x rc.d features. Try it on a 4.x system, I use exactly this script on my 4-STABLE for two months now :)
On Mon, 17 Nov 2003, Oliver Eikemeier wrote: -> Joseph Scott wrote: -> -> > I don't have a 5.x box to try this on, so assuming that this works -> > I'm fine with it. It may be nice to make this conditional to only be done -> > on systems that have the new 5.x rc.d features. -> -> Try it on a 4.x system, I use exactly this script on my 4-STABLE -> for two months now :) I haven't tested this yet, but if it's been working fine for you then I'm ok with having it committed. -- Joseph Scott | ICQ: 41906697 joseph@randomnetworks.com | Yahoo Msger: somestrangeid http://www.randomnetworks.com/joseph/ | MSN Msger: joseph@randomnetworks.com
State Changed From-To: feedback->closed Committed, thanks!