From owner-freebsd-net@FreeBSD.ORG Mon Jun 6 05:51:08 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B90C716A41C for ; Mon, 6 Jun 2005 05:51:08 +0000 (GMT) (envelope-from samspeedu@mail.ru) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A0BE43D53 for ; Mon, 6 Jun 2005 05:51:08 +0000 (GMT) (envelope-from samspeedu@mail.ru) Received: from [213.129.119.20] (port=3698 helo=192.168.168.7) by mx2.mail.ru with esmtp id 1DfAVu-000HTe-00 for freebsd-net@freebsd.org; Mon, 06 Jun 2005 09:51:06 +0400 Date: Mon, 6 Jun 2005 09:50:36 +0400 From: Andrey Smagin X-Mailer: The Bat! (v1.62r) Organization: DiP X-Priority: 3 (Normal) Message-ID: <17710356039.20050606095036@mail.ru> To: freebsd-net@freebsd.org In-Reply-To: <20050530133303.Y82220@mp2.macomnet.net> References: <862239983.20050530124214@mail.ru> <20050530133303.Y82220@mp2.macomnet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: connect 2 subnet by WiFi X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: SAMU List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2005 05:51:08 -0000 Hi all! Need to connect 2 ethernet subnet. Now for it used D-Link DI-624 Wireless Router and DWL-G520. Problem that Server can ping any another PC in net, subnet A can ping Server but can't ping subnet B, subnet B also can ping Server but can't ping subnet A. topology and configs: 192.168.1.3 |by wire subnet A | 192.168.1.6 \ | Air 192.168.1.100 192.168.1.7 > (Switch) --- DI-624 ~~~~~~ (ath0)Server(fxp0) 192.168.1.8 / by wire | (Switch) | subnet B | 192.168.1.5 192.168.1.1 rc.conf ... ifconfig_ath0="inet up ssid my_net" ifconfig_fxp0="inet 192.168.1.100 netmask 255.255.255.0" ... sysctl.conf ... sysctl net.link.ether.bridge_cfg="ath0:1,fxp0:1" sysctl net.link.ether.bridge=1 sysctl net.inet.ip.check_interface=0 ... -- Best regards, Andrey mailto:samspeedu@mail.ru