Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Please test wireless in latest snapshots

    Scheduled Pinned Locked Moved 1.2.1-RC Snapshot Feedback and Problems-RETIRED
    62 Posts 20 Posters 37.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      luma
      last edited by

      Hi everybody,

      I have still problem with bridging.
      If LAN interface is down, WLAN won't work. If I plug ethernet cable, everything is working fine again!

      Hope that helps

      Regards

      1 Reply Last reply Reply Quote 0
      • GruensFroeschliG
        GruensFroeschli
        last edited by

        This isnt a bug. This has always been that way.
        If one interface of a bridge is down, the whole bridge will be down.

        We do what we must, because we can.

        Asking questions the smart way: http://www.catb.org/esr/faqs/smart-questions.html

        1 Reply Last reply Reply Quote 0
        • L
          luma
          last edited by

          Really, I never saw this problem with 1.2…

          But I trust you. Any tips to avoid this (except plugging something  ;))?

          1 Reply Last reply Reply Quote 0
          • GruensFroeschliG
            GruensFroeschli
            last edited by

            I'm not sure about 1.2
            I only remember reading about it.
            A quick search brought this post up: http://forum.pfsense.org/index.php/topic,2131.msg12397.html#msg12397

            Well you can always plug a dummy switch into it ;)
            The only alternative i see is not to use a bridge and route :)

            We do what we must, because we can.

            Asking questions the smart way: http://www.catb.org/esr/faqs/smart-questions.html

            1 Reply Last reply Reply Quote 0
            • L
              luma
              last edited by

              Thanks GruensFroeschli!
              I have to buy a switch now :)

              1 Reply Last reply Reply Quote 0
              • C
                covex
                last edited by

                upgraded to the latest image Aug 14th with the same result. i can see my wifi but laptop is not able to get any dhcp info from pfsense and setting up static wont help either.
                again, separate ddwrt ap connected to pfsend distributes dhcp no problem.

                1 Reply Last reply Reply Quote 0
                • dotdashD
                  dotdash
                  last edited by

                  @GruensFroeschli:

                  I'm not sure about 1.2
                  I only remember reading about it.
                  A quick search brought this post up: http://forum.pfsense.org/index.php/topic,2131.msg12397.html#msg12397

                  Well you can always plug a dummy switch into it ;)
                  The only alternative i see is not to use a bridge and route :)

                  You could also use mad geek skillz to wire a link-up plug. Check out the ethernet loopback plug schematics here:
                  http://www.ossmann.com/5-in-1.html

                  1 Reply Last reply Reply Quote 0
                  • D
                    DeCex
                    last edited by

                    How do i know if the "Turbo" mode is functioning and active? Running: pfSense-Full-Update-1.2.1-RC1-20080815-2044

                    Is thare a command to check with? (webgui command)

                    Thanks

                    1 Reply Last reply Reply Quote 0
                    • GruensFroeschliG
                      GruensFroeschli
                      last edited by

                      Do you mean 802.11a turbo?
                      To test the speed, the best is to have 2 computers on both sides of the wireless link and use iperf http://www.noc.ucf.edu/Tools/Iperf/ to test the actual throughput.
                      On normal 802.11a you can expect about 25 Mbit.
                      On 802.11a turbo you can expect about 36 Mbit.
                      I only know numbers for 802.11a because i just recently had to do some bandwith test with it.
                      Does anyone have numbers for 802.11g ?

                      We do what we must, because we can.

                      Asking questions the smart way: http://www.catb.org/esr/faqs/smart-questions.html

                      1 Reply Last reply Reply Quote 0
                      • W
                        wallabybob
                        last edited by

                        I have had wireless problems lately too. It works only intermittently. I suspect this happened after I upgraded to 1.2.1-RC1
                        built on Tue Aug 12 10:45:41 EDT 2008 but can't be sure because the wireless seemed to be working consistently up until a few days ago.

                        I have an Atheros wireless card bridged with a wired NIC. I found DHCP works fine for three computers on the wired network but two computers on the wireless LAN sometimes don't get a DHCP response. Here's an extract from the output of  tcpdump -i ath0

                        22:05:29.312493 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:1f:3c:19:86:82 (oui Unknown), length 300
                        22:05:33.313494 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:1f:3c:19:86:82 (oui Unknown), length 300
                        22:05:41.313748 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:1f:3c:19:86:82 (oui Unknown), length 300
                        22:05:57.315457 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:1f:3c:19:86:82 (oui Unknown), length 300

                        I looked in /var/log/filter.log and saw:

                        Aug 18 22:05:29 pfsense pf: 10. 487110 rule 68/0(match): block in on ath0: (tos 0x0, ttl 128, id 27894, offset 0, flags [none], proto UDP (17), length 328) 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request [|bootp]
                        Aug 18 22:05:29 pfsense pf: 000077 rule 68/0(match): block in on bridge0: (tos 0x0, ttl 128, id 33426, offset 0, flags [none], proto UDP (17), length 328) 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request [|bootp]
                        Aug 18 22:05:29 pfsense pf: 000044 rule 68/0(match): block in on ath0: (tos 0x0, ttl 128, id 27314, offset 0, flags [none], proto UDP (17), length 328) 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request [|bootp]
                        Aug 18 22:05:33 pfsense pf: 262309 rule 68/0(match): block in on ath0: (tos 0x0, ttl 128, id 21164, offset 0, flags [none], proto UDP (17), length 328) 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request [|bootp]
                        Aug 18 22:05:33 pfsense pf: 000077 rule 68/0(match): block in on bridge0: (tos 0x0, ttl 128, id 12450, offset 0, flags [none], proto UDP (17), length 328) 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request [|bootp]
                        Aug 18 22:05:33 pfsense pf: 000045 rule 68/0(match): block in on ath0: (tos 0x0, ttl 128, id 11139, offset 0, flags [none], proto UDP (17), length 328) 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request [|bootp]
                        Aug 18 22:05:41 pfsense pf: 5. 628048 rule 68/0(match): block in on ath0: (tos 0x0, ttl 128, id 2725, offset 0, flags [none], proto UDP (17), length 328) 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request [|bootp]
                        Aug 18 22:05:41 pfsense pf: 000081 rule 68/0(match): block in on bridge0: (tos 0x0, ttl 128, id 41427, offset 0, flags [none], proto UDP (17), length 328) 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request [|bootp]
                        Aug 18 22:05:41 pfsense pf: 000043 rule 68/0(match): block in on ath0: (tos 0x0, ttl 128, id 62387, offset 0, flags [none], proto UDP (17), length 328) 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request [|bootp]
                        Aug 18 22:05:57 pfsense pf: 16. 001574 rule 68/0(match): block in on ath0: (tos 0x0, ttl 128, id 9992, offset 0, flags [none], proto UDP (17), length 328) 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request [|bootp]
                        Aug 18 22:05:57 pfsense pf: 000071 rule 68/0(match): block in on bridge0: (tos 0x0, ttl 128, id 29988, offset 0, flags [none], proto UDP (17), length 328) 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request [|bootp]
                        Aug 18 22:05:57 pfsense pf: 000044 rule 68/0(match): block in on ath0: (tos 0x0, ttl 128, id 2102, offset 0, flags [none], proto UDP (17), length 328) 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request [|bootp]

                        Looks like the firewall is blocking the DHCP requests from ath0. I'm not aware that I have done anything to change any rules so I'm curious why DHCP requests on the wireless LAN sometimes succeed and sometimes don't.

                        I did a status display (http://pfsense/status.php) and looked at the rules and noticed these rules:

                        @15 anchor "dhcpserverlan" all
                          [ Evaluations: 253280    Packets: 0         Bytes: 0           States: 0     ]
                          [ Inserted: uid 0 pid 1624 ]
                        @16 pass in quick on rl0 inet proto udp from any port = bootpc to 255.255.255.255 port = bootps keep state label "allow access to DHCP server on LAN"
                          [ Evaluations: 253280    Packets: 1335      Bytes: 456101      States: 0     ]
                          [ Inserted: uid 0 pid 1624 ]
                        @17 pass in quick on rl0 inet proto udp from any port = bootpc to 192.168.211.173 port = bootps keep state label "allow access to DHCP server on LAN"
                          [ Evaluations: 138       Packets: 295       Bytes: 96892       States: 0     ]
                          [ Inserted: uid 0 pid 1624 ]
                        @18 pass out quick on rl0 inet proto udp from 192.168.211.173 port = bootps to any port = bootpc keep state label "allow access to DHCP server on LAN"
                          [ Evaluations: 39484     Packets: 14        Bytes: 4592        States: 0     ]
                          [ Inserted: uid 0 pid 1624 ]
                        
                        

                        but there are no corresponding rules for ath0. OK, so maybe I need to check my configuration and enable dhcp on OPT1 (the ath0). There is nowhere to do that on the Interfaces->OPT1 menu and if I go to Services -> DHCP Server there is no tab for OPT1 (the wireless interface), only for LAN and DMZ (both wired LAN interfaces).

                        Perhaps the generated firewall rules for dhcpserver should have specified interface bridge0 rather than rl0?

                        1 Reply Last reply Reply Quote 0
                        • A
                          adrianhensler
                          last edited by

                          Bridging is working for me now on a wireless interface and I was having issues before.  Using "built on Thu Aug 14 18:19:52 EDT 2008" right now.

                          1 Reply Last reply Reply Quote 0
                          • L
                            luma
                            last edited by

                            @adrianhensler:

                            Bridging is working for me now on a wireless interface and I was having issues before.  Using "built on Thu Aug 14 18:19:52 EDT 2008" right now.

                            I have tried the loopback plug without success (same version as you).
                            Interesting, do you have anything plugged into your LAN interface (if it is the one bridged with your WLAN)?

                            Regards

                            1 Reply Last reply Reply Quote 0
                            • A
                              adrianhensler
                              last edited by

                              @luma:

                              @adrianhensler:

                              Bridging is working for me now on a wireless interface and I was having issues before.  Using "built on Thu Aug 14 18:19:52 EDT 2008" right now.

                              Interesting, do you have anything plugged into your LAN interface (if it is the one bridged with your WLAN)?

                              Cable modem on WAN; gb switch on LAN side of pfsense.  Wireless card bridged with lan for 802.11g access.

                              1 Reply Last reply Reply Quote 0
                              • C
                                covex
                                last edited by

                                what kind of security setting you guys have? it doesn't work for me bridget to lan with wpa2/aes.

                                1 Reply Last reply Reply Quote 0
                                • A
                                  adrianhensler
                                  last edited by

                                  @covex:

                                  what kind of security setting you guys have? it doesn't work for me bridget to lan with wpa2/aes.

                                  wpa2/tkip here.

                                  1 Reply Last reply Reply Quote 0
                                  • J
                                    JTY
                                    last edited by

                                    @covex:

                                    what kind of security setting you guys have? it doesn't work for me bridget to lan with wpa2/aes.

                                    WPA TKIP

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      DeCex
                                      last edited by

                                      @covex:

                                      what kind of security setting you guys have? it doesn't work for me bridget to lan with wpa2/aes.

                                      WPA2 TKIP

                                      1 Reply Last reply Reply Quote 0
                                      • C
                                        covex
                                        last edited by

                                        nothing works for me… :(

                                        1 Reply Last reply Reply Quote 0
                                        • V
                                          vinpep
                                          last edited by

                                          Trying to use rum0 as an AP bridged to LAN. can see rum0 as opt1 but no wireless option under interfaces.
                                          where should I be looking? or is this a bug that wireless options are recognized ?

                                          1 Reply Last reply Reply Quote 0
                                          • W
                                            wallabybob
                                            last edited by

                                            Trying to use rum0 as an AP bridged to LAN. can see rum0 as opt1 but no wireless option under interfaces.

                                            Looks as if /etc/inc/globals.inc needs to be updated to include the new WLAN interfaces supported in FreeBSD 7.0: add rum to the WLAN interface list on the line beginning "wireless_regex" => . From the Interfaces menu, (assign) you will probably need to delete the interface and then add it again to have the wireless capabilities displayed.

                                            Note to pfSense developers: the two VLAN lists in the same file possibly need to be updated also. Does et (the Agere ET1310 driver) need to be in one or more of the VLAN lists?

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.