relayd - SSL acceleration / loadbalacing performance

2016-03-15 Thread Tobias Feldhaus
We have 3x Supermicro Intel Dual Xeon E5-2620v3 powered systems with 32GB ECC memory, 4x 10 Gigabit Ethernet NICs (Intel X520-DA2), and 2x Gigabit Ethernet onboard NICs connected towards a Virtual Chassis of a Juniper EX 4550 Ethernet Switch, running OpenBSD 5.8 with all (11) patches. We want to u

Re: relayd - SSL acceleration / loadbalacing performance

2016-03-15 Thread Tobias Feldhaus
t $tcp_services keep state pass proto udp to port $udp_services keep state # Pass CARP pass quick proto carp keep state (no-sync) # SSH backup channel from Wooga office pass in on trunk0 inet proto tcp from xx.xx.xx.xx/xx to any port 22 keep state (no-sync) # Allow pings for Pingdom status checks p

Re: openbsd.org, openssh.com server(s) down

2016-03-15 Thread Tobias Feldhaus
Failing PSU AFAIK from IRC. > On 15 Mar 2016, at 19:56, Gene wrote: > >> On Tue, Mar 15, 2016 at 7:22 AM, Martin Schröder wrote: >> >> 2016-03-15 14:31 GMT+01:00 Rudolf Sykora : >>> is it only I who cannot connect to either >>> of openbsd.org and openssh.com, or >> >> Nope. >> http://www.downfo

Re: relayd - prefork option seems to be ignored

2016-03-19 Thread Tobias Feldhaus
Yes. Ordering is important *D'oh*: Putting prefork before the table definition fixed the issue. On Wed, Mar 16, 2016 at 2:02 PM, Tobias Feldhaus wrote: > According to relayd.conf(5) the prefork option should spawn the defined > number of processes to handle relayed connections -

relayd - prefork option seems to be ignored

2016-03-19 Thread Tobias Feldhaus
According to relayd.conf(5) the prefork option should spawn the defined number of processes to handle relayed connections - the default is 3. I've tried setting it to 5, 10, and 12 on OpenBSD 5.8 - but it seems like it is getting ignored, as ps(1) always shows me 3 relay processes, which is the de