ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Денис Смирнов" <mithraen@freesource.info>
To: community@altlinux.ru
Subject: [Comm] Re: Linux Gate
Date: Thu, 27 Nov 2003 07:04:52 +0300
Message-ID: <20031127040452.GA1581@localhost.localdomain> (raw)
In-Reply-To: <1695420140.20031127103015@gnk.krasnoyarsk.ru>


 On Thu, Nov 27, 2003 at 10:30:15AM +0700, aek wrote:
 > Не могли бы Вы выложить пример "дырки" для ftp по конкретному ip адресу
 > на iptables.
 > как например доступ наружу по ssh в подсетку 10.50.18.0 делается допустим:
 > /sbin/iptables -A OUTPUT -p tcp -d 10.50.18.0/24 --dport 22 -j ACCEPT
 > /sbin/iptables -A INPUT  -p tcp ! --syn -s 10.50.18.0/24 --sport 22 -j ACCEPT
 > Напишите такиеже 3-4 строчки для ftp доступа куданьть
 > плиз, не поленитесь...

/sbin/iptables -A INPUT  -m state --state ESTABLISHED,RELATES -j ACCEPT
/sbin/iptables -A OUTPUT -m state --state ESTABLISHED,RELATES -j ACCEPT
/sbin/iptables -A OUTPUT -p tcp -d 10.50.18.0/24 --dport 21 -j ACCEPT

То есть если пакет принадлежит к уже установленому соединению --
пропустить. Если пакет это установка ftp-соединения -- пропустить.

-- 
С уважением, Денис

http://freesource.info



  reply	other threads:[~2003-11-27  4:04 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-25 12:41 [Comm] " Alexey Morsov
2003-11-25 13:16 ` Dmitry Nechaev
2003-11-26  7:52 ` [Comm] " Денис Смирнов
2003-11-26  8:14   ` Andrey Rahmatullin
2003-11-26  9:40   ` Alexey Morsov
2003-11-26 12:56     ` Денис Смирнов
2003-11-26 15:02       ` Alexey Morsov
2003-11-27  3:02         ` Денис Смирнов
2003-11-27  3:30           ` aek
2003-11-27  4:04             ` Денис Смирнов [this message]
2003-11-27  7:52               ` aek
2003-11-27  8:07                 ` Michael Shigorin
2003-11-27 11:45                 ` Денис Смирнов
2003-11-27  8:07               ` Michael Shigorin
2003-11-27 11:49                 ` Денис Смирнов
2003-11-28 21:59                   ` Michael Shigorin
2003-11-29  5:00                     ` Денис Смирнов
2003-11-29 10:29                       ` Michael Shigorin
2003-11-30  8:04                         ` Денис Смирнов
2003-11-27 15:52                 ` [Comm] DROP vs. REJECT (was: Linux Gate) Andrey Rahmatullin
2003-11-28  8:02                   ` [Comm] Re: DROP vs. JECT " Денис Смирнов
2003-11-28  8:14                     ` Dmytro O. Redchuk
2003-11-30 14:32                 ` [Comm] Re: Linux Gate Maxim Tyurin
2003-11-30 21:46                   ` Денис Смирнов
2003-12-01  4:24                     ` Gosha
2003-12-01  9:43                       ` Denis Smirnov
2003-12-01 11:33                         ` Maxim Tyurin
2003-12-01 19:04                           ` Денис Смирнов
2003-12-01 19:50                             ` Maxim Tyurin
2003-12-02  7:57                               ` Денис Смирнов
2003-12-01  7:52                     ` Maxim Tyurin
2003-12-01 11:17                       ` Денис Смирнов
2003-12-01 18:10                         ` Maxim Tyurin

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=20031127040452.GA1581@localhost.localdomain \
    --to=mithraen@freesource.info \
    --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