R 1 Router password asinpass secret password asinsecret

  • Slides: 18
Download presentation
R: 1 Router에서 로그인시 암호를 입력할 수 있도록 설정하고, 추가 암호화 설정도 진행하시오. (password

R: 1 Router에서 로그인시 암호를 입력할 수 있도록 설정하고, 추가 암호화 설정도 진행하시오. (password : asinpass / secret password : asinsecret) ! hostname asin 21 ! ! enable secret 5 $1$1 gu 0$Fhy. EGAUu. Zq. WRrk 8 h. Ls. N 5. enable password asinpass ! ! interface Ethernet 0 no ip address no ip directed-broadcast shutdown ! 정답: >en #config t (config)#hostname asin 21 (config)# enable password asinpass (config)#enable secret asinsecret (config)#exit #write

R: 2 Router에서 Ethernet 0번의 IP 및 서브넷을 설정 하시오. (Ethernet 0 IP :

R: 2 Router에서 Ethernet 0번의 IP 및 서브넷을 설정 하시오. (Ethernet 0 IP : 210. 108. 245. 1/Subnet : 255. 192) E 0 210. 108. 245. 1 255. 192 R 1 정답: >en #config t (config)#interface e 0 (config-if)#no shutdown (config-if)#ip add 210. 108. 245. 1 255. 192 (config-if)#exit (config)#exit #write

R: 3 Router에서 interior Routing Protocol에 속하는 모든 것을 모두 선택하시오. □ 1. RIP

R: 3 Router에서 interior Routing Protocol에 속하는 모든 것을 모두 선택하시오. □ 1. RIP □ 2. IGRP □ 3. EGP □ 4. BGP □ 5. EIGRP □ 6. OSPF 정답: 1, 2, 5, 6

N: 5 아래와 같이 Win 2000 Server에서 자신의 컴퓨 터와 연결된 IP주소 목록이 표시되도록

N: 5 아래와 같이 Win 2000 Server에서 자신의 컴퓨 터와 연결된 IP주소 목록이 표시되도록 명령어를 입 력하시오. (조건 : 수신하는 모든 포트 중 UDP 프로 토콜만 보이도록 설정) Active Connections Proto UDP UDP UDP Local Address WIN 2000 S 1: nameserver WIN 2000 S 1: bootpc WIN 2000 S 1: epmap WIN 2000 S 1: microsoft-ds WIN 2000 S 1: 1028 WIN 2000 S 1: 1036 WIN 2000 S 1: 1042 WIN 2000 S 1: 1046 WIN 2000 S 1: 1050 WIN 2000 S 1: 1053 WIN 2000 S 1: 1054 정답: 시작-실행-cmd-확인 Foreign Address *: * *: * *: * netstat –a –p udp State

N: 7 Win 2000 Server에서 아래 구성 정보를 보고 올바 르게 설정하고, 아래 설정에

N: 7 Win 2000 Server에서 아래 구성 정보를 보고 올바 르게 설정하고, 아래 설정에 맞게 WINS 서버를 드래 그하여 구성하시오. Dns Server Router Wins Server ① 브로드캐스트 발생 RAS Server Wins Proxy Agent IIS Server 비 Wins Client 정답: WINS Proxy Agent 구성방법; 시작-실행-regedit-확인 HKEY_ LOCAL _ MACHINESSYSTEMCurrent ControlServicesNetbtParametersEnableproxy 값을 1로 설정

N: 9 Linux에서 httpd. conf 파일의 경로를 찾기 위 한 명령어를 입력하시오. [root@localhost /]#

N: 9 Linux에서 httpd. conf 파일의 경로를 찾기 위 한 명령어를 입력하시오. [root@localhost /]# /etc/httpd/conf/httpd. conf [root@localhost /]# [root@localhost /]# 정답: find / -name httpd. conf

N: 10 Linux 시스템에서 현재 디렉토리 위치를 알려 주는 명령어를 입력하시오. [root@localhost /etc/xml [root@localhost

N: 10 Linux 시스템에서 현재 디렉토리 위치를 알려 주는 명령어를 입력하시오. [root@localhost /etc/xml [root@localhost [root@localhost 정답: pwd xml]# xml]#

N: 14 아래와 같이 다수의 PC에 IP를 자동분배하기 위하여 필요한 서버를 A 위치에 드래그

N: 14 아래와 같이 다수의 PC에 IP를 자동분배하기 위하여 필요한 서버를 A 위치에 드래그 하시오. A DHCP DNS WINS IIS NAT File 192. 168. 0. 6 192. 168. 0. 1 192. 168. 0. 3 192. 168. 0. 2 정답: DHCP 192. 168. 0. 5 192. 168. 0. 4