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.
    • B
      behemyth
      last edited by behemyth

      @RonRN18 The reason bypassing ATT's gear is so tough is because they apply vlan tags to the traffic between their CPE and the modem AND they have a certificate on the gateway that the CPE uses to authenticate to their network. There is a well documented way to use a dumb switch and bypass their modem, however, if you lose power or have to reset that switch, you need to do the bypass method again, and its a giant PITA. Sometimes it works, and sometimes it doesn't. I actually just used their gateway while I had them - I design networks for fortune 50 companies for a living - and had no issues. The state table on those is massive, and unless your hosting torrents you should never, ever, max it out. I suppose you could if you had a bunch of malware you didn't know about..

      As far as the statics - from all the people who have used the bypass method, you cannot use any static IPs without using their modem. Again, the vlan tags come into play here, and only their gateway handles them correctly. If I remember correctly, IPv6 is very hit or miss as well.

      I actually moved back to cable to I could use PfSense again - its just much, much easier than dealing with ATT's gear. If you aren't a network pro, just use their stuff.

      The script method some people try is just bridging the traffic, and you can't get full gig when your doing that (not without some serious compute power doing the route/switch functions).

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

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

        I decided to bump up to the SG-3100 and started through this process again.

        The same thing applies there as with the SG-1100. The module appears to be missing from kernel. The required chanhes have been pushed and it's marked for 2.4.5p1: https://redmine.pfsense.org/issues/10463
        You are seeing those errors trying to access the repo because the SG-3100 is armv6 not aarch64. The module is not present there either though.

        Steve

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

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

          The script method some people try is just bridging the traffic, and you can't get full gig when your doing that (not without some serious compute power doing the route/switch functions).

          I guess that depends how you are going to define 'serious compute power'. ๐Ÿ˜‰

          Everything has to go through netgraph to get tagged VLAN0 and I think that's single threaded so probably more than you would normally expect.

          Steve

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

            Thanks @stephenw10 does this mean it will be in a future version?

            This same pull did work a few weeks ago when I configured the SG-1100 for the same and I was able to manually add the package using the repo then.

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

              Yes but on the 3100 you need to try:

              pkg add https://firmware.netgate.com/pkg/pfSense_factory-v2_4_4_armv6-pfSense_factory-v2_4_4/All/ng_etf-kmod-0.1.txz
              

              Since it's armv6. Again though no guarantees that will work on the 2.4.5 kernel.

              Steve

              1 Reply Last reply Reply Quote 0
              • Y
                Yellow Snow @kflemin81
                last edited by Yellow Snow

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

                @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!

                @stephenw10 Can you help me with this? What did you change to get NG1100 to work?

                mvneta0.4090 and mvnet0.4092 does not work. ifconfig says the same thing.

                Can you pastebin your pfatt.sh please?

                1 Reply Last reply Reply Quote 0
                • P
                  Prodian0013
                  last edited by

                  @stephenw10 @kflemin81 the mvneta0.xxxx interfaces arent getting created before the earlyshellcmd script is executed which causes the script to fail. How did you resolve this issue?

                  ngctl: send msg: No such file or directory
                  
                    Name: mvneta0         Type: ether           ID: 00000001   Num hooks: 0
                    Name: <unnamed>       Type: socket          ID: 00000004   Num hooks: 0
                    Name: <unnamed>       Type: socket          ID: 00000005   Num hooks: 0
                    Name: ngctl420        Type: socket          ID: 00000008   Num hooks: 0
                  

                  When I try using "shellcmd" then I get mismatch interface error because "ngeth0" isnt created yet which is assigned to wan so to even get pfsense to finish booting i have to change the interface assignment.

                  Any advice? Thanks.

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

                    I can't actually help with this directly as I don't have an AT&T connection to test against. I'm not even in the US. ๐Ÿ˜‰

                    However we have seen this can work as reported above.

                    So if you run it as shellcmd the interface assignment check fails?

                    Steve

                    1 Reply Last reply Reply Quote 1
                    • B
                      bbrendon
                      last edited by

                      For some reason this repo was deleted https://github.com/aus/pfatt. If you google around you can find forks of it. There was a lot of really good info in the gitub issues, so it's definitely a loss. I deleted most of my emails about it thinking I could just get the info from github.

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

                        Yup. This now seems to be the best source: https://github.com/MonkWho/pfatt

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