From: "Dmytro O. Redchuk" <dor@ldc.net> To: ALT Community <community@altlinux.ru> Subject: [Comm] iptables, tftp and oops Date: Fri, 10 Jun 2005 15:38:37 +0300 Message-ID: <20050610123837.GA7224@ldc.net> (raw) Добрый день. Вылезла странность с iptables и tftp. $ uname -r 2.4.26-std-up-alt6 $ cat /etc/altlinux-release ALT Linux Master 2.4 (Citron) $ rpm -q iptables iptables-1.2.11-alt3 На сервере за iptables есть utftpd. Устройства пробуют сливать туда конфигурации и проч. Пишу: # впускаем запрос (RRQ or WRQ): iptables -A INPUT -s <> -d <> -p udp --dport tftp -j ACEPT # впускаем DATA трафик: iptables -A INPUT -s <> -d <> -p udp \ -m state --state ESTABLISHED,RELATED -j ACCEPT Всё нормально, работает :-) (немножко некрасиво как-то?) Потом залюбопытствовал загрузить ipt_conntrack_tftp. После чего попытки заливать по tftp заканчиваются oops'ом. Нашёл: http://lists.netfilter.org/pipermail/netfilter-devel/2004-April/015054.html Глянул в ip_conntrack_core.c из linux-2.4.26.tar.bz2 после запуска apt-get source kernel-source-2.4.26 -- так и есть... А? ps. Я могу где-то путать педали, но общее впечатление где-то таково :-) -- _,-=._ /|_/| `-.} `=._,.-=-._., @ @._, `._ _,-. ) _,.-' ` G.m-"^m`m' Dmytro O. Redchuk
next reply other threads:[~2005-06-10 12:38 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2005-06-10 12:38 Dmytro O. Redchuk [this message] 2005-06-25 7:27 ` Dmytro O. Redchuk 2005-06-27 7:25 ` Michael Isachenkov 2005-06-29 6:33 ` Dmytro O. Redchuk
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20050610123837.GA7224@ldc.net \ --to=dor@ldc.net \ --cc=community@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git