Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - walden

#1
I downloaded Opera and all is well.  Basically deep cleaned the other browsers - cache cookies and all - all is well.  Thanks for your help. 
#2
The weirdness continues.  I turned up logging in the Web GUI log and the webserver is seeing the connection.  All looks ok.  NOTHING in the dev console except an old cookie.  Deleted it, and no luck.  Going to try to find an answer so if any great ideas (or bad ones!), let me know.  Happy to upload logs.

Thomas
#3
Thanks for that.  Since it was a fresh install I went ahead and reverted to factory defaults.  this cleared the error and I am able to see the GUI.  Now for something weird and unexpected.

The GUI will not load from any browser on my Mac (Chrome, Edge, Safari).  It WILL load from Microsoft Edge on an Ipad, but not Safari.  I occasionally see a CSRF error on Edge, but I have no restrictions on cookies, and even specifically whitelisted the IP. 

I am losing my hair!
#4
And restarting web services overwrites my changes to the conf file and we are back to an attempt to bind on 0.0.0.0
#5
managed to wrestle VI to the ground and insert the proper IP address for ip4 10.0.0.1

now when running/usr/local/sbin/lighttpd -f /var/etc/lighty-webConfigurator.conf I get the error:

(network.c.311) can't bind to socket: [::]:80 Address already in use

I am not running ip6.  Tried commenting out the server socket line in the .conf file but that causes parsing to fail. 

#6
Did a fresh install of Opnsense las night and having no luck starting the web gui. 

the command /usr/local/sbin/lighttpd -f /var/etc/lighty-webConfigurator.conf results in : can't bind to socket: 0.0.0.0:80 Address already in use

I've tried manually correcting the file so that the server attempts to bind to 10.0.0.1 with no success.

What am I missing?