LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fail to ping my own virtual honeyd machines (https://www.linuxquestions.org/questions/linux-newbie-8/fail-to-ping-my-own-virtual-honeyd-machines-829438/)

ababil151 08-30-2010 11:38 PM

Fail to ping my own virtual honeyd machines
 
Hallo guys,,,

Ive a weird problem about my honeypot project
all start from installation until running process is
going smoothly but when i try to ping my honeyd vm from honeyd host it couldnt but it can be ping from other machine inside my local network.

im also usinng arpd for ARP request reply and standard honeyd config,,,
any body have a clue please what ive missed

This my honeyd.conf file
### Cisco router
#create router
#set router personality "Cisco IOS 12.0(5)WC3 - 12.0(16a)"
#set router default tcp action reset
#set router default udp action reset
#add router tcp port 23 "perl scripts/router-telnet.pl"
#set router uid 32767 gid 32767
#set router uptime 1327650
#bind 10.1.1.60 router
#route entry 10.1.1.60 network 10.0.0.0/16
#route 10.1.1.60 link 10.0.1.0/24

annotate "IBM AIX 3.2" fragment old
create aix
set aix personality "IBM AIX 3.2"
add aix tcp port 80 "sh scripts/web.sh"
add aix tcp port 22 "sh scripts/test.sh $ipsrc $dport"
set aix default tcp action reset
bind 172.18.48.61 aix create linux

create linuxServer
set linux personality "Linux 2.1.19 - 2.2.25"
add linux tcp port 23 "perl scripts/telnet/faketelnet.pl"
add linux tcp port 22 "$ip_src:22"
set linux uptime 112211
set linux default tcp action reset
set linux default udp action reset
bind 172.18.48.62 linux

create windows
set windows personality "Windows NT 3.10 (Build 528)"
set windows default tcp action reset
set windows default udp action reset
add windows tcp port 80 "perl scripts/iisemulator-0.95/iisemul8.pl"
add windows tcp port 139 open
add windows tcp port 137 open
add windows udp port 137 open
add windows udp port 135 open
set windows uptime 42002
bind 172.18.48.63 windows






Pleasseee

TB0ne 08-31-2010 08:52 AM

Quote:

Originally Posted by ababil151 (Post 4083099)
Hallo guys,,,

Ive a weird problem about my honeypot project
all start from installation until running process is
going smoothly but when i try to ping my honeyd vm from honeyd host it couldnt but it can be ping from other machine inside my local network.

im also usinng arpd for ARP request reply and standard honeyd config,,,
any body have a clue please what ive missed

This my honeyd.conf file
### Cisco router
#create router
#set router personality "Cisco IOS 12.0(5)WC3 - 12.0(16a)"
#set router default tcp action reset
#set router default udp action reset
#add router tcp port 23 "perl scripts/router-telnet.pl"
#set router uid 32767 gid 32767
#set router uptime 1327650
#bind 10.1.1.60 router
#route entry 10.1.1.60 network 10.0.0.0/16
#route 10.1.1.60 link 10.0.1.0/24

annotate "IBM AIX 3.2" fragment old
create aix
set aix personality "IBM AIX 3.2"
add aix tcp port 80 "sh scripts/web.sh"
add aix tcp port 22 "sh scripts/test.sh $ipsrc $dport"
set aix default tcp action reset
bind 172.18.48.61 aix create linux

create linuxServer
set linux personality "Linux 2.1.19 - 2.2.25"
add linux tcp port 23 "perl scripts/telnet/faketelnet.pl"
add linux tcp port 22 "$ip_src:22"
set linux uptime 112211
set linux default tcp action reset
set linux default udp action reset
bind 172.18.48.62 linux

create windows
set windows personality "Windows NT 3.10 (Build 528)"
set windows default tcp action reset
set windows default udp action reset
add windows tcp port 80 "perl scripts/iisemulator-0.95/iisemul8.pl"
add windows tcp port 139 open
add windows tcp port 137 open
add windows udp port 137 open
add windows udp port 135 open
set windows uptime 42002
bind 172.18.48.63 windows
Pleasseee

You have, essentially, triple-posted this same question. Don't do that.

Tinkster 08-31-2010 12:19 PM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.


http://www.linuxquestions.org/questi...achine-829005/


All times are GMT -5. The time now is 04:58 PM.