Hey
I try to run pilight on my raspberry pi. But I have a problem with ssdp server.
It always told me
pilight-send: ERROR: no pilight ssdp connections found
What did I do?
Added -A INPUT -s 127.0.01 -j ACCEPT to my iptables. Installed lsb-base and lsb-release.
Checked my network interfaces and turned off my webserver and webserver-cache. But it still doesn't work.
I know it must be a problem with my iptables. Why? I crashed my iptables like this
-A INPUT -ü 127.0.01 -j ACCEPT
Iptables didn't boot because it has an error. And now I tried
sudo pilight-send -p kaku_switch_old -i 1 -u 0 -f
and it worked fine. So this must me a fault on the iptables. But I don't know what is wrong.
I want to remember that i added 127.0.0.1 to my iptables.
Someone has an idea?
Edit:
Found the Problem. Checked ports via sudo netstat -lpn | grep udp .Saw port from pilight-daemon. Added it to iptables. Now its woking.
I try to run pilight on my raspberry pi. But I have a problem with ssdp server.
It always told me
pilight-send: ERROR: no pilight ssdp connections found
What did I do?
Added -A INPUT -s 127.0.01 -j ACCEPT to my iptables. Installed lsb-base and lsb-release.
Checked my network interfaces and turned off my webserver and webserver-cache. But it still doesn't work.
I know it must be a problem with my iptables. Why? I crashed my iptables like this
-A INPUT -ü 127.0.01 -j ACCEPT
Iptables didn't boot because it has an error. And now I tried
sudo pilight-send -p kaku_switch_old -i 1 -u 0 -f
and it worked fine. So this must me a fault on the iptables. But I don't know what is wrong.
I want to remember that i added 127.0.0.1 to my iptables.
Someone has an idea?
Edit:
Found the Problem. Checked ports via sudo netstat -lpn | grep udp .Saw port from pilight-daemon. Added it to iptables. Now its woking.