View
<IOU 설치>
IOU : IOS On Unix
IOU 계정
ID : root
PW : cisco
[license]
gns3-iouvm = cd11acbc599f2364;
VirtualBox 설치하고, Extended 설치하고,
가져오기 -> IOU 파일 선택
네트워크 설정 host-only 확인하고 부팅
부팅 끝나면 외부 Host OS 에서
http://192.168.56.101:8000/upload 에 접속하여
출력되는 버전과 GNS 버전을 확인
버전이 안맞을경우 (예. GNS3 => 1.2.3 , IOU => 1.2)
IOU 의 VBox 네트워크를 외부 통신되게 브릿지 또는 NAT 설정하고
IOU 리눅스 에서
# pip3 install gns3-server==1.2.3
그 후
다시 호스트온리로 설정하고
http://192.168.56.101:8000/upload 에 접속하여 다시 확인
[오류]
Server error from 192.168.56.101:8000: IOU1: Could not find hostid: [Errno 2] No such file or directory: 'hostid'
Solution 1
Log in on the VM with user root and password cisco:
Edit the crontab for the gns3 user
crontab -e -u gns3
and change the last line to
@reboot PATH=/usr/local/bin:/usr/bin /usr/local/bin/gns3server &
Save and reboot.
Solution 2
Log in on the VM with user gns3 and password cisco:
Create the following file: ~/.config/GNS3/gns3_server.conf
and add the following content:
[IOU]
license_check=false
Solution 3
Backup your labs in your current VM and use the latest IOU VM available on the download page.
[출처] https://community.gns3.com/thread/7699
'Network' 카테고리의 다른 글
빅 네트워크 디자인 요약 (0) | 2015.05.07 |
---|---|
ACS Server 구성 (0) | 2015.04.24 |
VLAN, VTP, STP 구성 (0) | 2015.03.13 |
STP 동작 방식 (0) | 2015.03.13 |
Router 부팅, 복구, 초기화 (0) | 2015.03.13 |