I have Ubuntu. I ran the iptables single line command. I was able to enable ufw. When I tried running ufw I got the following error.
root@sofradio:/home/user1# sudo allow ssh
sudo: allow: command not found
Is iptables a different firewall then ufw?
I accepted both ssh and www. I can't access airtime via a browser using the sub domain sofradio.sofpomona.com. I figured it was because I need to allow dns. I tried to configure the firewall to allow dns with the following and I still can't acces the sub domain.
sudo iptables -A INPUT -p tcp --dport 53 -j ACCEPT
sudo iptables -A INPUT -p udp --dport 53 -j ACCEPT
Greg Tibbetts said:The data center does not block ports so there is no reason for port forward.
Greg
Voisses Tech said:You need to set up port forward in your router
or if you are using a vps,then there are instructions on how to make your applications public
It looks like you're new here. If you want to get involved, click one of these buttons!