[email protected] wrote: ># IP to listen on, * for all >host=* > >I think there's something wrong about ipv6, because the problem appeared >after i've installed the kernel 3.0.0 from the debian repo. This kernel >version supports the ipv6 (my previous one not - 2.6.29.x) >In kernel 3.0.0 : > >tcp6 0 0 :::10031 :::* >LISTEN 2010/perl > >Why is ipv6? > >If i use the old one kernel, the 10031 port doesn't appear in the list >(the kernel doesn't support ipv6). > >How can i use tpc and not tcp6?
At a rough guess, try setting host to your IP address and see if that works. Otherwise, in the past I've had issues (since fixed) with IPv6 and software that uses Ipv6 if it sees it without checking that there is actually full connectivity first. On those system I think I blacklisted the IPv6 kernel module as a temporary fix. -- Simon Hobson Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed author Gladys Hobson. Novels - poetry - short stories - ideal as Christmas stocking fillers. Some available as e-books. _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users
