Search found 10 matches

by shamun
2010/02/07 21:25:44
Forum: CentOS 5 - Security Support
Topic: centOS - iptables
Replies: 13
Views: 2156

Re: centOS - iptables

@pschaff: Thank you very much, works great, i appreciate it. Summary: ======= NetworkManager off = we don't allow after physical login to console and then initial network. [root@shamun ~]# chkconfig NetworkManager off [root@shamun ~]# chkconfig network on [root@shamun ~]# chkconfig | grep -iE 'netwo...
by shamun
2010/02/07 16:52:46
Forum: CentOS 5 - General Support
Topic: dir --color does not remember setting
Replies: 8
Views: 1089

Re: dir --color does not remember setting

It works for me. [root@shamun /]# dir --color=yes [root@shamun /]# ll total 98 dr-xr-xr-x. 2 root root 4096 2010-01-02 16:49 bin dr-xr-xr-x. 5 root root 1024 2010-01-02 17:29 boot drwxr-xr-x. 19 root root 3740 2010-02-07 16:36 dev drwxr-xr-x. 123 root root 12288 2010-02-07 17:18 etc drwxr-xr-x. 4 ro...
by shamun
2010/02/07 16:36:56
Forum: CentOS 5 - Security Support
Topic: centOS - iptables
Replies: 13
Views: 2156

Re: centOS - iptables

Here as following.

[root@shamun ~]# chkconfig --list | grep -i network
NetworkManager 0:off 1:off 2:on 3:on 4:on 5:on 6:off
network 0:off 1:off 2:off 3:off 4:off 5:off 6:off
[root@shamun ~]#
by shamun
2010/02/07 15:22:51
Forum: CentOS 5 - Security Support
Topic: Guide to SELinux
Replies: 7
Views: 1616

Re: Guide to SELinux

WOW, i was thinking SElinux was Iptables, thinking SE = security linux, gave the impression it is the iptables, but its not? LOL, great article. So: system-config-firewall vs system-config-selinux not same

Thanks, it saved me doing more confused staff
by shamun
2010/02/07 15:01:40
Forum: User Comments
Topic: [solved] - feature request
Replies: 2
Views: 944

[solved] - feature request

Dear Forum, IS there any option to say my opened article to close by owner of the subject, clicking [solved] or [accepted answer] or Recommend our members etc, because there is a point, which solved the main problem, and after months or year later, coming back to the article and it will show 100 inp...
by shamun
2010/02/07 14:05:01
Forum: CentOS 5 - Security Support
Topic: centOS - iptables
Replies: 13
Views: 2156

Re: centOS - iptables

Yes, here is the senario: 1. Server started 2. This is from console (physicall on site for example): username/password logged in [root@shamun ~]# chkconfig sshd --list sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off [root@shamun ~]# service sshd status openssh-daemon (pid 1169) is running... [root@shamun...
by shamun
2010/02/06 22:19:17
Forum: CentOS 5 - Security Support
Topic: centOS - iptables
Replies: 13
Views: 2156

Re: centOS - iptables

Tips followed: ========= http://centos.org/docs/5/html/Deployment_Guide-en-US/s1-services-chkconfig.html http://centos.org/docs/5/html/Deployment_Guide-en-US/s1-services-ntsysv.html http://centos.org/docs/5/html/Deployment_Guide-en-US/ch-services.html No luck, ssh is not getting started until i phys...
by shamun
2010/02/06 20:46:38
Forum: CentOS 5 - Security Support
Topic: centOS - iptables
Replies: 13
Views: 2156

Re: centOS - iptables

@pschaff: Thanks to see u back, gives more confidence++. I am respecting what you mentioned about ports, i have this in my todo list, atleast after defaults gets working, then i will change those ports and apply more security, but standards are not yet working. 1. run level, firewall confirmed no pr...
by shamun
2010/02/06 17:10:48
Forum: CentOS 5 - Security Support
Topic: centOS - iptables
Replies: 13
Views: 2156

Re: centOS - iptables

Thanks for the feedback. Its not even in the router, i have cross checked with service providers based on your tips, they did DMZ/port forward all staff, to have that ip from public access available, and mention that its in my setting problem. 1. Now i realize where the problem is, i plugged monitor...
by shamun
2010/02/05 20:39:54
Forum: CentOS 5 - Security Support
Topic: centOS - iptables
Replies: 13
Views: 2156

centOS - iptables

1. eth0: 192.168.1.2, putblic ip is 91.xxx.xxx.xxx on a router 2. In iptables i have this iptables -P INPUT ACCEPT iptables -F # LAN iptables -A INPUT -i lo -j ACCEPT iptables -A INPUT -i eht0 -j ACCEPT # is it eth0 ?or eht0? # yum iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT # P...