AnywhereUSB/14: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 42: | Line 42: | ||
dnspriority : static,eth0 | dnspriority : static,eth0 | ||
</pre> | </pre> | ||
4. Now we run the commands below to set the network configuration: | |||
IP Address of the unit | |||
<pre>set network interface=eth0 ipaddress=10.10.10.10</pre> |
Revision as of 11:06, 16 October 2019
Here are some basic steps to get your AnywhereUSB/14 on the network, the rest of the config can be done via the webUI.
1. Connect a serial cable to the management port
2. Use Putty to make a serial connection to the device and you will get a screen as below:
#>
3. From there type:
set network
This will display the current network configuration for the ethernet port, make note of the ethernet interface, its normally "eth0":
#> set network "eth0" interface configuration: MAC Address : 00:40:9D:C2:45:A0 Currently in use by the network stack Stored configuration -------------------- ------------------- ipaddress : 169.254.90.52 0.0.0.0 submask : 255.255.0.0 0.0.0.0 gateway : 0.0.0.0 0.0.0.0 static : off off dhcp : on on autoip : supplied IP address on keepalive idle : 10 10 probe count : 5 5 probe interval : 10 10 dns1 : 0.0.0.0 0.0.0.0 dns2 : 0.0.0.0 0.0.0.0 rto_min : 1000 1000 rto_max : 60 60 arp_ttl : 15 15 garp : 3600 3600 gwpriority : eth0 dnspriority : static,eth0
4. Now we run the commands below to set the network configuration: IP Address of the unit
set network interface=eth0 ipaddress=10.10.10.10