네트워크 구축

네트워크 이론 웨이콘 설정

taktaks 2020. 11. 30. 17:32

웨이콘

 

linknet91.iptiome.org:port번호!!!!

 

 

 

고급설정

특수기능

WOL기능        PC켜기        11111111신호를 보내서 컴퓨터를 킨다.

 

 

실행에서

원격 데스크톱 연결

 

112.214.32.80

외부IP주소 치기

 

 

WOL에서 MAC주소추가

 

 

 DDNS 에서 주소이름 추가!!IP가 바뀔수도있어서

 

 

NAT/라우터관리에서

포트포워드 설정에        포트열기

포트포워드 정의 누르고

 

 

 

 

 

 

고급설정

보안기능

공유기 접속/보안관리

원격관리포트 꼭 체크

10101 로 쓰고

 

바이오스에 랜으로 부팅하기 꼭 체크해야됨.

 

장치관리자 네트워크어뎁터

랜카드

INTEL EHTERNET CONNECTION

전원관리에서

 

 

 

 

체크 헤제

고급기능에서 WAKENO 써진거 전부 활성화됨

 

혹시나안되면 전원및절전에서

시스템설정 전원단추 정의및 암호 보호설정

빠른시작켜기 끄기!!

 

 

 

 

192.168.0.1/24

 

255.255.255.0

1111 1111 . 1111 1111 . 1111 1111 . 0000 0000

 

192.168.0.254

 

 

hostname R2

no ip domain-lookup

 

configure t

컨트롤 쉬프트 6

 

 

running-config startup-config

 

 

저장하는 법

r2#        copy running-config startup-config

write memory

 

라우터 설정포맷

R2#        erase startup-config

그동안설정삭제

reload

 

 

hostname R1

no ip domain-lookup

interface fa0/0

interface s0/0/0

config-if        이거는 인터페이스에 들어왓다는 의미

 

[아이피 추가

 

config-if          ip address 192.168.0.254 255.255.255.0

config-if          no shutdown

config-if          shutdown

 

 

wan interface 주소

 

10.1.1.1/24

10.1.1.2/24

 

 

config                int s0/0/0 (interface serial 0/0/0)

r1config                ip add 10.1.1.1 255.255.255.0

r2config                no shutdown

 

 

pc에서

ping 10.1.1.1

 

 

설정확인 (ram 저장정보 확인)

 

show running-config

 

10.1.1.1  255.255.255.0

 

 

r2 interface 주소

 

200.100.0.1/24

pc3 ip 주소

200.100.0.33/24

 

 

fa들어가려면

int fa0/0

ip add 192.168.0.254 255.255.255.0

se들어가려면

int s0/0/0

ip add 10.1.1.1 255.255.255.0

 

 

R1(config)#        router rip

R1(config-router)#        라우터 테이블을 만들겠다.

R1(config-router)# version 2

R1(config-router)# network 192.168.0.0

R1(config-router)# network 10.0.0.0

 

r1(config)#        no route rip

서로명함을공유 라우팅프로토콜 방식중하나

 

network 200.100.0.0

network 10.0.0.0

 

 

enable password cisco

enable secret cisco

 

show running-config

do show running-config

 

line console 0

login

password cisco

 

 

R1(config)#line vty 0 4

R1(config-line)#password cisco

R1(config-line)#login

 

PC3        telnet 10.1.1.1