Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Intrusion Detection and Prevention
»
Disable hardware checksum offload via Shell
« previous
next »
Print
Pages: [
1
]
Author
Topic: Disable hardware checksum offload via Shell (Read 616 times)
MarieSophieSG
Full Member
Posts: 172
Karma: 5
Your avrge girl playing wi/ computers and engineri
Disable hardware checksum offload via Shell
«
on:
September 21, 2024, 12:21:49 pm »
Hello,
Like a good newb' I have removed all check in Interfaces Setting, including "Disable hardware checksum offload" which was working fine until I set the IDS/IPS ... and I lost access to the GUI (But I'm still connected to Internet)
Is there a way *Through the Console* (As I lost access to GUI)
- to reverse last changes to prior config
- or to specifically re-check the "Disable hardware checksum offload"
- or to specifically uncheck IDS/IPS (To regain access to GUI and check "Disable hardware CRC"
=> or do I have to reinstall the whole system and start over ?
«
Last Edit: September 21, 2024, 01:09:00 pm by MarieSophieSG
»
Logged
Hunsn RS39 (N5105, 4x i225) 24.7.5_0 testing
LAN1 = swtch1 Laptop1 MX23, NAS, Laptop2 Win10
LAN2 = WiFi router AP, Laptop2, tablet, phone, printer, IoT, etc.
LAN3 = Swtch2 Laptop3 Suse; Laptop4 Qube-OS/Win10, printer
Pretending to be tech Savvy with a HomeLab :-p
MarieSophieSG
Full Member
Posts: 172
Karma: 5
Your avrge girl playing wi/ computers and engineri
Re: Disable hardware checksum offload via Shell
«
Reply #1 on:
September 21, 2024, 12:28:27 pm »
Silly me ...
Shell option 8, restore backup.
I've tried a few strating from the most recent (to try to keep as much changes as possible, not having to re-do them all) and found one that did indeed reestablish the access to GUI !
«
Last Edit: September 21, 2024, 01:10:48 pm by MarieSophieSG
»
Logged
Hunsn RS39 (N5105, 4x i225) 24.7.5_0 testing
LAN1 = swtch1 Laptop1 MX23, NAS, Laptop2 Win10
LAN2 = WiFi router AP, Laptop2, tablet, phone, printer, IoT, etc.
LAN3 = Swtch2 Laptop3 Suse; Laptop4 Qube-OS/Win10, printer
Pretending to be tech Savvy with a HomeLab :-p
Saarbremer
Sr. Member
Posts: 353
Karma: 14
Re: Disable hardware checksum offload via Shell
«
Reply #2 on:
September 21, 2024, 03:12:43 pm »
Another solution is to use
Code:
[Select]
ifconfig [-]rxcsum,[-]txcsum
etc.
check its manpage for more options. Or the source code of the web ui for its usage.
https://github.com/opnsense/core/blob/3cbc7927db174f51eec007739b4fcf4247a18948/src/etc/inc/interfaces.lib.inc#L548
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Intrusion Detection and Prevention
»
Disable hardware checksum offload via Shell