Reply To: Loss of connection with Soundbridge – Firewall disabled

#6518
rpedde
Participant

@polak wrote:

I read that connection losses are usually firewall related. However I do not have a firewall running on my Ubuntu Firefly box so not sure what to do next. I even disable my router firewall but that made no difference. Finally I installed Firestarter just to check Ubuntu firewall was not running (Linux newbie!).

If I stream to the Soundbridge I think its OK. However connection is lost if I go to standby and then immediately try and reconnect after a streaming session. If I leave Soundbridge idle connection lost quite quickly (not sure how long it takes). Looking at Firefly’s web interface shows server still running when connection lost. Restart from console allows Soundbridge to reconnect.

I thought about trying another uPnP client to help diagnose whether its Soundbridge or Firefly. Cant see how you make MediaPlayer or Winamp a client though…

Any ideas, anyone?

Turn off any firewalls (firestarter in particular) and restart your server. Then manually flush the iptables rules with something like:


iptables --policy INPUT ACCEPT
iptables --policy OUTPUT ACCEPT
iptables --policy FORWARD ACCEPT
iptables --flush
iptables -X

iptables -L should show no rules at that point, with a default policy of ACCEPT on all chains.

Then start it and see what happens.

Are both the soundbridge and your ubuntu box wired? If not, it might be worthwhile to test with both of them wired.