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

    What is this board??? Help!

    Scheduled Pinned Locked Moved Hardware
    150 Posts 19 Posters 69.8k 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.
    • H
      hkbebe7 @ChrisMontrose
      last edited by

      @chrismontrose, I have Velocloud Edge500, & would like to install pfsense / esxi. I saw you can console connect with Velocloud. Would you please provide information on how to. I saw, a connector plugged . Is it Console serial port ?
      thank very much.

      HKBebe7.

      1 Reply Last reply Reply Quote 0
      • YourAverageHomelabberY
        YourAverageHomelabber
        last edited by

        I'm having trouble with logging in to root on my 520 unit. Regardless of the login, it says "login incorrect". I've tried various combinations including "root, root" and "admin, velocloud" with no success. I was able to get into failsafe mode but was unable to change the root password using the passwd command. If anyone has any suggestions, let me know!

        1 Reply Last reply Reply Quote 0
        • bubbadestroyB
          bubbadestroy @dextaslab
          last edited by

          @dextaslab said in What is this board??? Help!:

          https://modlog.net/velocloud-520-to-opensource/

          Thank you for keeping this alive!

          1 Reply Last reply Reply Quote 1
          • YourAverageHomelabberY
            YourAverageHomelabber
            last edited by

            Could someone share the root login info? I've tried lots of different combinations to get into the root user. I was able to get into safe mode which seemed to be a root user but no commands worked that I could think of. If anyone knows of a way to get root, let me know!

            M 1 Reply Last reply Reply Quote 0
            • M
              maitien2004 @YourAverageHomelabber
              last edited by

              @osbnet we can not decrypt root password but you can change it via fail-safe mode of openwrt
              Step #1: Disable watchdog
              Method #1: Prefer link https://modlog.net/velocloud-520-to-opensource/
              Method #2: Use Bios flash tool to flash old bios version at https://bitbucket.org/velocloud/openwrt/src/master/trunk/target/linux/x64/edge5x0/files/root/firmware/5×0/vc5x0-cb-01-bootorder.rom

              Step #2: Connect PC with EDGE 520 via mini usb cable (speed 115200/8/1/none)

              Step #3: Plug adapter to EDGE 520 and waiting device boot

              Step #4: Press f to enter fail-safe mode

              Step #5: Run two command below to change password
              mount_root
              echo -e "youpassword\nyoupassword" | passwd root

              reboot device and try login with new password

              D YourAverageHomelabberY 2 Replies Last reply Reply Quote 3
              • D
                dextaslab @maitien2004
                last edited by

                @maitien2004 I've flashed the ROM you've mentioned and from what is appears in strings it looks good:

                strings vc5x0-cb-01-bootorder.rom |grep watchdog -i
                Disabling Watchdog timer...
                CONFIG_USE_WATCHDOG_ON_BOOT=y

                strings my-current.rom |grep watchdog -i
                Found watchdog event..storing...
                Raising Watchdog timer timeout to 3min...
                CONFIG_USE_WATCHDOG_ON_BOOT=y

                I tested it with a Win11 Install USB - it complained about no UEFI, but that screen stayed up for longer than 3 minutes, so I'm calling it a win so far :-)

                A 1 Reply Last reply Reply Quote 0
                • A
                  adven @dextaslab
                  last edited by

                  @dextaslab
                  for your information,
                  and thanks for the alternative rom
                  Also put this rom on it, then linuxmint-live on it, it ran fine, and indeed no wachdog.
                  Unfortunately only wlan, but no lan ports.

                  A 1 Reply Last reply Reply Quote 0
                  • YourAverageHomelabberY
                    YourAverageHomelabber @maitien2004
                    last edited by

                    @maitien2004 I figured out the root password. Apparently it’s “VeloHello000” (replace 000 with the last 3 digits of your serial). Only problem is, I wiped the internal storage by accident effectively making this device useless without an image to boot from. I used the openwrt build on the modlog page and it booted but I haven’t been able to install it to the internal storage yet.

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      maitien2004 @YourAverageHomelabber
                      last edited by

                      @osbnet Thanks for your information.
                      You can boot from usb device and after booted you can use dd command to clone partition from usb to internal storage.

                      YourAverageHomelabberY 1 Reply Last reply Reply Quote 0
                      • YourAverageHomelabberY
                        YourAverageHomelabber @maitien2004
                        last edited by

                        @maitien2004 I used the dd command and it finished but from what I remember, grub couldn’t find the boot partition (I tried this was last month). I’ll try it again and update with my progress.

                        M 1 Reply Last reply Reply Quote 0
                        • M
                          maitien2004 @YourAverageHomelabber
                          last edited by

                          @osbnet Please use dd command to clone all disk from usb to internal storage or clone one by one three partitions (partition index 0, 1(efi include grub) and 2(openwrt))
                          Example: dd if=/dev/sda of=/dev/sdb

                          1 Reply Last reply Reply Quote 0
                          • A
                            adven @adven
                            last edited by

                            @adven
                            Yes, now installed opensense on the velocloud , the install (vga) went well. How to proceed, I don't know yet.
                            to be continued.

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              maitien2004 @adven
                              last edited by

                              @adven Download installation file from opnsense website and burn iso/img file to usb and plug usb to velocloud to boot and install.

                              A 1 Reply Last reply Reply Quote 0
                              • A
                                adven @maitien2004
                                last edited by

                                @maitien2004
                                Hey. i know my english is not good but what you advise to me is exactly what il already did...
                                The problem for me now is that I have to delve into the opensense config, and how to create working wan/lan ports.
                                My post was more informational for others working with this box, or for tips on velocloud port drivers.
                                gr. ad.

                                M 1 Reply Last reply Reply Quote 0
                                • M
                                  maitien2004 @adven
                                  last edited by

                                  @adven opnsense only detect two wan port (520-AC model) so your want use all wan/lan port you need to edit/update driver. I still working on this and give u new information asap.

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

                                    Yes, it needs a modified igb driver to expose the mdio control bus for the switch. It was discussed earlier in this thread. There are FreeBSD drivers out there that do this but I'm not sure they've ever been made public.

                                    Steve

                                    1 Reply Last reply Reply Quote 0
                                    • A
                                      adven @maitien2004
                                      last edited by

                                      @maitien2004 said in What is this board??? Help!:

                                      (520-AC

                                      Ok maintien, thanks for this info about the (520-AC)

                                      1 Reply Last reply Reply Quote 0
                                      • R
                                        robphoenix @adven
                                        last edited by

                                        @adven What was the password?

                                        A 1 Reply Last reply Reply Quote 0
                                        • A
                                          adven @robphoenix
                                          last edited by

                                          @robphoenix The default credentials after a fresh install are username “root” and password “opnsense”.

                                          1 Reply Last reply Reply Quote 0
                                          • YourAverageHomelabberY
                                            YourAverageHomelabber
                                            last edited by

                                            Out of curiosity, how did you flash the rom? Did you do it using a physical flashing device, or is it a software option somewhere on the velocloud?

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