Tagged Questions
0
votes
4answers
581 views
How to tune Linux kernel to withstand DDoS? (HAProxy)
Please do not reply with "this is not possible", as it's waste of time. I am developing cloud appliance and I have a valid reason to protect this layer against DDoS, and there are few companies doing ...
1
vote
1answer
259 views
How to block everything with IPTABLES?
I would like to block everything EXCEPT SSH/FTP/HTTP/POSTFIX and MySQL.
With "everything" I mean all the other ports, block pings etc etc.
0
votes
1answer
40 views
enabling ipv4 forwarding locked up machine. ideas?
Hey. I'm running cent 5.5 64-bit, 1 nic, eth0. I enabled ipv4 forwarding via:
echo '1' > /proc/sys/net/ipv4/ip_forward
and the machine locks up. cant switch ttys cant ssh into it. Had to hard ...