Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jun 2005 09:50:36 +0400
From:      Andrey Smagin <samspeedu@mail.ru>
To:        freebsd-net@freebsd.org
Subject:   connect 2 subnet by WiFi
Message-ID:  <17710356039.20050606095036@mail.ru>
In-Reply-To: <20050530133303.Y82220@mp2.macomnet.net>
References:  <862239983.20050530124214@mail.ru> <20050530133303.Y82220@mp2.macomnet.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17710356039.20050606095036>