I played around with fwaccel synatk. After doing a "hping3 -i u1 -S -p 3389 host" all connecitions from outside were blocked.
[Expert@gw-1:0]# fwaccel synatk config
enabled 1
enforce 1
global_high_threshold 10000
periodic_updates 1
cookie_resolution_shift 6
min_frag_sz 80
high_threshold 5000
low_threshold 1000
score_alpha 100
monitor_log_interval (msec) 60000
grace_timeout (msec) 30000
min_time_in_active (msec) 60000
[Expert@gw-1:0]# fwaccel synatk monitor
+-----------------------------------------------------------------------------+
| SYN Defender status |
+-----------------------------------------------------------------------------+
| Configuration Enforcing |
| Status Under Attack (!) |
| Non established connections 2 |
| Global Threshold 10000 |
| Interface Threshold 5000 |
+-----------------------------------------------------------------------------+
| IF | Topology | Enforce | State (sec) | Non-established conns |
| | | | | Peak | Current |
+-----------------------------------------------------------------------------+
| eth0 (!) | External | Prevent | Active( 20) | - | - |
| eth0.10 | External | Prevent | Ready | 0 | 0 |
| eth1 | Internal | Detect | Monitor | 3 | 2 |
| eth1.666 | Internal | Detect | Monitor | 0 | 0 |
+-----------------------------------------------------------------------------+
my question is: Is this expected behaviour ?