Dear All On my CentOS , I want to open tcp port 4965 but my server does not contain /etc/sysconfig/iptables . Can you please let me know how to open this port ? Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100303/382ba4aa/attachment-0002.html>
Hi, Assumed that iptables has been disabled during installation, /etc/sysconfig/iptables might not be present on your system. Can you print iptables running configuration out by using: iptables ?L Sam On 03.03.10 12:05, "hadi motamedi" <motamedi24 at gmail.com> wrote:> Dear All > On my?CentOS , I want to open tcp port 4965 but my server does not contain > /etc/sysconfig/iptables . Can you please let me know how to open this port ? > Thank you > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100303/22b818cb/attachment-0002.html>
2010/3/3 Samuel Contesse <samuel.contesse at softcomponent.ch>:> Hi, > > Assumed that iptables has been disabled during installation, > /etc/sysconfig/iptables might not be present on your system. Can you print > iptables running configuration out by using: > > iptables ?L > > Samif iptables is not enabled, then all ports are already open ;) -- Eero
Greetings, On Wed, Mar 3, 2010 at 6:20 PM, Rajagopal Swaminathan <raju.rajsand at gmail.com> wrote:> Greetings, > > On Wed, Mar 3, 2010 at 6:10 PM, hadi motamedi <motamedi24 at gmail.com> wrote:> is telnetd installed? ># yum install telnet-server telnet> is the telnet deamon running on machine #1? >chkconfig telnet on or from: http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/ [quote] The configuration file for telnet is /etc/xinetd.d/telnet. To enable telnet server you need to open this file and make sure disable = no read as disable = yes. [unquote] service xinetd restart or /etc/init.d/xinetd restart Hope that helps... Regards, Rajagopal