HoneyD honeypot is not responding to ping
by Sarah Abdulrezzak from LinuxQuestions.org on (#5R40M)
Hello All
I installed honeyd on ubuntu 14.04 running on a VM and made a simple configuration file*
create glass
set glass default tcp action block
set glass default udp action block
set glass default icmp action block
create linux
set linux personality "Linux 2.6.20-1 (Fedora Core 5)"
set linux ethernet "Dell"
set linux default tcp action block
add linux tcp port 22 open
set linux default icmp action open
bind 192.168.1.100 linux
bind 192.168.1.111 glass
when I tried to ping the honeypot from another machine the response I get on the honeypot is
honeyd[2273]: Demoting process privileges to uid 65534, gid 65534
honeyd[2273]: arp reply 192.168.1.100 is-at 00:b0:d0:ee:5e:70
*
also* the log file only shows records of**honeyd service status but no packet level records even after running NMAP upon the honeypot and getting its MAC address
2021-10-25-07:20:39.5434 honeyd log started ------
2021-10-25-07:23:07.0965 honeyd log stopped ------
please provide me with your advice
thank you
I installed honeyd on ubuntu 14.04 running on a VM and made a simple configuration file*
create glass
set glass default tcp action block
set glass default udp action block
set glass default icmp action block
create linux
set linux personality "Linux 2.6.20-1 (Fedora Core 5)"
set linux ethernet "Dell"
set linux default tcp action block
add linux tcp port 22 open
set linux default icmp action open
bind 192.168.1.100 linux
bind 192.168.1.111 glass
when I tried to ping the honeypot from another machine the response I get on the honeypot is
honeyd[2273]: Demoting process privileges to uid 65534, gid 65534
honeyd[2273]: arp reply 192.168.1.100 is-at 00:b0:d0:ee:5e:70
*
also* the log file only shows records of**honeyd service status but no packet level records even after running NMAP upon the honeypot and getting its MAC address
2021-10-25-07:20:39.5434 honeyd log started ------
2021-10-25-07:23:07.0965 honeyd log stopped ------
please provide me with your advice
thank you