Power Developer https://powerdeveloper.org/forums/ |
|
Ubuntu pre installed and opened ports https://powerdeveloper.org/forums/viewtopic.php?f=31&t=1782 |
Page 1 of 1 |
Author: | gilgam [ Mon Mar 15, 2010 1:33 pm ] |
Post subject: | Ubuntu pre installed and opened ports |
Hello I continure on setting up my efika mx box i installed mysql and ruby on rails, using first apt-get but there is some problems with the debian package as usual with rails so i reinstalled rails via the gem installer (an apt-get style one). Then i launch a web application on the port 3000 but when i try to connect to port 3000 the conection is refused. An nmap on my efika mx shows only two open ports 21 and 22. Iptables does not seem to be installed. did i forgot something to tune it up ? Thanks for your answer. Nicolas |
Author: | Neko [ Fri Mar 19, 2010 12:43 pm ] |
Post subject: | Re: Ubuntu pre installed and opened ports |
Quote: Hello
Is UFW enabled and running? If so.. break a hole in it or disable it ("sudo service ufw stop"). If you are running a desktop you can use the GUI but otherwise you will have to go find the UFW manual (it's online, or man ufw).I continure on setting up my efika mx box i installed mysql and ruby on rails, using first apt-get but there is some problems with the debian package as usual with rails so i reinstalled rails via the gem installer (an apt-get style one). Then i launch a web application on the port 3000 but when i try to connect to port 3000 the conection is refused. An nmap on my efika mx shows only two open ports 21 and 22. Iptables does not seem to be installed. did i forgot something to tune it up ? Thanks for your answer. Nicolas It may be that the default setup for the firewall (or iptables) is that the 21 and 22 ports are opened by the packages installed (sshd and ftpd) when they get pulled in. As a non-packaged app nothing is opening the firewall port. |
Author: | gilgam [ Sat Mar 20, 2010 1:51 pm ] |
Post subject: | |
everything is working now. I don't know why iptables nor nufw are installed and the port 3004 opened byhimself. Everything is working fine now. nice machine Thanks Nico |
Author: | Neko [ Sun Mar 21, 2010 9:49 am ] |
Post subject: | |
Quote: everything is working now.
iptables is part of the base linux, ufw is Ubuntu's pretty interface to iptables, and is part of ubuntu-standard.I don't know why iptables nor nufw are installed and the port 3004 opened byhimself. Everything is working fine now. nice machine Thanks Nico Glad it started working for you :) |
Page 1 of 1 | All times are UTC-06:00 |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |