Hi Scott, thanks for the answer. So I see I have been a bit quick to confirm the bug.
You're right it's definitely not tied to udev and downgrading the udev package doesn't help. Just as expected. But what helps is to disable ipmasq. Checking the dpkg history I noticed that ipmasq has been automatically installed although its package description clearly states it is meant for firewall usage only. So stoping ipmasq did fix the problem for me temporarily. $ cd /etc/init.d $ sudo ./ipmasq stop I think it's safe to remove the ipmasq package at all. $ sudo apt-get remove ipmasq Best, Dennis -- [jaunty] network problem https://bugs.launchpad.net/bugs/315370 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
