I have installed a firewall to my host server and need to know which ports to open for Dolphin. I have seen which to open for Ray. |
What you open depends on what you need to be able to do. https://www.deanbassett.com |
thanks for your reply Deano, I have opened the normal ports but it was just when accessing my Dolphin site things like "Boonex News" didn't open untill I disabled the firewall so I thought they might use different ports. |
I've just loaded firewall again and site will not load at all this time! |
The only other port i can think of is tcp port 443/TCP,UDP which i think is used by the paypal module for https connections. https://www.deanbassett.com |
thanks again Deano I am using Ubuntu Uncomplicated Firewall. It is stopping RSS feeds like boonex news and forum posts. If I disable UFW then everything fine. Port 80 was only tcp but have made it udp aswell now but no difference |
Ubuntu Uncomplicated Firewall is just a front end to iptables. Anyhow, i am currently stumped as to why the rss feeds are not working with the firewall active. I will have to do some research. I still suspect outbound traffic. https://www.deanbassett.com |
Thanks for going to all this trouble for me Deano. I've noticed this morning that I can not get into admin while UFW is enabled aswell as the other problems. |
Thanks for you input sammie, but alas that didn't work also tried 22 |
My tests on a local test server with unbuntu's firewall active were ok. I had no problems. https://www.deanbassett.com |
Here is the result of sudo ufw status verbose:-
Firewall loaded To Action From -- ------ ---- 1950:tcp ALLOW Anywhere 1950:udp ALLOW Anywhere 21:tcp ALLOW Anywhere 21:udp ALLOW Anywhere 25:tcp ALLOW Anywhere 25:udp ALLOW Anywhere 53:tcp ALLOW Anywhere 53:udp ALLOW Anywhere 80:tcp ALLOW Anywhere 80:udp ALLOW Anywhere 110:tcp ALLOW Anywhere 110:udp ALLOW Anywhere 115:tcp ALLOW Anywhere 115:udp ALLOW Anywhere 118:tcp ALLOW Anywhere 118:udp ALLOW Anywhere 143:tcp ALLOW Anywhere 143:udp ALLOW Anywhere 220:tcp ALLOW Anywhere 220:udp ALLOW Anywhere 443:tcp ALLOW Anywhere 443:udp ALLOW Anywhere 465:tcp ALLOW Anywhere 465:udp ALLOW Anywhere 587:tcp ALLOW Anywhere 587:udp ALLOW Anywhere 993:tcp ALLOW Anywhere 993:udp ALLOW Anywhere 995:tcp ALLOW Anywhere 995:udp ALLOW Anywhere 1935:tcp ALLOW Anywhere 1935:udp ALLOW Anywhere 1936:tcp ALLOW Anywhere 1936:udp ALLOW Anywhere 5080:tcp ALLOW Anywhere 5080:udp ALLOW Anywhere 20:tcp ALLOW Anywhere 20:udp ALLOW Anywhere Thanks Deano
|
I don't see anything wrong. You don't need all those udp rules as most of those protocols are tcp only but it would appear you will need to seek help on a ubuntu forum somewhere. https://www.deanbassett.com |
many thanks Deano for all your help, I will try ubuntu forums, if all else fails I'll remove ufw and try another one, thanks again. |
https://www.deanbassett.com |
The server is not at home but it is an unmanaged vps with very little support. |
Do the ports 1935 1936 5080 have to be inbound or outbound for the RMS?
|
Sorry to bring this post back from the dead, but after I installed my hardware firewall, I am having the same issue, my latest forum posts stopped working :( Garol, have you resolved this? |