Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.35-22-generic
Found initrd image: /boot/initrd.img-2.6.35-22-generic
Found linux image: /boot/vmlinuz-2.6.28-l7
Found initrd image: /boot/initrd.img-2.6.28-l7
Found memtest86+ image: /boot/memtest86+.bin
Done
Далее делаемreboot
При выборе ядра выбираем только что собранное ядро.
Прежде чем установить iptables 1.4.11 сначало удалите существующую версию
apt-get remove iptables
Установка iptables-1.4.1.1 c подержкой Layer7
Код:
cd /usr/src/iptables
./configure --with-ksource=/usr/srс/linux
make
make install
reboot
Проверяем:
Код:
iptables -A FORWARD -m layer7 --l7proto skypeout -j DROP
iptables -A FORWARD -m layer7 --l7proto skypetoskype -j DROP