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

Bypass At&t fiber BGW210-700

Scheduled Pinned Locked Moved
General pfSense Questions
11
103
17.1k
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.
  • P
    Phantom_Stage
    last edited by Feb 18, 2020, 9:20 PM

    It looks correct from what I can tell...what if I copied it directly to the pfsense file edit made the changes there then save it as file type .sh? Does that eliminate the possibility of coruption?

    1 Reply Last reply Reply Quote 0
    • S
      stephenw10 Netgate Administrator
      last edited by stephenw10 Feb 18, 2020, 10:45 PM Feb 18, 2020, 10:37 PM

      Yes. Or just pull it directly into pfSense and then edit it in the webgui:

      Steve

      1 Reply Last reply Reply Quote 0
      • P
        Phantom_Stage
        last edited by Feb 18, 2020, 10:41 PM

        @stephenw10 said in Bypass At&t fiber BGW210-700:

        /root/bin/pfatt.sh

        Did it got the same syntax error.

        1 Reply Last reply Reply Quote 0
        • S
          stephenw10 Netgate Administrator
          last edited by Feb 18, 2020, 10:46 PM

          Sorry wrong file path there. Try this:

          [2.5.0-DEVELOPMENT][admin@fw321.stevew.lan]/root: fetch -o /root/bin https://raw.githubusercontent.com/aus/pfatt/master/bin/pfatt.sh
          /root/bin/pfatt.sh                                    3309  B   11 MBps    00s
          
          1 Reply Last reply Reply Quote 0
          • P
            Phantom_Stage
            last edited by Phantom_Stage Feb 18, 2020, 11:19 PM Feb 18, 2020, 11:10 PM

            now I am getting the following error...kldload: an error occurred while loading the module. Please check dmesg(8) for more details. It appears I might be out of luck.

            1 Reply Last reply Reply Quote 0
            • S
              stephenw10 Netgate Administrator
              last edited by Feb 18, 2020, 11:22 PM

              Can you load the module manually?:

              kldload ng_etf.ko
              
              1 Reply Last reply Reply Quote 0
              • P
                Phantom_Stage
                last edited by Phantom_Stage Feb 18, 2020, 11:26 PM Feb 18, 2020, 11:23 PM

                nope same error...can I download ng_etf.ko to /boot/kernel directly.

                1 Reply Last reply Reply Quote 0
                • S
                  stephenw10 Netgate Administrator
                  last edited by Feb 18, 2020, 11:25 PM

                  Hmm, and you got that module from the repo using pkg install?

                  P 1 Reply Last reply Feb 18, 2020, 11:28 PM Reply Quote 0
                  • P
                    Phantom_Stage @stephenw10
                    last edited by Feb 18, 2020, 11:28 PM

                    @stephenw10 it says the pkg is installed gonna delete it and reinstall now.

                    1 Reply Last reply Reply Quote 0
                    • S
                      stephenw10 Netgate Administrator
                      last edited by Feb 18, 2020, 11:30 PM

                      That sort of error can often be because the module is wrong, from the wrong FreeBSD version or wrong architecture, but that cannot be the case if you installed it from the repo.

                      1 Reply Last reply Reply Quote 0
                      • P
                        Phantom_Stage
                        last edited by Phantom_Stage Feb 18, 2020, 11:49 PM Feb 18, 2020, 11:46 PM

                        ok ran the pkg installer again it says installed but when I look in /boot/kernel I don't see the ng_etf-kmod file.
                        the original file was from https://github.com/aus/pfatt/blob/master/bin/ng_etf.ko

                        1 Reply Last reply Reply Quote 0
                        • S
                          stephenw10 Netgate Administrator
                          last edited by Feb 18, 2020, 11:58 PM

                          It installs it to /boot/modules. It installs and load fine or me here.

                          What hardware are you running this on?

                          1 Reply Last reply Reply Quote 0
                          • P
                            Phantom_Stage
                            last edited by Phantom_Stage Feb 19, 2020, 12:06 AM Feb 19, 2020, 12:05 AM

                            It's a Qotom I5 mini pc...gonna try my original pfsense computer build now just copied over the current xml config.

                            1 Reply Last reply Reply Quote 0
                            • S
                              stephenw10 Netgate Administrator
                              last edited by Feb 19, 2020, 12:07 AM

                              Can you show the exact command you're using and the error you're seeing?

                              1 Reply Last reply Reply Quote 0
                              • P
                                Phantom_Stage
                                last edited by Phantom_Stage Feb 19, 2020, 9:22 PM Feb 19, 2020, 12:43 AM

                                pkg install ng_etf-kmod-0.1 I don't get an error on the install it says it completed...maybe my expectation is wrong. I am assuming (which I know I should not) that the pkg installs all the variables and I simply have to connect the att gateway to the wan port on the pfsense box and the att ont to the lan side of the pfsense box and reboot.

                                1 Reply Last reply Reply Quote 0
                                • S
                                  stephenw10 Netgate Administrator
                                  last edited by Feb 19, 2020, 3:37 AM

                                  Right and I assume you see the install happen after that rather than an error? The more info you give us the better we can help you here.

                                  Please give the full console output of you trying to load that module and the error it returns.

                                  Steve

                                  1 Reply Last reply Reply Quote 0
                                  • P
                                    Phantom_Stage
                                    last edited by Phantom_Stage Feb 19, 2020, 9:57 PM Feb 19, 2020, 9:51 PM

                                    using the shellcmd configuration Shellcmd Type earlyshellcmd...do I need to put

                                    the full <earlyshellcmd>/root/bin/pfatt.sh</earlyshellcmd>

                                    or simply /root/bin/pfatt.sh

                                    also where do I find those logs you mentioned?

                                    1 Reply Last reply Reply Quote 0
                                    • S
                                      stephenw10 Netgate Administrator
                                      last edited by Feb 19, 2020, 10:00 PM

                                      You don't need the tags just the full path to the command: /root/bin/pfatt.sh

                                      Just copy and paste the console showing you running the command and whatever the output is.

                                      Steve

                                      1 Reply Last reply Reply Quote 0
                                      • P
                                        Phantom_Stage
                                        last edited by Phantom_Stage Feb 19, 2020, 10:09 PM Feb 19, 2020, 10:06 PM

                                        ok also do I still need to run those chmod commands?

                                        noted: chmod +x /root/bin/pfatt.sh

                                               chmod 555 /boot/kernel/ng_etf.ko
                                        
                                        S 1 Reply Last reply Apr 16, 2020, 7:32 PM Reply Quote 0
                                        • S
                                          stephenw10 Netgate Administrator
                                          last edited by Feb 19, 2020, 10:08 PM

                                          I did not after installing from the pkg. You might well have to if you uploaded the module manually.

                                          It would show a permissions error if that were the case though.

                                          Steve

                                          1 Reply Last reply Reply Quote 0
                                          35 out of 103
                                          • First post
                                            35/103
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                                            This community forum collects and processes your personal information.
                                            consent.not_received