Configuration settings
Change the configuration by using setup when logged in via ssh
Increase ARP cache for this box
The box comes with Linux kernel defaults, i.e. a maximum ARP cache of 1024 addresses. To increase it, please run the following code:
rwflash
cat < /mnt/flash/packages/base/files/copy/etc/sysctl.conf
net.ipv4.neigh.default.gc_thresh3 = 8192
net.ipv4.neigh.default.gc_thresh2 = 4096
net.ipv4.neigh.default.gc_thresh1 = 2048
EOF
cat < /mnt/flash/packages/base/files/scripts/init_sysctl
#!/bin/sh
sysctl -p /etc/sysctl.conf
EOF
roflash