March 12, 20188 yr I'd like to change the hash policy on my server. I know I should be able to set this in the network.cfg file, but not being familiar with Slackware I'm a little stumped on how to do this. I built a new server and I'm in the process of migrating terabytes of data, I need the traffic to be more balanced( i know it's not 1:1). On RHEL or Debian based systems i would simply add something like Quote bond-xmit_hash_policy 1 what's the correct procedure for UNRAID?
March 23, 20188 yr ifconfig bond0 down;echo 'layer2+3' >/sys/class/net/bond0/bonding/xmit_hash_policy;ifconfig bond0 up
Archived
This topic is now archived and is closed to further replies.