@jpvonhemel said in Cable modem reboot kills Webconfigurator:
currently does not have any wan connected.
This is a rather normal situation.
The first time you powered up your SG-2440, right after assigning interfaces, there was no Internet connection. Console access wasn'teven needed at that moment, you could access right away http://192.168.1.1:80 and login using admin & password..
But now :
@jpvonhemel said in Cable modem reboot kills Webconfigurator:
When the 2440 boots, I see Starting Webconfigurator... failed.
I presume you see this on the console logs.
So nginx fails already during booting.
When you restart the webConfigurator, you see multiple
@jpvonhemel said in Cable modem reboot kills Webconfigurator:
pfSense nginx: 2019/09/24 18:38:20 [emerg] 22897#100160: bind() to 0.0.0.0:443 failed (48: Address already in use)
this means that the initial nginx process that started during boot can't be killed. It's like frozen in the system, and keeps port 443 (the https port) locked. In such a case, a new nginx instance can't be launched, because it can bind to the same port 443 port.
That's not some WAN interface- or DNS bug. probably not even a Comcast thing. nginx should not fail at all like that.
I advise you to save your config file - can can find it here : /conf/config.xml and save it.
Now, reset (option 4) to factory default. Or even better re install pfSense from scratch.
Such an operation will never hurt pfSense and guarantees good files and initial settings.
Do the same tests.
Does nginx launches correctly now ? With WAN hooked up, or not ?
After importing your config, is everything still ok, or the problem comes back ? (and if so, throw your config file out of the window).
During all this, the system logs could mention important info.
Look here :
a59a648a-41d9-4d5e-b824-335e090ba2c7-image.png
( in Status > System Logs > Settings )
What do you think ? It's time to see some (nginx boot) errors. Set this option, and reboot your device. Show any suspicious boot - system log - messages.