Birinin MAC adresini ayarlamaya çalışıyorum honeyd
şablonlar, ancak bağlamak istediğim IP adresine erişebilecek bir arayüz olmadığından şikayet eden bir hata mesajı almaya devam edin. İçimdeki şey bu honeyd.conf
dosya:
route entry 30.0.0.1
route 30.0.0.1 link 30.0.0.0/24
create routerone
set routerone personality "Cisco 7206 running IOS 11.1(24)"
set routerone default tcp action reset
set routerone default icmp action open
add routerone tcp port 23 "/etc/honeypot/scripts/telnet/faketelnet.pl"
create winxp
set winxp personality "Linux Kernel 2.4.20"
#set winxp personality "Microsoft Windows XP Professional SP1"
set winxp default tcp action reset
set winxp default udp action block
set winxp default icmp action open
add winxp tcp port 22 proxy 10.0.0.200:22
add winxp tcp port 23 "/etc/honeypot/scripts/telnet/faketelnet.pl"
add winxp tcp port 24 "sh /etc/honeypot/scripts/hello.sh"
set winxp ethernet "00:11:22:33:44:55"
bind 30.0.0.100 winxp
bind 30.0.0.1 routerone
Çalıştırmaya çalışırken honeyd
Daemon, aşağıdaki hata iletisini alıyorum:
$ honeyd -d -i ens160:1 -f honeyd.conf 30.0.0.0/24
Honeyd V1.5c Copyright (c) 2002-2007 Niels Provos
honeyd[4093]: started with -d -i ens160:1 -f honeyd.conf 30.0.0.0/24
honeyd[4093]: listening promiscuously on ens160:1: (arp or ip proto 47 or (udp and src port 67 and dst port 68) or (ip and (net 30.0.0.0/24))) and not ether src 00:0c:29:40:e7:6a
honeyd[4093]: Demoting process privileges to uid 65534, gid 65534
Ethernet adresini ayarlamadığımda iyi çalışıyor ve ben de ping atabiliyorum. Yani, açıkça 30.0.0.100 ulaşabilecek bir arayüz var. Sabit bir ethernet adresi ayarlayan bazı yapılandırmaları ile birlikte gördüm. dhcp
, ancak statik bir IP adresine bağlanmam gerekiyor.
Herhangi bir fikir?
winxp
IP 30.0.0.100?