From: "\"Дворников М.В.\"" <m_dvor@soc.adm.yar.ru> To: Sysadmins <sysadmins@lists.altlinux.org> Subject: [Sysadmins] iptables трансляция протокола Date: Mon, 03 Jul 2006 11:57:05 +0400 Message-ID: <44A8CDD1.7090800@soc.adm.yar.ru> (raw) Есть программа для связи с федеральным казначейством ("КОНТИНЕТ"). Моя сеть с одним реальным ip на шлюзе. Администратор казначейства сказал, что нужно открыть 3 порта tcp и один udp, самое непонятное еще требуется протокол ip250 (тот что в /etc/protocols должен быть под номером 250). С tcp и udp разобрался: -A POSTROUTING -s 10.X -o eth2 -p tcp -m tcp --dport 4000 -j SNAT --to-source 193.X -A POSTROUTING -s 10.X -o eth2 -p udp -m udp --dport 4000 -j SNAT --to-source 193.X Что делать с ip250 непонятно... -- С уважением, Дворников Михаил.
next reply other threads:[~2006-07-03 7:57 UTC|newest] Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top 2006-07-03 7:57 "Дворников М.В." [this message] 2006-07-03 8:00 ` Serge 2006-07-03 8:03 ` Шенцев Алексей Владимирович 2006-07-03 8:14 ` "Дворников М.В." 2006-07-03 8:16 ` Andrii Dobrovol`s`kii 2006-07-03 8:23 ` "Дворников М.В." 2006-07-03 9:01 ` Andrii Dobrovol`s`kii 2006-07-03 9:09 ` Dmytro O. Redchuk 2006-07-03 8:22 ` Шенцев Алексей Владимирович 2006-07-03 10:47 ` "Дворников М.В." 2006-07-03 10:51 ` Шенцев Алексей Владимирович 2006-07-03 11:23 ` Dmitriy L. Kruglikov 2006-07-03 11:56 ` "Дворников М.В." 2006-07-03 12:08 ` Шенцев Алексей Владимирович 2006-07-06 7:05 ` "Дворников М.В." 2006-07-06 8:00 ` Шенцев Алексей Владимирович 2006-07-06 8:09 ` Dmitriy L. Kruglikov 2006-07-03 12:16 ` Dmitriy L. Kruglikov 2006-07-03 21:48 ` Lego 2006-07-03 8:28 ` Dmitriy L. Kruglikov 2006-07-06 6:43 ` Maxim Britov 2006-07-06 7:00 ` "Дворников М.В." 2006-07-06 7:07 ` Шенцев Алексей Владимирович 2006-07-06 7:40 ` "Дворников М.В." 2006-07-06 7:44 ` Шенцев Алексей Владимирович
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=44A8CDD1.7090800@soc.adm.yar.ru \ --to=m_dvor@soc.adm.yar.ru \ --cc=sysadmins@lists.altlinux.org \ /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 sysadmins discussion This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/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 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \ sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com public-inbox-index sysadmins Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sysadmins AGPL code for this site: git clone https://public-inbox.org/public-inbox.git