From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <3F1D08DB.4000102@mail.ru> Date: Tue, 22 Jul 2003 15:50:19 +0600 From: BSW User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.4) Gecko/20030627 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: community@altlinux.ru Subject: Re: [Comm] =?KOI8-R?Q?=EB=C1=CB_=CE=C1=D3=D4=D2=CF=C9=D4=D8_?= =?KOI8-R?Q?=D2=CF=D5=D4=C9=CE=C7=2E_=CE=D5=D6=CE=C1_=C4=CF=CB=C1=2E?= References: <3F1D05CC.000003.03427@ariel.yandex.ru> In-Reply-To: <3F1D05CC.000003.03427@ariel.yandex.ru> X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.2 Precedence: list Reply-To: community@altlinux.ru List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2003 09:50:23 -0000 Archived-At: List-Archive: List-Post: unix9 пишет: > Подскажите какой хелп, ман прочитать чтобы настроить между двумя сетевыми интерфейсами ( один внешний другой внутр.) > _______________________________________________ > Community mailing list > Community@altlinux.ru > http://www.altlinux.ru/mailman/listinfo/community > > cat /etc/sysctl.conf # Disables packet forwarding <==== Вот оно... net.ipv4.ip_forward = 0 # Enables source route verification net.ipv4.conf.default.rp_filter = 1 net.ipv4.conf.all.rp_filter = 1 # Enables automatic defragmentation (needed for masquerading, LVS) net.ipv4.ip_always_defrag = 1 # Enable the magic-sysrq key kernel.sysrq = 1 # Disable tcp_timestamps net.ipv4.tcp_timestamps = 0 # Enable tcp_syncookies net.ipv4.tcp_syncookies= 1