An open API service indexing awesome lists of open source software.

https://github.com/vx68k/xllmnrd

Xenium LLMNR Responder – a Link-Local Multicast Name Resolution (LLMNR) responder daemon.
https://github.com/vx68k/xllmnrd

ipv6 linux llmnr netlink responder rfc4795 rtnetlink zero-configuration

Last synced: 4 months ago
JSON representation

Xenium LLMNR Responder – a Link-Local Multicast Name Resolution (LLMNR) responder daemon.

Awesome Lists containing this project

README

        

# Introduction

Xenium LLMNR Responder (xllmnrd) is an IPv6 network service daemon
that responds to name queries from Microsoft Windows computers on the same
network link so that you can get the IP addresses of the server *without
any DNS configuration*. It effectively replaces an IPv4-only NetBIOS name
resolution responder typically provided by [Samba][].

This program implements Link-Local Multicast Name Resolution (LLMNR) as
described in [RFC 4795][] and currently supports Linux-based operating systems
only.

See the [home page][] for more information about this program.

[Home page]: https://www.vx68k.org/xllmnrd
[RFC 4795]: https://tools.ietf.org/html/rfc4795 "Link-Local Multicast Name Resolution (LLMNR)"
[Samba]: https://www.samba.org/

[![(License)](https://img.shields.io/badge/license-GPL--3.0--or--later-blue.svg)][GPL-3.0]
[![(Open issues)](https://img.shields.io/bitbucket/issues/kazssym/xllmnrd.svg)][open issues]

[Open issues]: https://bitbucket.org/kazssym/xllmnrd/issues?status=new&status=open

# Installation

See the 'INSTALL' file for installation instructions. The 'configure' should
work for most supported operating systems.

If you find any problem while installation, please report it to
.

## Sample init script

This package produces a sample init script for use on LSB-conforming operating
systems. But its existence does not imply any level of conformance to the LSB
specifications.

# License

This program is provided under the terms and conditions of the [GNU General
Public License, version 3][GPL-3.0] or any later version.

[GPL-3.0]: https://opensource.org/licenses/GPL-3.0

# See also

- [RFC 4795][].