cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
youreyesrmine
New Contributor II

Trying to access GUI on 3130

Jump to solution

I have an ethernet cable from my NetVanta 3130 to my laptop. My IP Address is a self-assigned IP Address (169.254.235.32). I can't access the GUI by using 10.10.10.1.

How can I access the GUI of my 3130? Thank you for looking.

1 Solution

Accepted Solutions
Anonymous
Not applicable

Re: Trying to access GUI on 3130

Jump to solution

- As mentioned, you can reset the password or default the 3130 completely by holding down the factory reset button.

- If you hold the factory reset button down for 5 seconds, the switchports 1 through 4 will default to 10.10.10.1 and all firewall access policies will be removed from that interface.

- If you hold the factory reset button down for 70 seconds, a default configuration will overwrite your existing configuration and reboot the unit. When the default configuration is being applied, you will see the STAT, WAN, DBU, and VPN LEDs cycle. You can release the reset button at this time.

There is also a way you can attempt to recover the configuration that is loaded on the 3130, but it will require that you have a TFTP server installed on your computer. Below is the procedure on how to do this:

1. Reboot the 3130 and hold down the factory reset button as it is booting up. This will bring the 3130 into bootstrap mode. You will see the STAT LED is solid amber.

2. At this point, you should change your PC's IP address to 10.10.10.2 and should be able to telnet to 10.10.10.1.

3. Once you are logged in, you should be able to TFTP the startup-config from the flash of the 3130 by using the "copy start tftp".

4. Once the startup-config has been transferred to the TFTP server, you will be able to open the file and view the configuration.

More information on how to do a TFTP transfer can be found on page 17, under Step 6,  in this article:

Upgrading Firmware in AOS

Please do not hesitate to let us know if you have any questions.

Thanks,

Noor

View solution in original post

0 Kudos
7 Replies

Re: Trying to access GUI on 3130

Jump to solution

You will need to set up a static IP on your laptop, in the 10.10.10.0/255.255.255.0 subnet.  If you are using MSWindows something like this will do the trick:

http://blog.mclaughlinsoftware.com/2009/11/26/windows-7-static-ip/

If you use Apple Mac, something like this should work:

Techguides: Configuring static IP on MAC OSX

If you are using Linux, use netmanager to complete the same, or open a terminal and run something like:

sudo ifconfig eth0 10.10.10.2 broadcast 10.10.10.255 netmask 255.255.255.0 up  (replace eth0 with your active NIC)

sudo route add default gw 10.10.10.1

To resolve addresses using the router as the dns repeater, edit /etc/resolv.conf and add in it:

nameserver 10.10.10.1

--

Regards,

Mick

Re: Trying to access GUI on 3130

Jump to solution

Thank you Mick.

I connected an ethernet cable directly from the 3130 to my Mac. I changed the ethernet option in Network in System Preferences to manual. Then changed the settings to:

IP Address: 10.10.10.8

Subnet Mask : 255.255.255.0

Router: 10.10.10.1

When I typed in 10.10.10.1 into the address bar of a browser I could not access the GUI of the 3130.

What I am doing wrong? Thank you for your help.

Re: Trying to access GUI on 3130

Jump to solution

As long as you have connected your laptop with an ethernet cable to one of the 4 switch ports on the 3130 you should be able to access its GUI on 10.10.10.1, which I understand is the default router LAN address.  However, if someone has changed the default configuration, then this can be any address/subnet.  You can start scanning different subnets using an application like arping, or you could just reset the Netvanta to its default configuration.  Then it should be accessible on 10.10.10.1.

Please note, if you reset the Netvanta, all previous configuration settings will be erased from the device.

Anonymous
Not applicable

Re: Trying to access GUI on 3130

Jump to solution

- As mentioned, you can reset the password or default the 3130 completely by holding down the factory reset button.

- If you hold the factory reset button down for 5 seconds, the switchports 1 through 4 will default to 10.10.10.1 and all firewall access policies will be removed from that interface.

- If you hold the factory reset button down for 70 seconds, a default configuration will overwrite your existing configuration and reboot the unit. When the default configuration is being applied, you will see the STAT, WAN, DBU, and VPN LEDs cycle. You can release the reset button at this time.

There is also a way you can attempt to recover the configuration that is loaded on the 3130, but it will require that you have a TFTP server installed on your computer. Below is the procedure on how to do this:

1. Reboot the 3130 and hold down the factory reset button as it is booting up. This will bring the 3130 into bootstrap mode. You will see the STAT LED is solid amber.

2. At this point, you should change your PC's IP address to 10.10.10.2 and should be able to telnet to 10.10.10.1.

3. Once you are logged in, you should be able to TFTP the startup-config from the flash of the 3130 by using the "copy start tftp".

4. Once the startup-config has been transferred to the TFTP server, you will be able to open the file and view the configuration.

More information on how to do a TFTP transfer can be found on page 17, under Step 6,  in this article:

Upgrading Firmware in AOS

Please do not hesitate to let us know if you have any questions.

Thanks,

Noor

0 Kudos

Re: Trying to access GUI on 3130

Jump to solution

Thank you mick and noor for your support.

I need to factory reset the device since I can't access the default ip address. I am wary to do this since it has unique settings which enable VOIP to a workers residence. When appropriate I will reset it and post any questions.

Thanks again.

Re: Trying to access GUI on 3130

Jump to solution

Placing the device into bootstrap as noor suggested, should hopefully allow you to back up the configuration file without overwriting it with default settings.  Alternatively, you can try using something like arping to ping the usual addresses that people set routers GUI at, like:

arping -s 10.10.10.2 -f -I enp11s0 10.10.10.1

ARPING 10.10.10.1 from 10.10.10.7 enp11s0

Unicast reply from 10.10.10.1 [00:A0:C8:2A:13:68]  1.401ms

Sent 1 probes (1 broadcast(s))

Received 1 response(s)

Or, a more efficient tool is nmap to do an ARP scan with:

sudo nmap -n -PR 10.10.10.1-254

Starting Nmap 6.25 ( http://nmap.org ) at 2013-05-20 22:38 BST

Nmap scan report for 10.10.10.1

Host is up (0.017s latency).

Not shown: 997 closed ports

PORT    STATE SERVICE

22/tcp  open  ssh

80/tcp  open  http

443/tcp open  https

MAC Address: AA:BB:CC:DD:EE:FF (Adtran)

Then change your PC's IP address to 192.168.0.2, 192.168.1.2, 176.16.0.2, 172.16.1.2 and try scanning the corresponding subnet in the same way.  With nmap you could use ranges for any class subnet; e.g. 10.10.1-254.1-254

Anonymous
Not applicable

Re: Trying to access GUI on 3130

Jump to solution

-

I went ahead and flagged the "Correct Answer" on this post to make it more visible and help other members of the community find solutions more easily. If you don't feel like the answer I marked was correct, feel free to come back to this post to unmark it and select another in its place with the applicable buttons.  If you still need assistance, we would be more than happy to continue working with you on this - just let us know in a reply.


Thanks,

Noor