> /etc/inet.d/networking restart
>
> it complains with the following error message:
>
> socket: Protocol not available - make sure CONFIG_PACKET and
> CONFIG_FILTER are defined in your kernel configuration!
Debian`s dhclient needs to have those options enabled in .config.
You can try using pump, dhcp3-client(?), or setting network manually.
If you can set your network manually - then check your .config again.
If those options can be compiled as modules and you compiled them as
modules, install them with modprobe.
|