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

making my first pfsense router TP-Link TX201 2.5g nic

Hardware
3
15
2.7k
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.
  • C
    clutchmaster
    last edited by Dec 14, 2023, 7:00 AM

    hey guys ive come asking this cause i cant find the info i need mainly about the TP-Link TX201 2.5g nic
    im planning on building an lga1155 rig with a 3770k(cause it collecting dust) and im thinkin on using the TP-Link TX201 as my wan port
    and the HP NC375T 4 port nic for my devices as well as my old netgear night hawk connected to the motherboards lan port as my wireless access point

    whats the compatibility with pfsense with this combo and what issues should i look out for?
    i havent decided on a motherboard yet so idk what nic thats gonna have

    1 Reply Last reply Reply Quote 0
    • S
      stephenw10 Netgate Administrator
      last edited by Dec 14, 2023, 3:50 PM

      @clutchmaster said in making my first pfsense router TP-Link TX201 2.5g nic:

      TP-Link TX201 2.5g

      That NIC requires the alternative re(4) driver package so you will need to set it up just with the 1G NICs initially to load that.

      Steve

      C 2 Replies Last reply Dec 14, 2023, 7:35 PM Reply Quote 0
      • C
        clutchmaster @stephenw10
        last edited by Dec 14, 2023, 7:35 PM

        @stephenw10

        thanks glad i asked

        1 Reply Last reply Reply Quote 0
        • S stephenw10 moved this topic from General pfSense Questions on Dec 14, 2023, 7:44 PM
        • C
          clutchmaster @stephenw10
          last edited by Jan 21, 2024, 8:32 PM

          @stephenw10

          you know where i could find that? i cant seem to find it while searching in package manager

          1 Reply Last reply Reply Quote 0
          • S
            stephenw10 Netgate Administrator
            last edited by Jan 21, 2024, 9:05 PM

            It's in the pkg repo but not in the gui package manager.

            So install it from the command line like:
            pkg-static install realtek-re-kmod

            Then make sure it loads at boot by adding the required loader values like:
            echo 'if_re_load="YES"' >> /boot/loader.conf.local
            echo 'if_re_name="/boot/modules/if_re.ko"' >> /boot/loader.conf.local

            C 1 Reply Last reply Jan 21, 2024, 10:59 PM Reply Quote 0
            • C
              clutchmaster @stephenw10
              last edited by Jan 21, 2024, 10:59 PM

              @stephenw10
              thanks again got it working but run into an issue that i bypassed by using the VGA shell....tried to use the command line but when it came to say yes "y" it just says something not found

              but another question does pfsense support the HP NC375T ques port card? its apparently a 10gb card but seems to be setup as a 1gb card but uses a 10gb chip just based on the imprints of the I/O shield
              shows its a QLogic / NetXen NX3031

              1 Reply Last reply Reply Quote 0
              • S
                stephenw10 Netgate Administrator
                last edited by Jan 21, 2024, 11:22 PM

                What driver attaches to it?

                HPE shows that as a quad port 1G NIC though.

                C 1 Reply Last reply Jan 22, 2024, 12:01 AM Reply Quote 0
                • C
                  clutchmaster @stephenw10
                  last edited by clutchmaster Jan 22, 2024, 12:02 AM Jan 22, 2024, 12:01 AM

                  @stephenw10
                  i have no idea i got it when i ordered parts listing said it was a quad 1gb card but when i hook it up and looked at " pciconf -lv " it shows its a netxen nx3031 multifunction 1/10-Gigabit server adaptor
                  but engraved above the port is 10mb/100mb/1000mb and heres the serial HP 539931-001 491176-001 googled it and it comes up as a nc375t which is a 1gb quad so im guessing its configured to only function at 1gb speeds just using a quad 10gb chip

                  and it doesnt show up in assignments

                  couldnt get it working on opnsense so gave up and got an pro/1000 vt

                  C S 2 Replies Last reply Jan 22, 2024, 8:37 AM Reply Quote 0
                  • C
                    clutchmaster @clutchmaster
                    last edited by Jan 22, 2024, 8:37 AM

                    just kinda hoping i could use this nc375t since i have it now

                    one guy said all i need to do is this and if that doesnt work im SOL but i tried that and all i got was a permissions denied so im guessing the command line is incomplete
                    i have no idea how to add these line
                    You need console or SSH access to try fixing that. Specifically, you need to edit a file called /boot/loader.conf.
                    First, add this line to the end of the file:
                    if_qlxge_load="YES"
                    Then reboot and see if your NIC is detected. If it is, great. If not, go back to that file and edit the line you added to be:
                    if_qlxgbe_load="YES"

                    J 1 Reply Last reply Jan 22, 2024, 11:52 AM Reply Quote 0
                    • J
                      johnpoz LAYER 8 Global Moderator @clutchmaster
                      last edited by Jan 22, 2024, 11:52 AM

                      @clutchmaster said in making my first pfsense router TP-Link TX201 2.5g nic:

                      i got was a permissions denied

                      What did you log in into pfsense with, the root/admin account would have permissions to edit any file..

                      An intelligent man is sometimes forced to be drunk to spend time with his fools
                      If you get confused: Listen to the Music Play
                      Please don't Chat/PM me for help, unless mod related
                      SG-4860 24.11 | Lab VMs 2.7.2, 24.11

                      1 Reply Last reply Reply Quote 0
                      • S
                        stephenw10 Netgate Administrator @clutchmaster
                        last edited by Jan 22, 2024, 1:42 PM

                        @clutchmaster said in making my first pfsense router TP-Link TX201 2.5g nic:

                        when i hook it up and looked at " pciconf -lv " it shows its a netxen nx3031 multifunction 1/10-Gigabit server adaptor

                        Did it just show as a none device there then?

                        What PCI IDs does it show as?

                        You should add custom loader lines like that to /boot/loader.conf.local. Anything added to the main loader.conf file may be overwritten by the system.

                        So try running:
                        echo 'if_qlnxe_load="YES"' >> /boot/loader.conf.local

                        But to test it before adding that permanently try running:
                        kldload if_qlnxe

                        qlxge is not a module that is built by default in 2.7.2.

                        C 1 Reply Last reply Jan 22, 2024, 8:24 PM Reply Quote 0
                        • C
                          clutchmaster @stephenw10
                          last edited by Jan 22, 2024, 8:24 PM

                          @stephenw10
                          i tried those lines but nothing showed up heres an image of what the vga shows

                          login-to-view

                          1 Reply Last reply Reply Quote 0
                          • S
                            stephenw10 Netgate Administrator
                            last edited by stephenw10 Jan 22, 2024, 9:47 PM Jan 22, 2024, 9:41 PM

                            Hmm, I'm not sure any of the QLogic drivers support that.
                            https://github.com/pfsense/FreeBSD-src/tree/devel-main/sys/dev

                            https://bsd-hardware.info/?id=pci:4040-0100

                            C 1 Reply Last reply Jan 22, 2024, 10:17 PM Reply Quote 0
                            • C
                              clutchmaster @stephenw10
                              last edited by Jan 22, 2024, 10:17 PM

                              @stephenw10
                              ah ok thanks guess all of us are SOL on this card atleast it only costed me $16 hopefully one day this card will get supported and those who have impulsively got one will have a use for it one can hope its 2024

                              1 Reply Last reply Reply Quote 0
                              • S
                                stephenw10 Netgate Administrator
                                last edited by Jan 22, 2024, 10:31 PM

                                I doubt it will at this point. That's a >10 year old chipset. It looks like there was some interest at one point but nothing came of it:
                                https://lists.freebsd.org/pipermail/freebsd-net/2013-September/thread.html#36714

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