Am 24.02.2010 23:53, Fabian Knittel schrieb:
> So for some use cases, the patch might cause a slight regression and an
> enhanced patch would be necessary. The patch would need to resolve the
> hostname passed via -a to all possible IPv4 and IPv6 adresses (instead
> of only the first) and create listening sockets for each address.

Follow up - tested on a lenny machine which turns me nuts:

bindv6only=0
/etc/default/oidentd is without any -a stanzas
black:/home/sb# lsof -itcp:113
COMMAND   PID   USER   FD   TYPE   DEVICE SIZE NODE NAME
oidentd 19499 oident    6u  IPv6 47082698       TCP *:auth (LISTEN)


Even though it shows for unknown reasons only a bind to
ipv6-addresses, the machine answers correctly ident-requests on ipv4
and ipv6 address:

tcp6       0      0 [::]:auth               [::]:*
LISTEN      root       47082698    19499/oidentd

If i set bindv6only=1 it changes the behavior of the output but not
the binding on interfaces:

black:/home/sb# lsof -itcp:113
COMMAND   PID   USER   FD   TYPE   DEVICE SIZE NODE NAME
oidentd 19640 oident    6u  IPv6 47085390       TCP *:auth (LISTEN)
oidentd 19640 oident    7u  IPv4 47085391       TCP *:auth (LISTEN)

tcp        0      0 *:auth                  *:*
LISTEN      root       47086599    19723/oidentd
tcp6       0      0 [::]:auth               [::]:*
LISTEN      root       47086598    19723/oidentd

At a first glance, it behaves as it should.

Stefan
-- 
Stefan Bauer -----------------------------------------
PGP: E80A 50D5 2D46 341C A887 F05D 5C81 5858 DCEF 8C34
-------- plzk.de - Linux - because it works ----------



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to