Ich hab' mir mal den Knockd installiert und konfiguriert - aber er tut nicht :-/
Mein Config:
Der Daemon soll am Interface 'dsl' lauschen.
Im Log finde ich folgendes:
Wenn ich jetzt von einem entfernten Rechner aus die externe IP beklopfe:
passiert ..... nüscht :-(
Any ideas?
Mein Config:
Code:
[options]
logfile = /var/log/knockd.log
[OpenCloseSSH]
sequence = 12345:tcp,23456:tcp,34567:tcp
seq_timeout = 15
tcpflags = syn
start_command = /sbin/iptables -A open -s %IP% -p tcp --dport 22 -j ACCEPT
cmd_timeout = 5
stop_command = /sbin/iptables -D open -s %IP% -p tcp --dport 22 -j ACCEPT
Der Daemon soll am Interface 'dsl' lauschen.
Im Log finde ich folgendes:
Code:
[2008-05-24 17:52] starting up, listening on dsl
Wenn ich jetzt von einem entfernten Rechner aus die externe IP beklopfe:
Code:
knock $FRITZbox_IP 12345 23456 34567
passiert ..... nüscht :-(
Any ideas?