|
From: jeanrocco jr <bla...@gm...> - 2025-12-20 18:07:36
|
Hello Erich, Slawek & all On Sat, Dec 20, 2025 at 11:06 AM Erich Titl <eri...@th...> wrote: > Hi Slavek > > Am 20.12.2025 um 16:53 schrieb Sławek Adamski via leaf-user: > ... > > >>> > >> gatekeeper is one of my machines. From the timestamp of your access log > >> I would infer that your lighttpd instance is not running. It has a > >> timestamp of february 14. You can look at the contents using > >> > >> tail /var/log/lighttpd/access.log > > At me the result is: > > > > firewall# tail /var/log/lighttpd/access.log > > xxx.yyy.zzz.loc1 xxx.yyy.zzz.fw - [15/Feb/2005:03:31:14 +0000] "GET / > > HTTP/1.1" 401 164 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; > > rv:146.0) Gecko/20100101 Firefox/146.0" > > xxx.yyy.zzz.loc1 xxx.yyy.zzz.fw - [15/Feb/2005:03:31:19 +0000] "GET / > > HTTP/1.1" 401 164 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; > > rv:146.0) Gecko/20100101 Firefox/146.0" > > xxx.yyy.zzz.loc1 xxx.yyy.zzz.fw - [15/Feb/2005:03:31:21 +0000] "GET / > > HTTP/1.1" 401 164 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; > > rv:146.0) Gecko/20100101 Firefox/146.0" > > firewall# > > OK, so your Windows PC tries to open a connection to lighttp, good. > The log shows that the request is rejected because you are not > authorized. It appears that you have an authorization problem. This > might be access permission of the files for webconf. Is the error log > clean? > Erich, right, this is exactly wrong access permission. Slawek, these logs show you are not giving Webconf the right Username and Password . A normal Webconf connection would show: notice the "admin" here as I'm using admin as my username ... 192.168.1.154 192.168.1.254 admin [20/Dec/2025:12:39:32 -0500] "GET /pix/180px-LEAFProjectLogo-Landscape.png HTTP/1.1" 200 14458 " https://192.168.1.254/" "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" When I voluntarily enter admin and a wrong password to connect to Webconf, this is what I get: notice no admin here it is replaced by "-" 192.168.1.154 192.168.1.254 - [20/Dec/2025:12:43:46 -0500] "GET / HTTP/1.1" 401 347 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" Erich, he should be captive of the "Webconf password page" when he opens up Webconf for the first time, and can get out of it only by giving a username and password. So Slawek you must have given Webconf an admin and password, but don't remember it .... Erich, is there a way to reinitialize Webconf to ask for a new username/password, from the command lines ? Ok have a good day Jeanrocco > > > > > where xxx.yyy.zzz.fw is the IPv4 number of eth1 and xxx.yyy.zzz.loc1 is > > the IPv4 number on my Windows PC > >> > >> How do you use Putty to access the LEAF box, serial line or TCP with > ssh? > >> If you can access the box using ssh that would be a good asset, it means > >> that you can talk to the box over IP. > > When I'm using PuTTy I use xxx.yyy.zzz.fw on port 22. > > OK you are using ssh to access your firewall, that is good as you can > now also use winscp to copy files to and from the LEAF box. > > cheers > ET > > -- > „Wer von seinem Tag nicht zwei Drittel für sich hat, ist ein Sklave.“ > ―Friedrich Nietzsche > > ------------------------------------------------------------------------ > leaf-user mailing list: lea...@li... > https://lists.sourceforge.net/lists/listinfo/leaf-user > Support Request -- http://leaf-project.org/ > |