Hello, When i did the basic CentOS install i selected incoming ssh, ftp, www, and smtp in the configuration dialog. Now my needs have changed and i'd like to add to those rules with samba, this box runs it, and bacula the client. I was wondering a howto on what to put, i know the ports i need, or a web configuration util? Thanks. Dave.
Hi, I believe: /usr/bin/system-config-securitylevel does what you need. A.> Hello, > When i did the basic CentOS install i selected incoming ssh, ftp, www, > and smtp in the configuration dialog. Now my needs have changed and i'd > like to add to those rules with samba, this box runs it, and bacula the > client. I was wondering a howto on what to put, i know the ports i need, > or a web configuration util? Thanks. > Dave. > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > >
edit /etc/sysconfig/iptables service iptables restart -J -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070411/a19cfac5/attachment-0004.html>
Hello, You can give this a try: system-config-securitylevel-tui However, I highly suggest you spend some time reading up on how to control iptables yourself. There are some decent scripts out there such as monmotha's firewall, or fwbuilder, and another one that was curses based that I had run across not too long ago. Also, Webmin has an OK interface to iptables, however, you need somewhat of an understanding to create a decent firewall. There is also shorwall, but that would probably be overkill for what you need. -Ford Dave wrote:> Hello, > When i did the basic CentOS install i selected incoming ssh, ftp, > www, and smtp in the configuration dialog. Now my needs have changed and > i'd like to add to those rules with samba, this box runs it, and bacula > the client. I was wondering a howto on what to put, i know the ports i > need, or a web configuration util? > Thanks. > Dave. > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos