From: "Evgeniy Kobzev" <evgenik@diamonds.ru> To: <mandrake-russian@altlinux.ru> Subject: [mdk-re] ðÏÍÏÇÉÔÅ Ó iptables Date: Fri Mar 1 11:54:13 2002 Message-ID: <00c501c1c0ff$ad85b8e0$6600a8c0@ruis.ru> (raw) Привет всем... Задача. Внутренняя сеть 172.10.1.0/24 Внешний IP 213.С1.С1.10 Внешние сети к которым не применяется маскарад и подсчёт траффика: 172.10.2.0/24 172.10.3.0/24 172.10.4.0/24 213.С1.С1.0/24 213.С2.С2.0/24 213.С3.С3.0/24 Всё остальное должно маскарадится и считаться траффик. Как сделано. =================================================================== # Generated by iptables-save v1.2.5 *filter :INPUT ACCEPT [30:1500] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [22:1808] :bil-free - [0:0] :billing - [0:0] :traffic - [0:0] -A FORWARD -j billing -A bil-free -s 172.10.2.0/255.255.255.0 -j ACCEPT -A bil-free -d 172.10.2.0/255.255.255.0 -j ACCEPT -A bil-free -s 172.10.3.0/255.255.255.0 -j ACCEPT -A bil-free -d 172.10.3.0/255.255.255.0 -j ACCEPT -A bil-free -s 172.10.4.0/255.255.255.0 -j ACCEPT -A bil-free -d 172.10.4.0/255.255.255.0 -j ACCEPT -A bil-free -s 213.С2.С2.0/255.255.255.0 -j ACCEPT -A bil-free -d 213.С2.С2.0/255.255.255.0 -j ACCEPT -A bil-free -s 213.С3.С3.0/255.255.255.0 -j ACCEPT -A bil-free -d 213.С3.С3.0/255.255.255.0 -j ACCEPT -A bil-free -s 213.С1.С1.0/255.255.255.0 -j ACCEPT -A bil-free -d 213.С1.С1.0/255.255.255.0 -j ACCEPT -A billing -j bil-free -A billing -j traffic -A billing -s 213.С1.С1.10 -j LOG -A billing -d 172.10.1.12 -j LOG -A billing -d 172.10.1.26 -j LOG ...... и так далее ...... -A traffic -d 172.10.1.41 -j DROP -A traffic -s 172.10.1.41 -j DROP ...... и так далее ...... COMMIT # Generated by iptables-save v1.2.5 *nat :PREROUTING ACCEPT [153276:10025047] :POSTROUTING ACCEPT [805:56972] :OUTPUT ACCEPT [929:84591] -A POSTROUTING -d 172.10.1.0/255.255.255.0 -j SNAT --to-source 213.С1.С1.10 -A POSTROUTING -s 172.10.1.12 -j SNAT --to-source 213.С1.С1.10 -A POSTROUTING -s 172.10.1.26 -j SNAT --to-source 213.С1.С1.10 ...... и так далее ...... COMMIT =================================================================== Всё нормально, кроме одного - маскарадится в свободные подсети. Вернее даже так, маскарадится всегда. Что нужно поправить? P.S. Объясните популярно про -j LOG --log-level <level> Я хочу все эти логи в отдельный файл направлять. Пока. Удачи. Евгений.
reply other threads:[~2002-03-01 11:54 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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='00c501c1c0ff$ad85b8e0$6600a8c0@ruis.ru' \ --to=evgenik@diamonds.ru \ --cc=mandrake-russian@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