jbremer / honeyd

Automatically exported from code.google.com/p/honeyd
0 stars 0 forks source link

MAc address Link Layer Warning #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
On Aug 01 2005 Niels Provos wrote 

Mac addresses are link-layer mechanism. They only work for machines on the
same network segment. The moment that a router gets in the way, the mac
address is removed. The IP layer does not have MAC addresses.

Honeyd essentially tells you that you are trying to use MAC addresses, but
that there is no ethernet interface for the IP range that you configured. I
suppose I could just make that a warning instead of a failure.

Does this make more sense?

Niels.

For original post.See
http://www.honeyd.org/phpBB2/viewtopic.php?p=971&sid=31e9d6a98779109ffe203825792
b6757

Dear Niels.

By having a error when a Mac-address is used on a routed virtual machine
prevents users from using the same Template for non-routed and routed
Virtual Machines.

I see that the condition is still unchanged in the newly released honeyd 1.5c

I have therefore changed the error to a warning in my own WinHoneyd release.

Attached you will find the changed file "parse.c", that I humbly submit for
inclusion in the main code of Honeyd.

Original issue reported on code.google.com by jesper.j...@delphinodev.com on 28 Jul 2007 at 2:46

Attachments:

GoogleCodeExporter commented 8 years ago
The previous fix and post was made on behalf of

netVigilance, Inc.
makers of Winhoneyd.

http://www.netvigilance.com/winhoneyd

Original comment by netvigil...@gmail.com on 28 Jul 2007 at 2:53

GoogleCodeExporter commented 8 years ago
Hi, it would be helpful to have the patch against parse.y from which parse.c is 
being
generated.  Or at least, a patch against patch.c.

Thank you,
 Niels.

Original comment by pro...@gmail.com on 31 Jul 2007 at 1:57

GoogleCodeExporter commented 8 years ago
Hi Niels.

Patch for parse.c attached.

Regards

Jesper Jurcenoks
netVigilance, Inc.
www.netvigilance.com/winhoned

Original comment by netvigil...@gmail.com on 3 Aug 2007 at 11:30

Attachments:

GoogleCodeExporter commented 8 years ago
how do i get honeyd code and how to run it...

Original comment by bertym...@gmail.com on 16 Feb 2012 at 4:06

GoogleCodeExporter commented 8 years ago
Hi bertymaya,

I'll link you to the source checkout page for that : 
http://code.google.com/p/honeyd/source/checkout

You can use a Subversion client to download the honeyd code locally to your 
host.
Instructions on running it will be in the package you downloaded.

Regards,
Eric

Original comment by eric.bug...@gmail.com on 21 Feb 2012 at 1:40