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

    OPT1 for WLAN

    Scheduled Pinned Locked Moved General pfSense Questions
    13 Posts 3 Posters 4.6k 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.
    • Cry HavokC
      Cry Havok
      last edited by

      But when you say "the same mask" - what exactly is it?

      Is the link on OPT1 up?

      1 Reply Last reply Reply Quote 0
      • T
        technotim
        last edited by

        Yes, sorry, they are both /24.  Here is the status of the nic

        WLAN interface (fxp0)
        Status 	up
        IP address 	10.1.2.1  
        Subnet mask 	255.255.255.0
        Media 	100baseTX <full-duplex>In/out packets 	0/0 (0 bytes/1 KB)
        In/out packets (pass) 	0/20 (0 bytes/1 KB)
        In/out packets (block) 	0/0 (0 bytes/0 bytes)
        In/out errors 	0/0
        Collisions 	0</full-duplex> 
        

        thanks for your help.

        1 Reply Last reply Reply Quote 0
        • T
          technotim
          last edited by

          I can ping it from my PC (only the interface IP).  The odd thing is, that even though I am pinging it and it is replying, the packet count is not going up.  If it is replying to my PC, it would seme that the packets would increase.

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

            I suspect that if you investigate carefully you'll find that something other than pfSense is replying to your pings (e.g. the access point). One way to investigate: What is the MAC address of the system replying to your pings? Is it the MAC address of the pfSense interface?

            1 Reply Last reply Reply Quote 0
            • Cry HavokC
              Cry Havok
              last edited by

              I'll second wallabybob's comment - you have another device on your network with that IP address.

              Ping the IP from your PC again and then type arp -a to see the MAC addresses - look for the line with 10.1.2.1 and compare that with the MAC address of the interface fxp0 on pfSense.

              1 Reply Last reply Reply Quote 0
              • T
                technotim
                last edited by

                I pinged that IP and did an arp -a and it is not listed.

                If I do an arp if_addr 10.1.2.1 it lists nothing.

                I know the NIC is working and the mac is right because I can access the pfsense page on 10.1.2.1, just as I can on 10.1.1.1, on my main machine on 10.1.1.150.  So I am sure I am pinging the right hardware/software address.

                I am starting to think it is something to do with that slot or IRQs.  The riser card I have for the mini mobo has jumpers but I am not sure what the settings are not should I mess with them.  It is odd though, because when i installed the latest Untangle, all 3 NICs were active and I could ping both local subnets.

                1 Reply Last reply Reply Quote 0
                • Cry HavokC
                  Cry Havok
                  last edited by

                  If you can ping it from the computer on 10.1.1.150 and arp -a doesn't list the MAC then you have a problem.  Can you test that again and check that you scroll up on the command prompt window in case it's scrolled off the top of the screen.

                  1 Reply Last reply Reply Quote 0
                  • T
                    technotim
                    last edited by

                    here is the pipe from the commands minus important macs

                    arp -a

                    
                    Interface: 10.1.1.150 --- 0xb
                      Internet Address      Physical Address      Type
                      10.1.1.1              00-1c-**-**-**-**     dynamic   
                      10.1.1.50             00-04-**-**-**-**     dynamic   
                      10.1.1.199            00-1e-**-**-**-**     dynamic   
                      10.1.1.244            f8-1e-df-f5-a0-bf     dynamic   
                      10.1.1.245            00-1e-e5-e9-21-68     dynamic   
                      10.1.1.255            ff-ff-ff-ff-ff-ff     static    
                      224.0.0.22            01-00-5e-00-00-16     static    
                      224.0.0.252           01-00-5e-00-00-fc     static    
                      239.255.255.250       01-00-5e-7f-ff-fa     static    
                      255.255.255.255       ff-ff-ff-ff-ff-ff     static    
                    
                    Interface: 169.254.199.249 --- 0x12
                      Internet Address      Physical Address      Type
                      169.254.255.255       ff-ff-ff-ff-ff-ff     static    
                      224.0.0.22            01-00-5e-00-00-16     static    
                      224.0.0.252           01-00-5e-00-00-fc     static    
                      239.255.255.250       01-00-5e-7f-ff-fa     static    
                    
                    Interface: 192.168.133.1 --- 0x13
                      Internet Address      Physical Address      Type
                      192.168.133.255       ff-ff-ff-ff-ff-ff     static    
                      224.0.0.22            01-00-5e-00-00-16     static    
                      224.0.0.252           01-00-5e-00-00-fc     static    
                      239.255.255.250       01-00-5e-7f-ff-fa     static    
                    
                    Interface: 169.254.91.160 --- 0x1b
                      Internet Address      Physical Address      Type
                      169.254.255.255       ff-ff-ff-ff-ff-ff     static    
                      224.0.0.22            01-00-5e-00-00-16     static    
                      224.0.0.252           01-00-5e-00-00-fc     static    
                      239.255.255.250       01-00-5e-7f-ff-fa     static    
                      255.255.255.255       ff-ff-ff-ff-ff-ff     static    
                    
                    

                    ping 10.1.2.1

                    
                    Pinging 10.1.2.1 with 32 bytes of data:
                    Reply from 10.1.2.1: bytes=32 time<1ms TTL=64
                    Reply from 10.1.2.1: bytes=32 time<1ms TTL=64
                    Reply from 10.1.2.1: bytes=32 time<1ms TTL=64
                    Reply from 10.1.2.1: bytes=32 time<1ms TTL=64
                    
                    Ping statistics for 10.1.2.1:
                        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
                    Approximate round trip times in milli-seconds:
                        Minimum = 0ms, Maximum = 0ms, Average = 0ms
                    
                    

                    10.1.2.1 is the OPT1

                    thank you for your continued support.

                    1 Reply Last reply Reply Quote 0
                    • Cry HavokC
                      Cry Havok
                      last edited by

                      Did you do the ping first?

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

                        arp entries generally disappear after a timeout. Hence you need to do the ping first THEN fairly promptly issue the command to display the arp entries.

                        There appears something wrong here. The original complaint was that WLAN wasn't working. You should be pinging the pfSense WLAN interface from a system on the WLAN not on the LAN.

                        The data suggests your PC is connected to the LAN. In that case the ping to pfSense comes in on the LAN interface and is responded to "internally" and hence the counters for the WLAN interface don't move since there were no packets received on the interface and no packets transmitted on the interface. I have assumed you were reporting with your PC connected to WLAN.

                        Please provide output from pfSense shell command ifconfig -a so we can check your interfaces are in the correct state.

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