This is nothing shocking for Ubuntu for me it was tonight :)
Instead of fighting with understanding where ShoreWall was going, I
just used IPTables to kill idiot spammers on my telnet port on my
linux box:
sudo iptables -I INPUT -p tcp --dport 23 -i eth0 -m state --state NEW
-m recent --set
sudo iptables -I INPUT -p tcp --dport 23 -i eth0 -m state --state NEW
-m recent --update --seconds 30 --hitcount 2 -j DROP
All of a sudden idiots cannot connect here after 30 seconds <g>
sudo iptables -I INPUT -p tcp --dport 23 -i eth0 -m state --state NEW
-m recent --set
imho invalid
sudo iptables -I INPUT -p tcp --dport 23 -i eth0 -m state --state NEW
-m recent --update --seconds 30 --hitcount 2 -j DROP
All of a sudden idiots cannot connect here after 30 seconds <g>
indeed, just remember i say i would like to help you with shorewall ?
| Sysop: | digital man |
|---|---|
| Location: | Riverside County, California |
| Users: | 1,166 |
| Nodes: | 17 (0 / 17) |
| Uptime: | 420:58:20 |
| Calls: | 509,423 |
| Calls today: | 9 |
| Files: | 262,960 |
| D/L today: |
6,210 files (1,696M bytes) |
| Messages: | 469,930 |
| Posted today: | 6 |