-
Hi, I've installed raspap on raspberry 3b after a fresh install of bullseyes and using the quick installation. I've modified the ssid and passwords and ip range. Then I've installed webmin, squid and squiGuard. And from then, I cannot connect to the webgui anymore : getting "access denied" page if trying through http or connection refused through https. I've read all topics on this site and other site but it seems no one had this error. Squid config : reseau localacl netMaire src 10.3.141.0/24 # Local Wifi Configuration par defautreseau non routeacl localnet src 0.0.0.1-0.255.255.255 # RFC 1122 "this" network (LAN) ports connusacl SSL_ports port 443 acl CONNECT method CONNECT Gestion des droits d'acceshttp_access deny !Safe_ports iptables : Chain FORWARD (policy ACCEPT) Chain OUTPUT (policy ACCEPT) Chain INPUT (policy ACCEPT) Chain OUTPUT (policy ACCEPT) Chain POSTROUTING (policy ACCEPT) Ligthttpd: root@rpiap:/etc/lighttpd/ grep -A 2 -B 2 deny lighttpd.conf index-file.names = ( "index.php", "index.html" ) root@rpiap:/etc/lighttpd/ grep -A 2 -B 2 deny .// |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
in fact, raspap is only accessible from lan (through hotspot wlan0), not from wan (eth0). |
Beta Was this translation helpful? Give feedback.
It's possible one of the other services you've installed has a web service that could be conflicting with RaspAP.
This isn't usually a problem as RaspAP will happily run alongside another web server. Two methods for doing this are described in this FAQ: https://docs.raspap.com/faq/#webport