[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 02822) Re: xinetd-ipv6 on debian



Hi,

"Yang Hsiung" <yhsiung@xxxxxxxxx> írta 2004-02-23 16:09-kor:
> In the IPv6-HOWTO doc, Peter mentioned (page 82) that some distributions
> (e.g., debian) do not have /etc/sysconfig/network. If I want to bringup the
> xinetd-ipv6 daemon on debian, how to configure it w/o the /etc/sysconfig? 
> Any advises are welcome.
Forget it. If you don't insist on xinetd, I just suggest, to write this line
into your /etc/apt/sources.list:
deb http://debian.fabbione.net/debian-ipv6 woody ipv6

Then apt-get update && apt-get install openbsd-inetd

If you write tcp6 instead of tcp into your /etc/inetd.conf, then you can
check this out in the output of the netstat -na command, that the socket
listens on :::port instead of 0.0.0.0:port

Otherwise, if you insist on xinetd, than the version from the official
debian sid supports ipv6. (To build that version on woody is not a big
trouble)

Have Fun!