: January-2012

Home » Posts tagged : Network

I like to tweak OS's so this is a network performance tweaks I do to Mac OS X 10.7.   Website I found some information. http://xgu.ru/wiki/TCP_tuning http://support.apple.com/downloads/Broadband_Tuner_1_0 http://slaptijack.com/system-administration/mac-os-x-tcp-performance-tuning/   Start up a Terminal window and type information below. $ sudo pico /etc/sysctl.conf and add information below. net.inet.tcp.rfc1323=1 #kern.ipc.maxsockbuf=16777216 Max size seems to be 6291456 which is ..

Read more

This configuration takes four network interfaces and makes two bonds of two Interfaces. Also your network switch has to be able to support this configuration, HP Switches I use support this. Edit /etc/modprobe.conf and add the following. alias bond0 bonding options bond0 mode=balance-alb miimon=100 alias bond1 bonding options bond1 mode=balance-alb miimon=100 Edit /etc/sysconfig/network-scripts/ifcfg-bond0 DEVICE=bond0 IPADDR=192.168.0.2 ..

Read more