From owner-freebsd-net@FreeBSD.ORG Tue Jul 4 15:43:12 2006 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 EA7B416A4E5 for ; Tue, 4 Jul 2006 15:43:12 +0000 (UTC) (envelope-from ale@seudns.net) Received: from connectmed.com.br (s200-189-171-55.ipb.diveo.net.br [200.189.171.55]) by mx1.FreeBSD.org (Postfix) with SMTP id 2294943D45 for ; Tue, 4 Jul 2006 15:43:11 +0000 (GMT) (envelope-from ale@seudns.net) Received: (qmail 7601 invoked from network); 4 Jul 2006 15:41:00 -0000 Received: from unknown (HELO ?192.168.3.109?) (192.168.3.109) by donald.connectmed.com.br with SMTP; 4 Jul 2006 15:41:00 -0000 Message-ID: <44AA8C8D.5050700@seudns.net> Date: Tue, 04 Jul 2006 12:43:09 -0300 From: Alexandre Biancalana User-Agent: Thunderbird 1.5 (X11/20060213) MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD 4.11 + VLAN + IPX X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 15:43:13 -0000 Hi List, I've a gateway running FreeBSD 4.11-STABLE doing ip filtering, routing and ipx routing among 4 internal networks and 4 external networks. Everything was working perfectly, with the following network adapters: one 3Com 3c905C-TX Fast Etherlink XL, two Intel 82559 Pro/100 Ethernet and one quad D-Link DFE-550TX 10/100BaseTX. I had one network attached to each network interface, the ef module loaded to support multiple novell ethernet frames types, ipxgateway enable and ipxrouted -s running. Due to need of more ip addresses on a new departament of the company, I need to configure a new network on this gateway, then I decided to put an existent network and the new one at a single network interface putting each network on a single vlan. After change the configuration the stations on the vlan networks can't reach the Novell server. The old configuration: fxp0: external network fxp1: external network xl0: external network ste0: internal network 1 ste0f0: internal ipx network Ethernet_II ste0f1: internal ipx network Ethernet_802.3 ste0f2: internal ipx network Ethernet_802.2 ste0f3: internal ipx network Ethernet_802.2/SNAP ste1: internal network 2 ste1f0: internal ipx network Ethernet_II ste1f1: internal ipx network Ethernet_802.3 ste1f2: internal ipx network Ethernet_802.2 ste1f3: internal ipx network Ethernet_802.2/SNAP ste2: internal netowrk 3 ste2f0: internal ipx network Ethernet_II ste2f1: internal ipx network Ethernet_802.3 ste2f2: internal ipx network Ethernet_802.2 ste2f3: internal ipx network Ethernet_802.2/SNAP ste3: internal network 4 ste3f0: internal ipx network Ethernet_II ste3f1: internal ipx network Ethernet_802.3 ste3f2: internal ipx network Ethernet_802.2 ste3f3: internal ipx network Ethernet_802.2/SNAP In the new configuration I added two vlans attached to ste3 then: vlan4: internal network 4 parent ste3 vlan6: internal network 5 parent ste3 The ste3f* interfaces continue configured as before. My doubt is when I created the vlans the system should be created vlan4f* or the ipx should work in the same ste3f* interfaces... The only thing that is not working is ipx access from network 4 to novell server at network 1. Any Ideas ?? Best Regards, Alexandre