ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] iptables, NAT
@ 2006-01-15 16:27 Jury Levykin
  2006-01-15 16:52 ` Sergey Paradeyev
  0 siblings, 1 reply; 5+ messages in thread
From: Jury Levykin @ 2006-01-15 16:27 UTC (permalink / raw)
  To: ALT Linux Community

Шлюз в интернет (на основе ALM 2.4),
на нем настроен NAT следующим образом:
iptables -t nat -A POSTROUTING -s $INTRANET --out-interface 
$EXTERNAL_INTERFACE \
             -j SNAT --to-source $IPADDR

проблема в том, что если при старте скрипта я сначала все запрещаю:
iptables -P INPUT   DROP
iptables -P OUTPUT  DROP
iptables -P FORWARD DROP

а потом открываю то, что нужно (например NAT) то пакеты из внутренней 
сети ($INTRANET)
не проходят через шлюз.

если закомментировать:
# iptables -P FORWARD DROP

все работает, но меня смущает, что я видимо не прав поступая таким образом.

Как правильно открыть доступ для локальной сети?


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-01-16  4:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-15 16:27 [Comm] iptables, NAT Jury Levykin
2006-01-15 16:52 ` Sergey Paradeyev
2006-01-15 17:06   ` Jury Levykin
2006-01-15 17:15     ` Jury Levykin
2006-01-16  4:30       ` Мерзляков Евгений Анатольевич

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