Thread: Setting txqueuelen permanently
i want set txqueuelen 10000 permanently on eth1. i've read 4 different ways it.
way appropriate ?
/etc/rc.local
/etc/network/interfacescode:/sbin/ifconfig eth1 txqueuelen 10000
code:up ifconfig $iface txqueuelen 10000code:sudo ip link set eth1 txqueuelen 10000code:sudo ifconfig eth1 txqueuelen 10000
in opinion better use first one....
/etc/rc.local
code:/sbin/ifconfig eth1 txqueuelen 10000
reason because add txwueuelen directly @ rc.local
without involve interfaces.....
Forum The Ubuntu Forum Community Other Discussion and Support Other OS Support and Projects Other Operating Systems Any Other OS [SOLVED] Setting txqueuelen permanently
Ubuntu
Comments
Post a Comment