camilaacolide
Occasional Visitor
I can only allow up to 9 concurrent connections in Samba Share. If I try to set it to 10 in the web UI (the maximum allowed), it doesn't work.
Please define "it doesn't work".
Exactly this. When you enter "10" and hit Apply, it displays the "Applying Settings" page, but there is no Percentage Progress and the entered value is not applied... if you enter any other value from 1-9 and hit Apply, the Percentage Progress displays fine (20%... 40%... 60%...) and the value is applied.Tried this on my AC3200.
Default is "5" . If I enter "10" and then save the setting returns to "5" . Enter "9" and save , the setting stays at "9".
#!/bin/sh
sed -i "s/max connections =.*/max connections = 10/" "$1"
Maybe a smb.postconf will help.
Code:#!/bin/sh sed -i "s/max connections =.*/max connections = 10/" "$1"
We use essential cookies to make this site work, and optional cookies to enhance your experience.