EDIT: This was quickly resolved by reverting to an earlier config via CLI!!!!!
Help! I stupidly enabled (unticked) the three "disable hardware offloading" settings resulting in no network connectivity for WAN & LAN and I'm now unable to access the GUI...
Via the shell, how can I disable the three hardware offloading settings again?? ChatGPT recommends running "ifconfig igb0 -rxcsum -txcsum -tso -lro" and/or modifying the config.xml file and adding some lines under the various interfaces. Neither of these have worked and I'm completely at a loss.
config.xml lines added:
Any assistance is greatly appreciated.
Thank you
Help! I stupidly enabled (unticked) the three "disable hardware offloading" settings resulting in no network connectivity for WAN & LAN and I'm now unable to access the GUI...
Via the shell, how can I disable the three hardware offloading settings again?? ChatGPT recommends running "ifconfig igb0 -rxcsum -txcsum -tso -lro" and/or modifying the config.xml file and adding some lines under the various interfaces. Neither of these have worked and I'm completely at a loss.
config.xml lines added:
Code Select
<disablechecksumoffloading>1</disablechecksumoffloading>
<disablesegmentationoffloading>1</disablesegmentationoffloading>
<disablelargereceiveoffloading>1</disablelargereceiveoffloading>
Any assistance is greatly appreciated.
Thank you