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

    Bypass At&t fiber BGW210-700

    Scheduled Pinned Locked Moved General pfSense Questions
    103 Posts 11 Posters 24.7k 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.
    • stephenw10S
      stephenw10 Netgate Administrator
      last edited by

      Hmm, I don't believe it in the ARM kernel. What device do you have?

      1 Reply Last reply Reply Quote 0
      • K
        kflemin81
        last edited by

        @stephenw10 I just got the SG-1100 a few days ago.

        Also tried the factory reset, looking in /boot/kernel I don’t see the file now.

        1 Reply Last reply Reply Quote 0
        • stephenw10S
          stephenw10 Netgate Administrator
          last edited by

          Ok, it doesn't appear to be in the aarch64 kernel either. The pkg was available for all architectures in 2.4.4 though.
          I have asked about it internally.

          Steve

          1 Reply Last reply Reply Quote 0
          • K
            kflemin81
            last edited by

            Thanks @stephenw10 it you could let me know I would appreciate it!

            1 Reply Last reply Reply Quote 0
            • S
              sunnywilson09 Banned @Phantom_Stage
              last edited by stephenw10

              [spam was here]

              1 Reply Last reply Reply Quote 0
              • stephenw10S
                stephenw10 Netgate Administrator
                last edited by stephenw10

                Um.... what? Smells like spam...
                Edit: Yup spam.

                Anyway: https://redmine.pfsense.org/issues/10463

                1 Reply Last reply Reply Quote 0
                • K
                  kflemin81
                  last edited by

                  Thanks @stephenw10 so it sounds like in this case it’s only going to be available in 64 bit for 2.4.5.

                  Would it be possible to get the compiled file from the 2.4.4 build that was for arm and I can try that out?

                  1 Reply Last reply Reply Quote 0
                  • stephenw10S
                    stephenw10 Netgate Administrator
                    last edited by stephenw10

                    Yes, and it does appear to load OK but I have no way to test it:

                    [2.4.5-RELEASE][admin@1100-4.stevew.lan]/root: pkg add https://repo01.netgate.com/pkg/pfSense_factory-v2_4_4_aarch64-pfSense_factory-v2_4_4/All/ng_etf-kmod-0.1.txz
                    Fetching ng_etf-kmod-0.1.txz: 100%    4 KiB   3.8kB/s    00:01    
                    Installing ng_etf-kmod-0.1...
                    Extracting ng_etf-kmod-0.1: 100%
                    [2.4.5-RELEASE][admin@1100-4.stevew.lan]/root: kldload ng_etf
                    [2.4.5-RELEASE][admin@1100-4.stevew.lan]/root: kldstat
                    Id Refs Address            Size     Name
                     1   11 0xffff000000000000 17c01a0  kernel
                     2    1 0xffff000040f47000 41000    safexcel.ko
                     3    1 0xffff000040fa0000 41000    cryptodev.ko
                     4    1 0xffff000041123000 31000    ng_etf.ko
                    

                    Steve

                    1 Reply Last reply Reply Quote 0
                    • K
                      kflemin81
                      last edited by

                      @stephenw10 will give this a shot, I did add the package from the repo and was able to load it up with kldload so that's promising :)

                      I appreciate your help!

                      1 Reply Last reply Reply Quote 0
                      • K
                        kflemin81
                        last edited by

                        @stephenw10 as a follow-up it does work on SG-1100 with 2.4.5, I was able to set it up and am now bypassing the ATT RG completely.

                        One thing I did run into was that my interface names differed from the output of ngctl and ifconfig, so I needed to manually change some parts of the script.

                        But so far so good!

                        Y 1 Reply Last reply Reply Quote 1
                        • R
                          RonRN18 @sherpagoodness
                          last edited by

                          @sherpagoodness

                          First off, I'm not sure if there is a difference in repository information from 2.4.4 and 2.4.5, but I was trying to follow the instructions of installing ng_etf_kmod with no luck. When I enter "pkg search etf", I get no return. If I ignore the no return of information and move on to the next step, "pkg install ng_etf-kmod", I get all the text of updating repository catalog and all repositories are up-to-date, but "No packages available to install matching 'ng_etf-kmod' have been found in the repositories."

                          I am wondering if I've missed a prerequisite step of adding a repository. If so, how do I add the missing repository?

                          1 Reply Last reply Reply Quote 0
                          • stephenw10S
                            stephenw10 Netgate Administrator
                            last edited by

                            There is a difference. What are you installing on?

                            It's in kernel for amd64 but missing from 2.4.5 for other architectures. See the discussion in the last few posts here.

                            Steve

                            F 1 Reply Last reply Reply Quote 0
                            • F
                              FinalLe @stephenw10
                              last edited by

                              @stephenw10 Hey I need some help, I'm on 2.45 amd64 and when I try to run the script pfatt.sh it says "ng_etf file not found". I know its in kernel for 2.45 but when I run kldstat I don't see it on the list. Is there a step I am missing?

                              I'm using the pfatt.sh from link here.

                              1 Reply Last reply Reply Quote 0
                              • stephenw10S
                                stephenw10 Netgate Administrator
                                last edited by

                                If you're using the script from there you should not see that as it won't try to load the module. Assuming you didn't set opnsense=yes.

                                You have to use kldstat -v to see the in-kernel modules.

                                Steve

                                F 1 Reply Last reply Reply Quote 0
                                • F
                                  FinalLe @stephenw10
                                  last edited by FinalLe

                                  @stephenw10 Thanks for replying. Ok I see it in kldstat -v. Yeah I have opnsense='no' but it still comes up as file not found. Since its in kernel I should just be able to edit the pfatt and it work right?
                                  e482808b-465c-4c13-a349-40d03a7505a7-image.png

                                  1 Reply Last reply Reply Quote 0
                                  • stephenw10S
                                    stephenw10 Netgate Administrator
                                    last edited by

                                    Hmm, the logic is not quite right in the script then. Seems like it should be -lt. The error should not matter though the module is still available, it doesn't look like the script does anything with the error.

                                    Steve

                                    F 1 Reply Last reply Reply Quote 0
                                    • F
                                      FinalLe @stephenw10
                                      last edited by

                                      @stephenw10 Do I have to load the module?

                                      1 Reply Last reply Reply Quote 0
                                      • stephenw10S
                                        stephenw10 Netgate Administrator
                                        last edited by

                                        No it's already in the kernel in 2.4.5.

                                        F 1 Reply Last reply Reply Quote 0
                                        • F
                                          FinalLe @stephenw10
                                          last edited by

                                          @stephenw10 hmm yeah not sure why its not working then. I reinstalled pfsense and used the older script file link and still same error.

                                          1 Reply Last reply Reply Quote 0
                                          • stephenw10S
                                            stephenw10 Netgate Administrator
                                            last edited by

                                            Yeah the old will try to load the module as was required in 2.4.4 and fail. Just comment out those lines if the error is causing a problem.
                                            The error doesn't do anything though so if it's not working that's not the reason.

                                            Steve

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