Hi, Chris!
I had the same problem. This error is due to the lack of
af_packet module.
The solution is to manually use "modprobe":
modprobe af_packet
It's important to execute this command on each boot before
network initialization. That's why I put it in
/etc/sysconfig/network-scripts/eth0-ifup script just before
the place where DHCP client is called.
After you've done it everything works just fine.
Best regards,
Ivan
Logged In: NO
Thanks guys !
for the help you give other pipl :)
CriXz
Logged In: NO
Thanks guys !
for the help you give other pipl :)
CriXz