Users Guide

시스템 재부팅
다음 명령을 실행합니다.
admin@localhost:$ sudo reboot
반환:
System reboot successfully
루트 사용자 자격 증명
다음 명령을 실행합니다.
admin@localhost:$ sudo su -
반환:
$ admin@localhost:~# sudo su –
$ root@localhost:~#
시스템 서비스 태그 식별
다음 명령을 실행합니다.
admin@localhost:$ cat /sys/class/dmi/id/product_serial
시스템 태그가 인쇄됩니다.
시스템 전원 끄기
다음 명령을 실행합니다.
admin@localhost:$ sudo poweroff
시스템을 성공적으로 종료됩니다.
네트워크 통신 인터페이스
Edge Gateway 3000 시리즈는 이더넷 연결, 802.11b/g/n 무선 네트워크 연결, Bluetooth 네트워크 연결과 함께 제공됩니다.
이더넷(포트 1, eth0)
인터넷을 지원하는 이더넷 케이블이 포트 1 연결되어 있다고 가정할 , 화면에 ifconfig 명령을 실행하면 아래와 비슷한
면이 표시됩니다. WLAN Bluetooth 구성되지 않은 경우에는 네트워크 장치 목록에 표시되지 않습니다.
admin@localhost:~$ ifconfig
ifconfig 명령:u 실행한 다음을 수행합니다.
eth0 Link encap:Ethernet HWaddr 74:e6:e2:e3:0f:12
inet addr:192.168.28.216 Bcast:192.168.28.255 Mask:255.255.255.0
inet6 addr: fe80::76e6:e2ff:fee3:f12/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11 errors:0 dropped:0 overruns:0 frame:0
TX packets:19 errors:0 dropped:0 overruns:0 carrier:0
Collisions:0 txqueuelen:1000
RX bytes:1740 (1.7 KB) TX bytes:2004 (3.0 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:160 errors:0 dropped:0 overruns:0 frame:0
TX packets:160 errors:0 dropped:0 overruns:0 carrier:0
Collisions:0 txqueuelen:1000
RX bytes:13920 (13.9 KB) TX bytes:13920 (13.9 KB)
admin@localhost:~$
WLAN(wlan0)
다음 예제에서 이러한 식별자를 사용합니다.
<ssidname> = iotisvlab, 여기서 ssid 액세스 포인트의 이름입니다.
51