Różnice między wybraną wersją a wersją aktualną.
| Poprzednia rewizja po obu stronachPoprzednia wersjaNowa wersja | Poprzednia wersja | ||
| kernel_2.6_imq_layer7 [2013/03/25 16:00] – kamil | kernel_2.6_imq_layer7 [2025/01/11 18:58] (aktualna) – edycja zewnętrzna 127.0.0.1 | ||
|---|---|---|---|
| Linia 1: | Linia 1: | ||
| - | Zainstalować i uruchomić: | + | ===== Kernel 2.6 + IMQ + Layer7 + IPP2P===== |
| + | |||
| + | Zainstalować/ | ||
| < | < | ||
| Linia 6: | Linia 8: | ||
| apt-get source linux-image-2.6.32-5-amd64 | apt-get source linux-image-2.6.32-5-amd64 | ||
| ln -s / | ln -s / | ||
| + | apt-get source iptables | ||
| + | ln -s iptables-1.4.8 iptables | ||
| + | cd / | ||
| + | wget http:// | ||
| + | patch -p1 < iptables-1.4.10-imq.patch | ||
| cd / | cd / | ||
| wget --no-check-certificate | wget --no-check-certificate | ||
| Linia 33: | Linia 40: | ||
| </ | </ | ||
| + | Kompilacja kernela: | ||
| + | |||
| + | |||
| + | < | ||
| + | cp / | ||
| + | fakeroot time make-kpkg --initrd --append_to_version=-layer7-imq-amd64 linux-image | ||
| + | </ | ||
| + | |||
| + | |||
| + | Kompilacja iptables: | ||
| + | |||
| + | < | ||
| + | cd /tmp | ||
| + | wget http:// | ||
| + | tar -zxvf netfilter-layer7-v2.22.tar.gz | ||
| + | cp / | ||
| + | cp / | ||
| + | cd / | ||
| + | ./configure --with-ksource=/ | ||
| + | make | ||
| + | checkinstall | ||
| + | cd /tmp | ||
| + | wget http:// | ||
| + | tar -zxvf l7-protocols-2009-05-28.tar.gz | ||
| + | mv l7-protocols-2009-05-28 / | ||
| + | </ | ||
| + | |||
| + | Instalacja IPP2P: | ||
| + | |||
| + | < | ||
| + | aptitude install xtables-addons-common | ||
| + | </ | ||
| + | |||
| + | Instalacja Kernela i iptables: | ||
| + | |||
| + | < | ||
| + | dpkg -i / | ||
| + | dpkg -i dpkg -i / | ||
| + | </ | ||
| + | |||
| + | Wymagany restart Debiana. | ||