Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
24.7 Production Series
»
Enabled Hardware CRC now unable to connect via WebUI or SSH
« previous
next »
Print
Pages: [
1
]
Author
Topic: Enabled Hardware CRC now unable to connect via WebUI or SSH (Read 147 times)
BOSSJoe
Newbie
Posts: 38
Karma: 2
Enabled Hardware CRC now unable to connect via WebUI or SSH
«
on:
October 25, 2024, 02:58:38 pm »
Hi everyone,
as already written in the headline, I have unchecked “Disable Hardware CRC” to solve another problem.
Now I can no longer connect to the firewall. Neither via WebUI nor SSH. I can no longer ping it either.
The rest of the network still seems to be running, but how do I get access to the system again?
Serial or via keyboard and monitor would work, but I have no idea how to enable hardware CRC again via the CLI.
Can anyone here help me?
Thank you very much.
Greetings
Joe
Logged
dseven
Sr. Member
Posts: 303
Karma: 33
Re: Enabled Hardware CRC now unable to connect via WebUI or SSH
«
Reply #1 on:
October 25, 2024, 03:59:58 pm »
Option 13 from the menu on the console?
Logged
Patrick M. Hausen
Hero Member
Posts: 6804
Karma: 572
Re: Enabled Hardware CRC now unable to connect via WebUI or SSH
«
Reply #2 on:
October 25, 2024, 04:03:15 pm »
Use
Code:
[Select]
ifconfig
to get a list of your network interfaces and then probably:
Code:
[Select]
ifconfig -rxcsum -txcsum <interface>
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do.
(Isaac Asimov)
BOSSJoe
Newbie
Posts: 38
Karma: 2
Re: Enabled Hardware CRC now unable to connect via WebUI or SSH
«
Reply #3 on:
October 25, 2024, 04:45:10 pm »
Hi,
@dseven: That's exactly what I've done now.
@Patrick M. Hausen: Unfortunately, the command did not work. Apparently the command was formatted incorrectly.
However, it was difficult to tell because the messages flew across the screen at high speed.
Something about a “mbuf” and “buffer overflow” or something similar.
As I said, now I can at least get back to the WebUI, but strangely enough I still can't ping the local IP, but SSH works too. Probably some cache or something.
Many thanks for your help. I will now turn to my original error...
Bye Joe
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
24.7 Production Series
»
Enabled Hardware CRC now unable to connect via WebUI or SSH