Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To find your Vega just download and run the Vega Scanner utility. This will scan your entire subnet to find the Vega. For this to work the Vega must be set to DHCP (default) or a STATIC ip on the subnet directly attached to your Windows system. 

Download -> Vega IP Scanner

View file
namevs_scanner_v5 (1).zip

Method 2: Ping Sweep

To begin, connect your Vega device to your network using the LAN 1 interface. The device must be on the same subnet as the workstation you will be using to find the IP address.

  1. Turn on the Vega.

  2. Note the MAC address of the Vega Ethernet interface, which can be found on the sticker above the LAN port on the Vega.

  3. For Linux users: run the following nmap command:

    nmap -sP <ip range>

    Some versions of Nmap will output the IP and MAC address of every device on the subnet which responded to a ping. If you search through this output for the MAC address of the Vega, you will be able to see the corresponding IP for the device. If you find this output does not contain the MAC address, you can check the system ARP Table by running this command:

    arp -a 

    Search for the Vega's MAC address in this output and you will be able to see the corresponding IP

    For Windows users: Run Zenmap and enter the command in the box as shown below. Make sure to adjust the IP address for the subnet you are on. The output will be visible in the “Nmap Output” tab. You can find the Vega's MAC there and see the corresponding IP.

    Image Removed


    Image Added



    If you don't see the MAC addresses in the output, open the comand prompt by pressing 'Windows Key+R' and typing 'cmd' in the dialog box, then hit 'Enter'. You can give the following command to list the arp table:

    arp -a

    Find the Vega's MAC in that list and you will be able to see the corresponding IP.

  4. Once you have the IP of the Vega, you can open a browser and navigate to that addess to configure the device. You can also access the device through SSH 

...