LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   No net-based service accessible (https://www.linuxquestions.org/questions/linux-newbie-8/no-net-based-service-accessible-118169/)

rytrom 11-20-2003 10:04 AM

No net-based service accessible
 
On my newly installed RH9 no net-based service (HTTP, Samba, telnet, http) is accessable from another machine. Though services look running and there is ping no service answers to an external request. What I didn't turn on or what I forgot to configure?

Mikhail_16 11-20-2003 11:16 AM

you forgot to disable iptables/security level. If you disable iptables you machine should be visible again. you have 2 alternatives: disable them and have your machine wide open, which is not as bad as it sounds, or find a good guide for them if you want more info on how to configure iptables properly. Also note that to actually connect to your machine via ssh, you have to have sshd running.

fearofcarpet 11-20-2003 12:18 PM

The obvious thing to look at would be the firewall. Try '/sbin/iptables -L' to see what filters are configured. You can turn off the firewall with '/sbin/service iptables stop'. When you installed RH, did you enable the firewall? If so, did you allow SSH, FTP, HTTP, etc. connections?

rytrom 11-20-2003 12:46 PM

thanks guys! Right guess. It's the firewall. Thx for the quick answer:-)


All times are GMT -5. The time now is 03:28 PM.