Chapter 1. Getting Started
Note:
The boot process may stop at the following U-Boot prompt:
Hit any key to stop autoboot:
0
U-Boot>
If this happens, enter command
boot
to continue to boot Linux.
9. Wait for the device to boot up and end with the following prompt:
Please press
Enter
to activate this console.
10. Press
Enter
to activate the console. You will be logged in as
root
in directory
/root
:
[root@wrap root]
11. You can now control Access Server from the management console.
1.3.2. Accessing Remotely
When Access Server or Access Point is connected to a LAN, it tries to get the IP address by
using DHCP and Zeroconf by default. You can then use the wrapfinder application to find the
IP address (see Section 1.2).
With Access Server but not Access Point, if you cannot get the IP address by using the
wrapfinder, another way to see the IP address is to connect with a management console (see
the previous section), power on the unit and, after the system is up and running, give the
ifconfig nap
command. The
inet addr
field for the
nap
interface contains the IP address of
Access Server. For example, in the following capture from the management console, the IP
address is
192.168.42.3
.
[root@wrap /]$
ifconfig nap
nap
Link encap:Ethernet
HWaddr 00:07:80:00:BF:01
inet addr:192.168.42.3
Bcast:192.168.42.255
Mask:255.255.255.0
inet6 addr: fe80::207:80ff:fe00:bf01/64 Scope:Link
UP BROADCAST MULTICAST
MTU:1500
Metric:1
RX packets:12635 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:1686246 (1.6 MiB)
TX bytes:1640 (1.6 KiB)
Interrupt:24 Base address:0xc000
You can use this address to connect to Access Server remotely over SSH, SCP or SFTP.
Note:
The default username is
root
and the default password is
buffy
.
1.3.3. Transferring Files to/from Access Server
You can transfer files to and from Access Server and Access Point by using, for example:
•
SCP (secure copy over SSH).
•
SFTP (secure FTP connection over SSH).
•
FTP (plain FTP connection).
7