Hi Diego,
welcome to the forum.
The problem you are facing has nothing to do with the PirateBox configuration.
As you said, the PirateBox can be reached with
The issue is, that your client - connected to your homenetwork, does not resolve the piratebox.lan name. Your router from the homenetwork, which gives away IP addresses, simply does not know about the piratebox. If you are lucky, you can access the box with
Another option is to modify the computer you are sitting in front of to resolve piratebox.lan always to your piratebox-rpi IP in the homenetwork. (If linux, it is an entry in /etc/hosts)
Or add a manual entry "piratebox.lan" in your homenetwork router which points to the RPi's ip... but this is very unlikely possible.
I also recommend to revert your changes in hostap & dnsmasq settings, because it may break your home network :)
Hope that helps a bit,
best regards
Matthias
welcome to the forum.
The problem you are facing has nothing to do with the PirateBox configuration.
As you said, the PirateBox can be reached with
The upload box can be reached viaLanguage: PHPhttp://<RPi IP>/content
Language: PHPhttp://<RPi IP>:8080
The issue is, that your client - connected to your homenetwork, does not resolve the piratebox.lan name. Your router from the homenetwork, which gives away IP addresses, simply does not know about the piratebox. If you are lucky, you can access the box with
The next iteration is to set the RPi's hostname to "piratebox". But that will only make the urls to the following listLanguage: PHPhttp://alarmpi/content http://alarmpi:8080/content
The upload box still need manual tweeking. From this point, you might edit the main.html file and change the URL of the iframe to "piratebox" only, that may make it.Language: PHPhttp://piratebox/content http://piratebox:8080/content
Another option is to modify the computer you are sitting in front of to resolve piratebox.lan always to your piratebox-rpi IP in the homenetwork. (If linux, it is an entry in /etc/hosts)
Or add a manual entry "piratebox.lan" in your homenetwork router which points to the RPi's ip... but this is very unlikely possible.
I also recommend to revert your changes in hostap & dnsmasq settings, because it may break your home network :)
Hope that helps a bit,
best regards
Matthias