From owner-freebsd-mips@FreeBSD.ORG Thu Nov 11 11:14:36 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 952A21065670 for ; Thu, 11 Nov 2010 11:14:36 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4A39C8FC1C for ; Thu, 11 Nov 2010 11:14:36 +0000 (UTC) Received: by ywa8 with SMTP id 8so567627ywa.13 for ; Thu, 11 Nov 2010 03:14:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=7hgMBY/zWsZ9sX4J7rSgr5bhbClIZU18jdX17e0E89U=; b=dzZwfxNVpoJIGxOXCrs56UJOOcbJ90CRXGtngvwKgshcclZZDwGIIVP07oGeovaWou A26s2giOKlFf3sbpMxkZXLJ5oshuMPTaBnNy2X+Wk2ngIFMhEWqE5H4t2bCW5ZkScX8c uR4LJmk9RiibOoyFUYzP9x8jx+kNhlHUQFsTM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=XKcZDD3tiQxu5p/nfjGbClZmRM3EHgqDcBQg+zP3JHqhhpTPI0P6cwGeeRN7Xg65+n YkXxWSCMQXxXE8ybDbTfV6ZV715d6o79xEntCxGchaMQi6z0CMFXQTLF7cK/oozPnCj+ EzMZztaJU6oBTgQ+1wRgLSWur0Z78R+7x2LY8= Received: by 10.150.50.11 with SMTP id x11mr1565555ybx.106.1289474075201; Thu, 11 Nov 2010 03:14:35 -0800 (PST) Received: from [192.168.0.86] ([187.39.25.246]) by mx.google.com with ESMTPS id z30sm1418157yhc.9.2010.11.11.03.14.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 11 Nov 2010 03:14:34 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Luiz Otavio O Souza In-Reply-To: <201011101616.59156.freebsd-mips@dino.sk> Date: Thu, 11 Nov 2010 09:14:30 -0200 Content-Transfer-Encoding: quoted-printable Message-Id: <2ECB603F-5E21-424E-8EF7-5F7189887AEC@gmail.com> References: <201011101616.59156.freebsd-mips@dino.sk> To: Milan Obuch X-Mailer: Apple Mail (2.1081) Cc: freebsd-mips@freebsd.org Subject: Re: First RSPRO deployed ! X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 11:14:36 -0000 On Nov 10, 2010, at 1:16 PM, Milan Obuch wrote: > On Wednesday 10 November 2010 13:21:55 Luiz Otavio O Souza wrote: >> Hello everyone, >>=20 >> This is just a FYI about my first RSPRO deployed and my satisfaction = with >> it :) >>=20 >=20 > Hi, >=20 >> I'm running a slightly modified version of current (for the RTC = support and >> basic multi-phy/switch support - still without vlan support). >>=20 >=20 > Could you share your changes/patches? I have this board too and could = benefit=20 > from it too... you did a bit more already than me... Hi Milan, Sure, all my patches/changes are available, but as i said, it's only = small changes... >> I've replaced my old P4 server and my (also old) wireless AP by this = RSPRO >> with a ubiquiti SR-2 card. >>=20 >=20 > Hm, interesting, What do you use it for? >=20 It is just a home/office router with low traffic (cheap cable = connection) but with a few 24x7 connections (so i'm more for stability = and features than speed). >> The only problem i had was with the WPA - hostapd - setup (never did = it >> before, so i probably have screwed the setup). >>=20 >=20 > If you could show config, maybe someone could help you. I have tested = WPA=20 > setup with two FreeBSD systems and Atheros cards and it worked. I = could use my=20 > FreeBSD AP as an internet gateway for wifi enabled Nokia E66, too, so = I think=20 > a verified it a bit :) and this kind of things should not be arch = dependent :) Here is my config (ifconfig - rc.conf): hostapd_enable=3D"YES" wlans_ath0=3D"wlan1" create_args_wlan1=3D"wlanmode hostap mode 11g descr wireless-ap" ifconfig_wlan1=3D"ssid wpa-test channel 1" My hostapd.conf: http://pastebin.com/fz6pNfHX (have tried with and without preamble, with eapol_version =3D 1 and 2 = and with wpa =3D 1 and 3) Here is the syslog output: http://pastebin.com/YaQHtfVr The problem is, i've only an iphone to test this atm... I've another ubiquiti card and another rspro, i'll try to test the wpa = setup using a freebsd client and check if something changes (that's why = i did not asked for help at first time, i've not tried everything yet - = but help is always welcome). >=20 >> Here is the dmesg: http://pastebin.com/BGsAun6b >>=20 >> The ifconfig: http://pastebin.com/Vf5pqaQs >>=20 >> Disks and slices: http://pastebin.com/2jc0fJPh >>=20 >> GPIO devices: http://pastebin.com/FvhQW5iL >>=20 >> All installed ports: http://pastebin.com/yHcszFpR >>=20 >> It's running fully static, booting a gziped kernel from onboard flash = and >> with a full system on a 8GB SD card (i've another two 4GB memsticks, = one >> is used for ports and the other for sources and obj). >>=20 >=20 > Again, it would be great if you could share your experience - I would = like to=20 > run from flash too, but did not came there yet, I am still only at = netboot=20 > stage with USB flasdisk based file system. >=20 > Regards, > Milan adrian@ keeps a wiki page with some information about this: = http://wiki.freebsd.org/AdrianChadd/UbiquityRouterstationPro I'll poke him about a port for this flash tool, it's very simple to use. I'll also send some of my patches to mailing list. If you need anything else (or if i forget something), just ask :) Regards, Luiz PS: i need some days to rebuild my development environment, it's all off = now... i'm enjoying the silence :)=