541 reputation
110
bio website
location
age
visits member for 1 year, 5 months
seen May 15 at 17:27
stats profile views 32

May
15
comment Checking if I can reach some ports from my computer
thanks I think this will serve.
May
14
comment Checking if I can reach some ports from my computer
nope. nc not present.
May
14
comment Checking if I can reach some ports from my computer
there is no netcat on OSX. Telnet to port 110? the server is not prepared to accept that. Server is CentOS 6.3.
Apr
30
comment iptables… blocking a range without flooding ipset set with IPs
thanks. Your command did not work for me, but I got the idea and created a hash:net ipset and now I can add ranges of IPs to that. Just one question, why 0/16? wouldn't it be 0/24?
Apr
26
comment Losing smtp/pop3/imap access
good question. Like I said in my question, this router was installed by the provider. It is a gigabit ethernet router. It is clearly an OEM router. The initial page says Thomson TG799vn.
Apr
26
comment Losing smtp/pop3/imap access
I will try that.
Apr
26
comment Losing smtp/pop3/imap access
never had OSX firewall on. It is always off. The router has a firewall.
Apr
22
comment osCommerce hacked
thanks. I will try these options.
Apr
12
comment iptables and logs
thanks! PERFECT
Apr
10
comment iptables rules not realoading on CentOS 6.x
This is the only problem with 6 I had so far. I will keep an eye.
Apr
10
comment iptables rules not realoading on CentOS 6.x
nope. The rules are not reloaded after boot. I solved that temporarily by created a crontab that runs a bash script that tests if there are any rules loaded and loads them in not. It is a lame solution, but it is working until I discover a real solution. Thanks.
Apr
8
comment iptables rules not realoading on CentOS 6.x
SELinux status: disabled I have not disabled it. It was already disabled.
Apr
8
comment iptables rules not realoading on CentOS 6.x
iptables 0:no 1:no 2:yes 3:yes 4:yes 5:yes 6:no and SELinux status: disabled
Apr
8
comment iptables rules not realoading on CentOS 6.x
I have tried your methods. No change. iptables starts but does not load the rules. Apparently /etc/rc.local is not running either. What logs should I check for errors?
Apr
8
comment iptables rules not realoading on CentOS 6.x
I have added more information to the question.
Apr
8
comment iptables rules not realoading on CentOS 6.x
yes, I know that. The rules are there saved to /etc/sysconfig/iptables but they are not being loaded.
Apr
8
comment iptables rules not realoading on CentOS 6.x
so, we are back to square 1. The file is saved correctly but when the system starts iptables is loaded empty.
Apr
8
comment iptables rules not realoading on CentOS 6.x
Yes, the file is saved correctly. This is something weird I discovered now: when I do service iptables save I see a message telling me that the rules were saved to /etc/sysconfig/iptables but when I do your command /etc/init.d/iptables save the message tells me that the rules were saved to /etc/sysconfig/ipt. In other words, saved to a different file... why is that?
Apr
8
comment iptables rules not realoading on CentOS 6.x
I did that and iptables loads when the system starts, but it loads empty.
Apr
8
comment iptables is not blocking
thanks I will check that.