Port

Posted by Tr3 
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Now, this forum is in read-only mode. You find details Details hereContinue on /r/PirateBox
Tr3
Port
November 12, 2014 09:20PM
Hello;
I just started with the Pirated Box with a raspberry pi and i had it running, but i have a problem. There is an error massage or a warning saying that saids "can't bind to port : 80 address already in use " how can i change ports and how can i get connected when i go to wifi and connected to the raspberry pi pirated box?
Thank You
Re: Port
November 13, 2014 07:49PM
Hi,
which image did you use?
How did you encounter it? (how are you connected, or did you run any additional commands?)

regards Matthias
Tr3
Re: Port
November 13, 2014 10:34PM
Thank for the response i use the tutorial for the laptop. I want to run pirated box and also i want to use my raspberry pi. Right now I'm connected through wifi.I encounter it when i started the pirate box.
Thanks again
Re: Port
November 14, 2014 05:28AM
Hi,
which distribution did you use for setting your box up?

if it is raspian, you have to disable hostapd, dnsmasq & lighttpd from startup, because on raspian these are enabled through their installation.

Run the following commands on your PI
 sudo /etc/init.d/lighttpd stop
 sudo update-rc.d lighttpd remove
 sudo /etc/init.d/dnsmasq  stop
 sudo update-rc.d dnsmasq remove 
 sudo /etc/init.d/hostapd  stop
 sudo update-rc.d hostapd remove

Then restart the piratebox scripts

sudo /etc/init.d/piratebox restart

best regards Matthias
Tr3
Re: Port
November 16, 2014 08:46PM
Hello;
Thanks i will do that, also i have another question for some reason i can't use my WiFi usb for the Raspberry pi.
Re: Port
November 17, 2014 05:34PM
what usb stick do you use?
do you use a powered USB hub as well?

Matthias
Tr3
Re: Port
November 17, 2014 06:50PM
hello;
No i don't have a power usb, the problems is that the WiFi usb works and but i can't get any internet access, i get internet wen i plug the internet cable. Maybe i disable it when i was installing the PiratedBox ?
thank you
Re: Port
November 17, 2014 09:35PM
Hi,
you want to have internet via the wifi broadcasted by your piratebox?

client --> piratebox-wifi -> rpi -> internet

like this?
This is not configured per default.

Matthias