Hi !
I am in the process of setting up an OpenBSD / OpenBGPD core router for
a small local ISP (two 20mbps upstreams, simple setup).
OpenBGPD's config seems OK, but I need some help about OpenBSD's tunable
parameters using sysctl.
I have the following :
net.inet.tcp.recvspace=65536
net.inet.tcp.sendspace=65536
kern.ipc.somaxconn=1024
net.inet.icmp.drop_redirect=1
net.inet.icmp.log_redirect=1
net.inet.ip.redirect=0
net.inet.ip.sourceroute=0
net.inet.icmp.bmcastecho=0
net.inet.icmp.maskrepl=0
Are these OK ? Should I also do something for udp ? Do I miss some ?
Thanks for your help.