is there anyway to completly hide the Port 113 (Ident Port) from Internet Port Scanners
This thread was automatically locked due to age.
code:To activate your new settings restart the middleware
/usr/local/bin/iptables -I TTT_ACCEPT -s 0.0.0.0/0 -d IP_OF_FIREWALL/32 -p tcp --destination-port 113 -j LOGDROP
code:that's it!/etc/rc.d/mdw restart