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,149 |
Nodes: | 15 (0 / 15) |
Uptime: | 15:38:29 |
Calls: | 230,018 |
Calls today: | 3 |
Files: | 59,444 |
D/L today: |
13 files (104M bytes) |
Messages: | 292,435 |