From: David L. <da...@up...> - 2023-05-12 10:19:00
|
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <p>if it helps anyone else, I was able to deal with this using the "up" line on the interface entry in the interfaces config<br> </p> <p>iface enp7s0 inet static<br> address 172.16.1.154<br> netmask 255.255.255.0<br> network 172.16.1.0<br> mtu 9000<br> offload-tx off<br> offload-sg off<br> offload-tso off<br> up ip route change 172.16.1.0/24 dev enp7s0 proto kernel scope link src 172.16.1.154 quickack 1</p> <p>This was an iscsi interface, standard acks were killing it with high i/o delay, while it did not eliminate the delay it is considerably lower</p> <p> <br> </p> <p> <br> </p> <div class="moz-cite-prefix">On 5/11/2023 6:53 PM, Jamie Cameron wrote:<br> </div> <blockquote type="cite" cite="mid:011...@us..."> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <p>You can edit static routes in Webmin at Networking -> Network Configuration, but there's no field for special options like "quickack" unfortunately.. </p> <p>On 11/May/2023 06:54 David Lawley <a class="moz-txt-link-rfc2396E" href="mailto:da...@up..."><da...@up...></a> wrote .. </p> <blockquote type="cite"> <p>disregard, doing some research after asking , seems to be a popular question</p> <p>for me is was pretty simple adding another line to the interfaces file for that interface</p> <p><br> </p> <p> <br> </p> <div class="moz-cite-prefix">On 5/11/2023 8:25 AM, David Lawley wrote:<br> </div> <blockquote type="cite" cite="mid:0b7...@up..."> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <p>Was working with "ack"s on an interface and adding quickack 1 to the routing like so,</p> <p>ip route change 172.16.1.0/24 dev enp7s0 proto kernel scope link src 172.16.1.151 quickack 1</p> <p>But on reboot the configuration is back to before without the quickack 1</p> <p>Did not see anywhere in webmin routing and gateway to add this.</p> <p>Is Webmin overwriting this config on boot? Anyway to make this stick?<br> </p> <pre class="moz-signature" cols="72">-- A quick word on style. I have none. I have casual way of talking and writing, and a strange sense of humour. I also tend to use random pop-culture references a lot, but often in ways that make no sense. If this is a problem you are entitled to a refund of the money you paid to me to write this... ;)</pre> <br> <fieldset class="moz-mime-attachment-header"></fieldset> <br> <fieldset class="moz-mime-attachment-header"></fieldset> <pre class="moz-quote-pre">- Forwarded by the Webmin mailing list at <a class="moz-txt-link-abbreviated" href="reply_mail.cgi?new=1&to=webadmin%2Dlist%40lists%2Esourceforge%2Enet" moz-do-not-send="true">web...@li...</a> To remove yourself from this list, go to <a class="moz-txt-link-freetext" href="http://lists.sourceforge.net/lists/listinfo/webadmin-list" moz-do-not-send="true">http://lists.sourceforge.net/lists/listinfo/webadmin-list</a> </pre> </blockquote> <pre class="moz-signature" cols="72">-- A quick word on style. I have none. I have casual way of talking and writing, and a strange sense of humour. I also tend to use random pop-culture references a lot, but often in ways that make no sense. If this is a problem you are entitled to a refund of the money you paid to me to write this... ;)</pre> </blockquote> <br> <br> <br> <fieldset class="moz-mime-attachment-header"></fieldset> <br> <fieldset class="moz-mime-attachment-header"></fieldset> <pre class="moz-quote-pre" wrap="">- Forwarded by the Webmin mailing list at <a class="moz-txt-link-abbreviated" href="mailto:web...@li...">web...@li...</a> To remove yourself from this list, go to <a class="moz-txt-link-freetext" href="http://lists.sourceforge.net/lists/listinfo/webadmin-list">http://lists.sourceforge.net/lists/listinfo/webadmin-list</a> </pre> </blockquote> <pre class="moz-signature" cols="72">-- A quick word on style. I have none. I have casual way of talking and writing, and a strange sense of humour. I also tend to use random pop-culture references a lot, but often in ways that make no sense. If this is a problem you are entitled to a refund of the money you paid to me to write this... ;)</pre> </body> </html> |