• Known working Wireless cards

    Pinned
    60
    0 Votes
    60 Posts
    74k Views
    provelsP
    Samsung WIS08BG2X LinkStick Wireless LAN Adapter (Ralink) (Originally provided with my 2008 Samsung LCD TV) Working in hostap mode, B/G only. I never throw anything out! rum0 on uhub0 rum0: <Abocom 802.11 bg WLAN, class 0/0, rev 2.00/0.01, addr 1> on usbus0 rum0: MAC/BBP RT2573 (rev 0x2573a), RF RT2528 [image: 1713523115771-f131656f-b6dd-4719-9c95-0f8bb5c8680b-image.png]
  • Diverstiy (and multipath distortion) explained.

    Pinned Locked
    2
    1 Votes
    2 Posts
    17k Views
    C
    This is brilliant, very useful information. A point that I found particularly useful was about diversity, which others new to the wireless aspects of pfsense might easily be wondering also - A wireless card might have two antennas but each antenna cannot be used at the same time either transmitting or receiving (effectively doubling bandwidth contrary to one antenna) - it doesn't work like that; the two antennas are used separately and purely to create robustness where there is multipath distortion. In single antenna scenarios one should disable diversity and set the tx and rx antennas, available under the wireless configuration pages under the interface. I know I repeat what you posted (thanks again for your help in my previous post, its still working all good!) I repeat it incase others arrive at this page if searching for related issues!
  • Ifconfig $if list CAPS (what do they all mean ?)

    Pinned Locked
    1
    1 Votes
    1 Posts
    11k Views
    No one has replied
  • "Wireless Status" web page?

    Pinned Locked
    4
    0 Votes
    4 Posts
    26k Views
    L
    CAPS = Capabilities Depending on the capabilities of the APs, the following flags can be included in the output: E - Extended Service Set (ESS). Indicates that the station is part of an infrastructure network (in contrast to an IBSS/ad-hoc network). I - IBSS/ad-hoc network. Indicates that the station is part of an ad-hoc network (in contrast to an ESS network). P - Privacy. Data confidentiality is required for all data frames exchanged within the BSS. This means that this BSS requires the station to use cryptographic means such as WEP, TKIP or AES-CCMP to encrypt/decrypt data frames being exchanged with others. S - Short Preamble. Indicates that the network is using short preambles (defined in 802.11b High Rate/DSSS PHY, short pre- amble utilizes a 56 bit sync field in contrast to a 128 bit field used in long preamble mode). s - Short slot time. Indicates that the network is using a short slot time. –------------------------------------------------------------------- AID = Association ID (describes the ID that the AP has given to a certain mac/client) IDLE = idletime TXSEQ = Transmit Sequence RXSEQ = Receive Sequence ERP set to 0 means the device is 802.11 compliant. For more info about ERP read up on the 802.11 standard. RSSI = Receive Signal Strength Indicator RSSI to dBm can be calculated like this for Atheros cards: RSSI_Max = 60 Convert % to RSSI Subtract 95 from RSSI to derive dBm Notice that this gives a dBm range of –35dBm at 100% and –95dBm at 0%. PS. RSSI is different for most vendors. and can not be campared easily (ex. Cisco has 0 -->100 ). Also it is not a very acurate means to measure signal quality, rather it measures strengt only.
  • SysLog Server For WIFI AP

    9
    0 Votes
    9 Posts
    416 Views
    S
    @ortizat typically for syslog it using the following ports. 514 for UDP 601 for TCP 6514 TLS Netgear devices i have dealt with usually use UDP by default so you need to send the logs to the Syslog server UDP port. As someone who uses syslog daily i don't think you are going to get any benefit from collecting logs from an AP as 99.9% will be noise. Usually I would only collect the audit logs and in most cases that can only be done by the Controller of the APs/Switches etc.. so we would only collect logs from the controller.
  • USB WiFi adapter for PfSense?

    7
    0 Votes
    7 Posts
    643 Views
    NC1N
    @linuxpc4me said in USB WiFi adapter for PfSense?: is there a realistic solution using a USB WiFi dongle for wireless connections to the LAN? Define "realistic". First, using USB in networking is a bad idea. You can do it ad-hoc, but for an infrastructure device such as router, it's rarely good. Second, pfSense is a FreeBSD derivative and inherits hardware compatibility from FreeBSD. Wireless support in FreeBSD currently stops at N. Third, most USB dongles are designed to be used in station mode only. What you need, meanwhile, is access point (AP) mode. Assuming you still want to do this, you will need to find a dongle that (1) works in AP mode, and (2) is old enough to be supported on FreeBSD. So realistically, you should either get an external access point or abandon pfSense in favor of OpenWrt, which is a Linux, so it supports wireless up to AX and should add BE support later this year.
  • wifi drops in and out

    5
    0 Votes
    5 Posts
    251 Views
    stephenw10S
    @johnwjr said in wifi drops in and out: The internet comes in and feeds the pfSense, then to the Ubiquiti switch, connected to the switch are 6 Wi-Fi routers Do you actually mean WiFi Access Points there? Like UniFi devices perhaps? But, yes, an IP conflict with something on the network could certainly cause a problem like this.
  • Fail to load TP-Link AC1300

    Moved
    5
    0 Votes
    5 Posts
    643 Views
    stephenw10S
    Good choice. Better in almost every way!
  • Openwrt ONE

    openwrt wifi
    10
    0 Votes
    10 Posts
    5k Views
    JonathanLeeJ
    @w0w You can also run Squid on OpenWRT I am told there is so many packages I have been playing with OpenWRT because TP-Link was doing so weird data harvesting and pfsense caught it in the act after I just installed openwrt per @johnpoz recommendations. I just run it in bridge mode now
  • 0 Votes
    58 Posts
    12k Views
    S
    "Enable DNS registration" did the trick. I can now access WIFI (Win11) and LAN (Win7) hosts in both directions via host name. On Win7 I had to modify OS firewall rule to add the WIFI subnet address to allow file sharing. I did not have to change Win11 OS firewall at all, from the default. Also found out where the "localdomain" comes from; it is set in pfSense :) There are still quirks to work out, such as LAN host not showing up automatically in WIFI host's list of discovered network devices and vice versa. I have to explicitly enter the LAN host. I understand, or guess, it's an issue with blocking protocols that are responsible for the discovery part. At some point I'll look at that but it is not a pressing issue. I have to now apply this change to my parent's network, which have the same issue. Thank you to everyone that helped.
  • SG-1100 and a USB based Atheros AR9271

    11
    1
    0 Votes
    11 Posts
    4k Views
    provelsP
    @opticalc Intel.
  • 0 Votes
    7 Posts
    4k Views
    A
    @johnpoz Thank you! Now I think I understand. This actually seems better than how I thought it worked before because I was nervous about having an open port on the WiFi VLANs.
  • wifi card

    Moved
    23
    0 Votes
    23 Posts
    5k Views
    jhmc93J
    @stephenw10 Solved! I'm running pfsense on proxmox so I passed through the wifi adapter but forgot to tick all functions and pci express box. It now works thanks for your help
  • Access Point keeps disconnecting / No WiFi

    3
    0 Votes
    3 Posts
    3k Views
    N
    @elvisimprsntr thanks for the chart! Getting rid of the ISP's Bridge Mode router and plugging the ethernet cable from the wall directly in Vault's WAN port has solved it...hopefully permanently.
  • WiFi authentication with FreeRADIUS and Google LDAP

    7
    0 Votes
    7 Posts
    6k Views
    L
    @willb0t Has anyone done this recently. ?
  • running PFSense on a mobile hotspot

    4
    0 Votes
    4 Posts
    3k Views
    A
    @stephenw10 in that case, will buy one of these, run pfsense plus, and connect the barrel to the router using wire guard. doesn't sound that hard...
  • M.2 Card for WiFi AP

    13
    0 Votes
    13 Posts
    6k Views
    provelsP
    @stephenw10 Still a step up from my 20 year old Buffalos! :)
  • netgate 1100 wireless wan question

    5
    0 Votes
    5 Posts
    3k Views
    stephenw10S
    Yes, so the WiFi connection should behave like a second WAN. You should see a gateway for it, added automatically if it's dhcp. Set that as the default gateway in Sys > Routing > Gateways and it should send all traffic that way.
  • 0 Votes
    3 Posts
    3k Views
    ?
    Turns out a factory reset on the access point (actually an EAP610, not AX1800, despite the latter being plastered all over the box) fixed the problem entirely. I shall never know why, because it wasn't working on the factory default settings initially. I vaguely understand why what I changed before broke it further, but that's it.
  • iwlwifi driver - where to get/find it for pfsense 2.7.2

    5
    0 Votes
    5 Posts
    4k Views
    Z
    @stephenw10 I was only testing with the mobile AP of my smartphone because this was planned to be the only use case. I have an identical second tiny pc which I plan to use for HA. Maybe I'll give the wifi setup a new try on this one before building up the cluster. As I'm running pfsense in a vm on proxmox (I was passing through the wifi nic) I still could setup a small linux vm for the wifi stuff and do the failover via a virtual network. But as it is only a nice to have feature, there's no need for this to really function. It's more of a fun project trying to get the wifi failover working and getting deeper into freebsd/pfsense ;)
Copyright 2026 Rubicon Communications LLC (Netgate). All rights reserved.