You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
396 B
10 lines
396 B
# Example of a simple host template and its binding |
|
create testbox |
|
set testbox personality "FreeBSD 3.2-4.0" |
|
add testbox tcp port 80 "sh @l_prefix@/share/honeyd/scripts/web.sh" |
|
add testbox tcp port 22 "sh @l_prefix@/share/honeyd/scripts/test.sh $ipsrc $dport" |
|
add testbox tcp port 23 proxy $ipsrc:23 |
|
set testbox default tcp action reset |
|
|
|
bind 10.21.19.102 testbox |
|
set 10.21.19.102 uptime 1327650
|
|
|