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

Install on NETASQ U30 S ?

Hardware
4
46
8.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.
  • X
    xobix @xobix
    last edited by Feb 16, 2020, 8:41 PM

    Nothing better...
    I don't understand why cu command freez on "connected"

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

      The 'connected' output is generated by cu, it implies that cu is connected to the port. After that there is nothing there because there is nothing connected to the second com port. It's listening but nothing ever arrives.

      You can only configure that switch chip via the MDC/MDIO bus.

      Steve

      1 Reply Last reply Reply Quote 0
      • X
        xobix
        last edited by xobix Feb 17, 2020, 9:22 AM Feb 17, 2020, 9:22 AM

        @stephenw10 said in Install on NETASQ U30 S ?:

        The 'connected' output is generated by cu, it implies that cu is connected to the port. After that there is nothing there because there is nothing connected to the second com port. It's listening but nothing ever arrives.

        In bios COM1 and COM2 are mapped with physical interface. is there a relation to ?

        @stephenw10 said in Install on NETASQ U30 S ?:

        You can only configure that switch chip via the MDC/MDIO bus.

        it's doable for me ?

        1 Reply Last reply Reply Quote 0
        • S
          stephenw10 Netgate Administrator
          last edited by Feb 17, 2020, 5:24 PM

          I mean anything is possible; it's a simple matter of coding. 😁

          But if I were doing this I would start by trying to get OpenWRT to work with it as that's much closer to what you need to talk to the switch. Once that is working you will know exactly how it's connected and what it can do so it would make any work in pfSense much easier.

          Steve

          1 Reply Last reply Reply Quote 0
          • X
            xobix
            last edited by Feb 17, 2020, 6:33 PM

            Unfortunately there is no Steve to help me on openwrt 😞.
            I find many drivers for wireless Atheros but no for AR8328.

            1 Reply Last reply Reply Quote 0
            • S
              stephenw10 Netgate Administrator
              last edited by stephenw10 Feb 17, 2020, 7:27 PM Feb 17, 2020, 7:26 PM

              Unfortunately there's not enough space in my head for that! 😉

              But they have support for the AR8328 it's not as a separate driver, it's probably included and you just need to configure it to know there is a switch on em0 or whatever the interface is detected as there.
              https://openwrt.org/docs/techref/hardware/switch#qualcommatheros

              Most x86 stuff doesn't have a switch so it's probably not enabled by default.

              Steve

              1 Reply Last reply Reply Quote 0
              • B
                bolino @stephenw10
                last edited by Mar 11, 2020, 2:56 PM

                @stephenw10 : hello, i successfully intall pfsense and manage interfaces with the help of this procedure ( serial connexion ) :

                Define 2 VLAN at startup : VLAN 1 et VLAN 2 both on em0 interface then,
                Assign em0_vlan1 to WAN
                Assign em0_vlan2 to LAN
                The switch configuration hereafter has to be respected to obtain :
                port 1 = WAN
                port 2 to 6 = LAN

                Configuration of switch NetASQ_U70 :
                cu -s 9600 -l /dev/ttyu1

                vlan
                VLAN> aware 1 enable
                VLAN> pvid 1 none
                VLAN> frame type 1 Tagged
                VLAN> aware 2-8 disable
                VLAN> pvid 2 1
                VLAN> pvid 3-8 2
                VLAN> del 1-4094
                VLAN> add 1 1-2
                VLAN> add 2 1,3-8
                VLAN> config
                VLAN Configuration:
                Port Aware PVID Ingress Filtering Frame Type
                1: enabled none disabled Tagged
                2: disabled 1 disabled All
                3: disabled 2 disabled All
                4: disabled 2 disabled All
                5: disabled 2 disabled All
                6: disabled 2 disabled All
                7: disabled 2 disabled All
                8: disabled 2 disabled All

                Entries in permanent table:
                   1:  1,2
                   2:  1,3,4,5,6,7,8
                

                VLAN>
                Use the cu(1) escape sequence <Enter> then ~ (tilde) followed by . (dot)

                1 Reply Last reply Reply Quote 0
                • S
                  stephenw10 Netgate Administrator
                  last edited by Mar 11, 2020, 3:02 PM

                  Yes it's possible on the larger boxes as the switch has a console to configure it.

                  But it appears the U30s does not.

                  Steve

                  B 1 Reply Last reply Mar 11, 2020, 3:06 PM Reply Quote 0
                  • B
                    bolino @stephenw10
                    last edited by Mar 11, 2020, 3:06 PM

                    @stephenw10 ok bad news : it works on U70 (mine ) : strange U30 and U70 no share the same hardware ( entry level both )

                    1 Reply Last reply Reply Quote 0
                    • S
                      stephenw10 Netgate Administrator
                      last edited by stephenw10 Mar 11, 2020, 11:34 PM Mar 11, 2020, 11:34 PM

                      Yup, same on the u250s I have. The Atheros AR8328 in the u30s doesn't have a console at all though. It's something more often found in SOHO routers. If I was doing it I was try with OpenWRT as I suggested. They do have support for that in their switch framework.

                      Steve

                      T 1 Reply Last reply Jul 14, 2022, 2:35 PM Reply Quote 0
                      • T
                        tedd @stephenw10
                        last edited by Jul 14, 2022, 2:35 PM

                        @stephenw10
                        The main issue is to configure the switch Atheros AR8328 somehow .
                        Will the idea of openwrt is to configure the switch and then move back to pfsense work?
                        Steve suggested to configure via MDC/MDIO bus ! But how? Can someone help?
                        Thank you in advance.

                        1 Reply Last reply Reply Quote 0
                        • S
                          stephenw10 Netgate Administrator
                          last edited by Jul 14, 2022, 6:04 PM

                          That probably won't work. When you reboot between OpenWRT and pfSense the switch should be reset by the BIOS. For that not to happen would be a security issue in the original application.

                          It looks like the em NICs attach OK with the switch on the PHY side which igb might not.

                          Has anyone just tried running OpenWRT on it directly yet? That needs to happen first to confirm what we are guessing is actually how it's connected.

                          Steve

                          T 1 Reply Last reply Jul 15, 2022, 9:24 AM Reply Quote 0
                          • T
                            tedd @stephenw10
                            last edited by Jul 15, 2022, 9:24 AM

                            @stephenw10
                            Good to hear that someone is still following this project.
                            From my experience with other Stormshield and Netasq appliances the UART once written into it, the configuration remains.
                            For instance, I have done configurations on one SN250 using opensense , then changed the to Pfsense using another HD . I did not have to access the serial and change anything.
                            So what I mean , if there is a way to write the configuration to the switch the rest will be fluid.
                            I have failed so far to make this work on SN200 and SN150 (Not even able to make it boot) . Anything above 250 In Netasq and Stormshield worked fine.
                            Even on Arkoon I made it work.

                            1 Reply Last reply Reply Quote 0
                            • S
                              stephenw10 Netgate Administrator
                              last edited by Jul 15, 2022, 11:31 AM

                              Well try it and see if you have the hardware. The most difficult part of that is probably going to be setting up dual booting with OpenWRT and pfSense. I'm not sure I've ever seen anyone do that.

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