LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 06-30-2010, 04:59 AM   #1
grumpy.biatch
Member
 
Registered: Jun 2010
Posts: 48

Rep: Reputation: 0
Exclamation honeyd set up


hi,

i run opensuse 11.2 and have installed honeyd for trial.

when i run the honeyd -dP as a superuser i get following error -

started with -dP
Warning: Impossible SI range in Class fingerprint "IBM OS/400 V4R2M0"
Warning: Impossible SI range in Class fingerprint "Microsoft Windows NT 4.0 SP3"
honeyd[5088]: listening promiscuously on eth0: (arp or ip proto 47 or (udp and src port 67 and dst port 68) or (ip )) and not ether src 00:1e:90:35:ef:28
honeyd[5088]: switching to polling mode
honeyd[5088]: HTTP server listening on 127.0.0.1:80
honeyd[5088]: HTTP server root at /usr/share/honeyd/webserver/htdocs
honeyd[5088]: Demoting process privileges to uid 65534, gid 65533
honeyd[5088]: webserver: require write read access to /usr/share/honeyd/webserver/htdocs/.: Permission denied

I get verification right -

linux-lst5:/home/david # honeyd --verify-config
Honeyd V1.5c Copyright (c) 2002-2007 Niels Provos
honeyd[5332]: started with --verify-config
Warning: Impossible SI range in Class fingerprint "IBM OS/400 V4R2M0"
Warning: Impossible SI range in Class fingerprint "Microsoft Windows NT 4.0 SP3"
honeyd: parsing configuration file successful


I have set appropriate permissions. getting this package in suse repo was difficult but the build team did a favor. let me know if i have done anything stupid.

best,

david

Last edited by grumpy.biatch; 06-30-2010 at 05:02 AM.
 
Old 06-30-2010, 05:07 AM   #2
grumpy.biatch
Member
 
Registered: Jun 2010
Posts: 48

Original Poster
Rep: Reputation: 0
Exclamation

Quote:
Originally Posted by grumpy.biatch View Post
hi,

i run opensuse 11.2 and have installed honeyd for trial.

when i run the honeyd -dP as a superuser i get following error -

started with -dP
Warning: Impossible SI range in Class fingerprint "IBM OS/400 V4R2M0"
Warning: Impossible SI range in Class fingerprint "Microsoft Windows NT 4.0 SP3"
honeyd[5088]: listening promiscuously on eth0: (arp or ip proto 47 or (udp and src port 67 and dst port 68) or (ip )) and not ether src 00:1e:90:35:ef:28
honeyd[5088]: switching to polling mode
honeyd[5088]: HTTP server listening on 127.0.0.1:80
honeyd[5088]: HTTP server root at /usr/share/honeyd/webserver/htdocs
honeyd[5088]: Demoting process privileges to uid 65534, gid 65533
honeyd[5088]: webserver: require write read access to /usr/share/honeyd/webserver/htdocs/.: Permission denied

I get verification right -

linux-lst5:/home/david # honeyd --verify-config
Honeyd V1.5c Copyright (c) 2002-2007 Niels Provos
honeyd[5332]: started with --verify-config
Warning: Impossible SI range in Class fingerprint "IBM OS/400 V4R2M0"
Warning: Impossible SI range in Class fingerprint "Microsoft Windows NT 4.0 SP3"
honeyd: parsing configuration file successful


I have set appropriate permissions. getting this package in suse repo was difficult but the build team did a favor. let me know if i have done anything stupid.

best,

david
It probably messed up post updates.

Did reconfig-

linux-lst5:/home/david # honeyd --fix-webserver-permissions
Honeyd V1.5c Copyright (c) 2002-2007 Niels Provos
honeyd[5393]: started with --fix-webserver-permissions
Warning: Impossible SI range in Class fingerprint "IBM OS/400 V4R2M0"
Warning: Impossible SI range in Class fingerprint "Microsoft Windows NT 4.0 SP3"
honeyd[5393]: listening promiscuously on eth0: (arp or ip proto 47 or (udp and src port 67 and dst port 68) or (ip )) and not ether src 00:1e:90:35:ef:28
honeyd[5393]: HTTP server listening on 127.0.0.1:80
honeyd[5393]: HTTP server root at /usr/share/honeyd/webserver/htdocs
honeyd[5393]: Fixing ownership: /usr/share/honeyd/webserver/htdocs/graphs
honeyd[5393]: Fixing ownership: /usr/share/honeyd/webserver/htdocs/.
honeyd[5393]: Fixing ownership: /usr/share/honeyd/webserver/htdocs/images
honeyd[5393]: Fixing ownership: /usr/share/honeyd/webserver/htdocs/styles
honeyd[5393]: Fixing ownership: /usr/share/honeyd/webserver/htdocs/templates
honeyd[5393]: Fixing ownership: /usr/share/honeyd/webserver/htdocs/templates/inc
Honeyd starting as background process


Let me know if this is right or wrong.
 
Old 06-30-2010, 05:30 AM   #3
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by grumpy.biatch View Post
Warning: Impossible SI range in Class fingerprint "IBM OS/400 V4R2M0"
Warning: Impossible SI range in Class fingerprint "Microsoft Windows NT 4.0 SP3"
See http://www.honeyd.org/faq.php#warning (ignore).
 
Old 07-04-2010, 06:50 AM   #4
grumpy.biatch
Member
 
Registered: Jun 2010
Posts: 48

Original Poster
Rep: Reputation: 0
Lightbulb honeyd

I had a kernel panic last night, managed to sort that out but honeyd isnt working anymore.

Code:
linux-zsof:/home/david # honeyd
Honeyd V1.5c Copyright (c) 2002-2007 Niels Provos
honeyd[8352]: started with 
Warning: Impossible SI range in Class fingerprint "IBM OS/400 V4R2M0"
Warning: Impossible SI range in Class fingerprint "Microsoft Windows NT 4.0 SP3"
honeyd: interface_new: bad interface configuration: eth0 is not IP
You have mail in /var/spool/mail/david
There are no messages in that folder.

How do I get to resolve this.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
honeyd grumpy.biatch Linux - Newbie 6 06-27-2010 10:21 PM
honeyd problems syrushcw *BSD 3 12-02-2009 09:58 AM
Having Problems with honeyd lucky_dev36 Linux - General 1 07-22-2006 05:03 AM
Honeyd and NMAP showard Linux - Software 0 04-12-2006 12:09 PM
Anyone good at honeyd james_cwy Linux - Security 4 11-12-2003 07:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 09:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration