On Wed, 11 Apr 2001, I wrote: > /var/log/syslog/ keeps mentioning it can't find the module net-pf-10:
What I should have done before posting a question: check the archives through google: net-pf-10 is the IPv6 network module. If you're not planning on using IPv6, add this line to your /etc/modules.conf (or conf.modules on older systems): alias net-pf-10 off Translated to debian, uncomment this line in /etc/modutils/aliases, and run update-modules (I hope, 'cause this is what I did ;-)) --

