You are here: Foswiki>ATLAS Web>MeinbergGPSNTP (17 Mar 2008, Carsten)Edit Attach

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
Topic revision: r1 - 17 Mar 2008, Carsten
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback