Closed igalic closed 6 years ago
I've tried it on my NAS and it seems to work fine. Will test further.
FTR, the command to see if round-robin is active is pfctl -s nat
It seems like this also affects servers with multiple IP4 adresses. @tomster this seems to fix our backup server issue from today.
Released with 2.3.0
When configuring a jailhost on digitalocean, its network may end up looking like this
This will cause the jails' networking to be an order of magnitude slower, than on the body. I don't know what this is caused by; it could have something to do with digitalocean's default private network:
i changed the
nat
rule tonat on vtnet0 from lo1:network to any -> (vtnet0:0)
and this made it worked!i don't know if changing the pf.conf template to:
would make it work for everyone.