ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Jury Levykin <altcomm@list.ru>
To: community@altlinux.ru
Subject: Re: [Comm] где ошибка? iptables+ftp
Date: Wed, 27 Apr 2005 14:12:28 +0400
Message-ID: <426F658C.8010005@list.ru> (raw)
In-Reply-To: <200504271419.43440.tma@bankrc.biysk.ru>

Максим Ткаченко пишет:

>Здравствуйте!
>Скажи где ошибся? вроде все сделал правильно. но не пускат на ftp-сервер 
>установленный тут же (авторизация проходит и все на этом )... пускает только 
>с сети 192.168.0.  Если из другой - то нет... 1.2.3.4 - внешний адрес.
>
>
>конфиг iptablesов в аттаче
>  
>
Мне в аналогичном случае помогли следующие правила:
iptables -A INPUT   -p tcp -i $EXTINTERFACE -d $SERVER_IP -m state 
--state ESTABLISHED,RELATED -j ACCEPT
iptables -A OUTPUT  -p tcp -o $EXTINTERFACE -s $SERVER_IP -m state 
--state ESTABLISHED,RELATED -j ACCEPT



  reply	other threads:[~2005-04-27 10:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-27  7:19 Максим Ткаченко
2005-04-27 10:12 ` Jury Levykin [this message]
2005-05-09  8:49 ` Igo
2005-05-09 11:02   ` Максим Ткаченко
2005-05-10 10:38     ` [Comm] " Michael Shigorin
2005-05-10 15:12       ` Eugene Ostapets
2005-05-11 16:38         ` Dmitry (Mothlike) Marochko
2005-05-11 17:42           ` [Comm] Re: где ошибка? ip tables+ftp Eugene Ostapets
2005-05-11 19:33           ` [Comm] Re: где ошибка? iptables+ftp Michael Shigorin

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=426F658C.8010005@list.ru \
    --to=altcomm@list.ru \
    --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