Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Eh, ten debianowy kernel nie jest przystosowany do nftables jeszcze. Wyrzuca błąd:
# nft list table filter <cmdline>:1:1-17: Error: Could not receive sets from kernel: Address family not supported by protocol list table filter ^^^^^^^^^^^^^^^^^
bo:
# cat /boot/config-3.13-1-amd64 | grep -i CONFIG_NF_TABLES_IPV4 # CONFIG_NF_TABLES_IPV4 is not set # cat /boot/config-3.13-1-amd64 | grep -i CONFIG_NF_TABLES_IPV6 # CONFIG_NF_TABLES_IPV6 is not set
Offline
3.14 (aktualnie w Sidzie) jest przystosowany.
Offline
# uname -a && nft -f /etc/nftables/ipv4-filter && nft list table filter Linux deb 3.14-3.slh.1-aptosid-amd64 #1 SMP PREEMPT Wed May 7 03:10:28 UTC 2014 x86_64 GNU/Linux table ip filter { chain input { type filter hook input priority 0; } chain forward { type filter hook forward priority 0; } chain output { type filter hook output priority 0; } }
[url]https://home.regit.org/netfilter-en/nftables-quick-howto/[/url]
root@deb:~# grep CONFIG_NF_TABLES_IPV4 /boot/config-3.14-3.slh.1-aptosid-amd64 CONFIG_NF_TABLES_IPV4=m root@deb:~# grep CONFIG_NF_TABLES_IPV6 /boot/config-3.14-3.slh.1-aptosid-amd64 CONFIG_NF_TABLES_IPV6=m root@deb:~# grep CONFIG_NF_TABLES_IPV6 /boot/config-3.14-1-amd64 CONFIG_NF_TABLES_IPV6=m root@deb:~# grep CONFIG_NF_TABLES_IPV4 /boot/config-3.14-1-amd64 CONFIG_NF_TABLES_IPV4=m
Ostatnio edytowany przez megabajt (2014-05-14 17:49:08)
Offline
756
Ostatnio edytowany przez uzytkownikubunt (2016-12-01 00:51:51)
Offline
Time (s) | Query |
---|---|
0.00012 | SET CHARSET latin2 |
0.00005 | SET NAMES latin2 |
0.00092 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='18.191.202.48' WHERE u.id=1 |
0.00194 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '18.191.202.48', 1732568002) |
0.00051 | SELECT * FROM punbb_online WHERE logged<1732567702 |
0.00060 | DELETE FROM punbb_online WHERE ident='18.188.119.67' |
0.00062 | DELETE FROM punbb_online WHERE ident='3.143.241.253' |
0.00060 | DELETE FROM punbb_online WHERE ident='52.15.170.196' |
0.00066 | DELETE FROM punbb_online WHERE ident='85.208.96.203' |
0.00046 | SELECT topic_id FROM punbb_posts WHERE id=267097 |
0.00008 | SELECT id FROM punbb_posts WHERE topic_id=25817 ORDER BY posted |
0.00080 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=25817 AND t.moved_to IS NULL |
0.00013 | SELECT search_for, replace_with FROM punbb_censoring |
0.00130 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=25817 ORDER BY p.id LIMIT 0,25 |
0.00087 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=25817 |
Total query time: 0.00966 s |