| 1234567891011121314151617 |
- ##
- ## honeyd.conf
- ##
- # test host definition
- create testbox
- set testbox personality "FreeBSD 3.2-4.0"
- add testbox tcp port 80 "@l_prefix@/libexec/honeyd/honeyd.service http"
- add testbox tcp port 22 "@l_prefix@/libexec/honeyd/honeyd.service ssh"
- add testbox tcp port 23 proxy $ipsrc:23
- set testbox default tcp action reset
- # bind the test host to localhost
- bind 127.0.0.1 testbox
- set 127.0.0.1 uptime 1327650
|