본문 바로가기
가상화/GNS3

GNS3 와이파이 연결 시 설정

by 프리윙즈 2021. 10. 6.
728x90
반응형

1. 라우터에 NAT 설정을 완료한다

 

2. 공인IP 인터페이스에 하단 옵션을 추가(ex : fastEthernet interface 0/0을 공인IP로 예시)

router> enable

router# configure terminal

router(config)# interface fastEthernet 0/0

router(config-if)# speed auto

router(config-if)# duplex auto

router(config-if)# mac-address abcd.1234.qwer  // 본인 PC 랜카드 실제 mac-address 입력

                                                (ab-cd-12-34-qw-er 형태의 mac-address를 abcd.1234.qwer 형태로 입력)

router(config-if)# exit

router(config)# do copy running-config startup-config(do write memory)  //  저장

 

 

 

 

 

 

 

 

반응형

'가상화 > GNS3' 카테고리의 다른 글

GNS3 설치 및 설정  (0) 2021.08.21

댓글