Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Tidy up /etc/sysctl.conf and add WAN tuning to outward facing machines #31

Open
kreczko opened this issue Jan 11, 2013 · 0 comments
Open

Comments

@kreczko
Copy link
Member

kreczko commented Jan 11, 2013

Conflicting entries

There currently exist conflicting entries in the sysctl.conf, e.g.

Controls IP packet forwarding

net.ipv4.ip_forward = 0
......

Recomended for pxe/libvirt

net.ipv4.ip_forward = 1

WAN Tuning

net.ipv4.tcp_rmem = 4096 131072 8288608
net.ipv4.tcp_wmem = 4096 131072 8388608
net.core.netdev_max_backlog = 3000
net.core.rmem_default = 131072
net.core.wmem_default = 131072
net.core.rmem_max = 8388608
net.core.wmem_max = 8388608
net.ipv4.tcp_congestion_control = htcp

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant