• Use WLAN as a "WAN" and have a WLAN connection?

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    GruensFroeschliG

    We used the Compex WLM54AGP23 - http://www.atel-electronics.eu/produkt.php?hash=06268&dispLang=EN

    For the UMTS Modems we rented some from Swisscom.
    http://www.swisscom.ch/res/internet/mobilessurfen/mobile-unlimited/router/index.htm

  • Dual SSID with Wistron CM9?

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    jimpJ

    The code is there in FreeBSD 8, but there is no pfSense code to use it yet.

    No idea on 2.0. It's in a feature freeze, but it's still quite alpha. It will be several months, probably early next year sometime, but don't quote me on that.

  • Wirelless with PC engines Alix

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    dotdashD

    @Playmobil:

    My solution to run two cards on alix was to cover both 2.4Ghz a 5Ghz bands.

    Oh, that should be no problem.

    Netgate has some high power mini-pci cards. This one should work fine: http://www.netgate.com/product_info.php?cPath=26_34&products_id=694

  • Configuring multiple AP:s

    Locked
    10
    0 Votes
    10 Posts
    9k Views
    H

    i am using 1 pfsense server in basic mode and nothing else attached to it.

  • Can't touch a wireless windows 7 computer…

    Locked
    15
    0 Votes
    15 Posts
    8k Views
    W

    @misteragony:

    Or should I specifically begin stating every protocol(port) that I want to allow?

    No.

    Does a ping from the LAN to the wireless client get a response?

    Is sshd (or equivalent) up and running on the wireless client? Does it listen on the standard port?

    What does ssh on the LAN report when it can't connect?

  • Atheros CM9 works with WEP, but not WPA

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    W

    @totalimpact:

    Alix 3d with Atheros CM9 PF 1.2.3 RC1
    I have tried every possible combo, but I cannot get this thing to pass traffic on WPA, clients act like they authenticate, but no DHCP traffic can pass.

    I have a PCI WLAN card with Atheros chipset in my pfSense box. WLAN is bridged to LAN. If your WLAN is bridged to LAN you will need firewall rules to allow DHCP traffic from WLAN. See the DHCP and DNS forum for further discussion.

    What clients are you using? On my home network I have three Win Vista laptops using WPA2 successfully. I have a netbook running gOS (seems to be a variant of Ubuntu 8.10) but haven't been able to get that to work with the WLAN. I'm now using the netbook with a USB WLAN interface and no encryption.

  • Connect wireless to a radius server with pfsense wireless card

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    L

    For the moment it is not possible.

    pfSense frontend doesn't have that option and the backend doesn't have it too.

    I've been doing some testing with Kiffuser as you can see here…but so far no good. Have asked for some advice but no go too, it seems wireless development is for some reason in standby when it comes to authentication methods.

    I think we already got somewhere but we haven't had much time to go anyfurther, maybe in the next weeks.

    The easy part is making the frontend thing, which is creating the interface for the radius settings...our problem know is putting the correct values in the $config["wireless"]["…"] array…so it can pass the correct settings to hostapd_ath0.conf and save the configuration XML.

    For now we're getting a pretty messed up hostapd_ath0.conf, as there are some settings needed that we can't get from $config[] var. In here, at the bottom you can see an example for what is needed in hostapd_ath0.conf, but so far we haven't been successful.

    If you or someone else have something that could help, or if something that i said is wrong, please correct me.

  • Ralink RT2561S WLAN card - No carrier?

    Locked
    4
    0 Votes
    4 Posts
    5k Views
    W

    I noticed the pfSense you are running is based on what is now a fairly old version of FreeBSD. It might be worth trying a recent 1.2.3 snapshot build.

  • [solved] WLAN latency problems

    Locked
    7
    0 Votes
    7 Posts
    10k Views
    S

    Okay, fixed the problem. First thing was, the authentication setup was messed up (i think one can see that on the screenshot). basically i set it to WPA2/PSK/AES now. The phone will correctly connect to the wlan and authenticate.

    however i found that i could not reach the phones ip adress (e.g. ping). i tried a lot of things, until i found out i had to bridge then LAN interface with the WLAN interface too (as seen on the screenshot, the WLAN interface was already configured to bridge with LAN). i didnt know this, so right now i need to bridge WLAN -> LAN and also LAN -> WLAN. Saving this configuration & applying the wlan now works, i can access the phone by ip and i can access my lan/interet on the phone via wlan.

    now strange thing is that changing some unimportant setting in WLAN options breaks the wlan again, leaving the phone unable to connect. only if i go to LAN settings again and hit save followed by apply settings (without changing the configuration) solves this problem and the wlan works again.

    anyway it seems to work now, thanks for your support.

  • USB Wifi card to use as AP, which hardware?

    Locked
    16
    0 Votes
    16 Posts
    10k Views
    V

    @wallabybob:

    This is a kernel problem generally caused by some code attempting to derefrence the NULL pointer. These are often quite difficult to debug without a crash dump. Sometimes they are difficult to debug with a crash dump. In this case its probably up to the FreeBSD developers to fix the problem and you would be doing the community a service by lodging a FreeBSD problem report at http://www.freebsd.org/support.html

    I believe the problem is the same as http://www.freebsd.org/cgi/query-pr.cgi?pr=119945.  It has been fixed long time ago in OpenBSD-current (see the URL), but I suppose the patch didn't make it into FreeBSD.  Is there a hope to include it in pfSense, because FreeBSD developers don't seem too worried about this particular problem?

  • Intel PRO/Wireless 2200BG support - Howto

    Locked
    5
    0 Votes
    5 Posts
    14k Views
    dotdashD

    Did you try the modules from FreeBSD 7.2? The ones linked are for 7.0. Any messages logged on startup? You could try kldloading the modules from a shell and see what the result is.

  • Wireless bridging and OS X bonjour odd behavior

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    M

    This is normal behavior for Bonjour. Bonjour uses a multicast address for each connected interface, local to that interface. It won't be pass ed through the bridge. What you need is a reflector for bonjour to broadcast mDNS info. Avahi is just that reflector. I couldn't install it via the package manager as of 1.2.3rc2 on tinybsd but a manual install worked fine. I used the tutorial here
    http://www.ucsecurity.com/article/2008/12/29/avahi-on-pfsense/

    The added plus is now my pfsense box shows up as a device in bonjour for one click ssh and webgui, very cool.

    As a final resort, you could just map the addresses in dns, but thats work.

  • Wireless 2200BG firmware load timeout

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • D-Link DWL-G520 Problems

    Locked
    5
    0 Votes
    5 Posts
    6k Views
    T

    I seemed to have figured it out.  Well, I should say I don't know why it wasn't working before but I found some settings that seem to work.

    This card has a turbo mode and it seems to work best when set to turbo in pfsense.  Turbo mode requires channel 6 so it is set to channel 6.  I found some people using FreeBSD who had problems using WEP with this card so I am using WPA2.  You shouldn't use WEP anyway but whatever.  I had it off for several days but in the firewall.  I enabled it one night with these settings and it has worked ever since.  The range was pathetic so I bought a new 7db antenna which solved my range problems.  I spent some time testing with different angles and placements too to find the best position.

    All in all it seems to work now.  I guess Atheros based cards can work.  I am keep hearing on the forums that they are simply plug and play.  Not the case in my experience.  Lots of online research and monkeying around to find what works.

  • Wireless access point connection issues

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Motorola Razr USB Modem

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dotdashD

    Search for 3g or evdo. Here is a recent thread: http://forum.pfsense.org/index.php/topic,17756.0.html
    Support for mini-pcie cards and usb modems is coming along, support for a phone as modem is unlikely.
    IMO, this should go somewhere else (hardware?), as this board is primarily concerned with 802.11

  • Smasung Epix?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    B

    what other, if any, info do i need to post to help me get this issue resolved? my router shows it trying to connect to the webpages, but nothing goes..

  • TP-Link TL-WN660G (56k alert.. Pictures!)

    Locked
    8
    0 Votes
    8 Posts
    4k Views
    P

    Okay, very nice. Just need to get OpenVPN filtering running now and PfSense does everything I need  :-*

    I will be a struggle but I will try not to look at the errors  ;D

  • SOLVED : Access Router over wireless

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    G

    @GruensFroeschli:

    Just type the IP of your wireless router in the webbrowser of your choice.
    The pfsense in between should make no difference.

    Ah, but it does.

    I cant access it at all.
    And if I install windows on the now pfsense box, and just enable ICS, I can.

    Its as though there is a rule, or something,that needs to be adjusted in pfsense, to allow me that kind of access on the wan interface from the lan interface.

    The pfsense box can ping 192.168.1.1 quite fine.
    But the machines behind pfsense cant.

    Any Idea?

    EDIT

    solved!
    Accomplished by adjusting subnet of machine on LAN interface.
    From 255.255.255.0, to 255.255.255.240 (as my ip is 243, the last digit could not be any higher than 243).

  • Problems getting OPT interface up for wifi

    Locked
    7
    0 Votes
    7 Posts
    4k Views
    M

    Its an atheros chipset man, thanks for the reply. The card is a Linksys, I would give you more detail on the card, but its the same card ive used for my pfsense firewall since day one, even the current version im using now :P Its always worked, no changes to version, just a new hdd, thats all.

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.