Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
abills:docs:other:nat_ipfw_natd:ru [2010/04/27 03:25] 127.0.0.1 внешнее изменение |
abills:docs:other:nat_ipfw_natd:ru [2015/12/05 17:50] (текущий) |
||
---|---|---|---|
Строка 21: | Строка 21: | ||
- | + | /etc/sysctl.conf | |
- | net.inet.ip.fastforwarding: 0 -> 1 | + | net.inet.ip.fastforwarding=1 |
- | net.inet.ip.portrange.randomized: 1 -> 0 | + | net.inet.ip.portrange.randomized=0 |
- | net.inet.tcp.nolocaltimewait: 0 -> 1 | + | net.inet.tcp.nolocaltimewait=1 |
- | kern.ipc.nmbclusters: 25600 -> 65536 | + | kern.ipc.nmbclusters=65536 |
- | kern.ipc.maxsockets: 12328 -> 204800 | + | kern.ipc.maxsockets=204800 |
- | net.inet.ip.dummynet.hash_size: 64 -> 512 | + | net.inet.ip.dummynet.hash_size=512 |
- | kern.ipc.somaxconn: 128 -> 4096 | + | kern.ipc.somaxconn=4096 |
- | net.inet.tcp.maxtcptw: 8191 -> 40960 | + | net.inet.tcp.maxtcptw=40960 |
- | + | net.inet.tcp.nolocaltimewait=1 | |
+ | net.inet.ip.portrange.randomized=0 |