[KEDUIT] 클라우드 컴퓨팅과 보안솔루션을 활용한 DC 엔지니어 양성교육 - Day79
1. 서론
오늘은 그동안 GNS로 공부했던 부분들을 실제 Router와 L3 Switch를 PC에 연결하여 설정하는 법을 배워보았다.
2. 본론
1. Cisco IOS
//Router
# int g0/1
# no sh
# ip add dhcp
!
# int g0/0
# no sh
!
# int g0/0.10
# encap dot 10
# ip add 192.168.10.254 255.255.255.0
!
# int g0/0.20
# encap dot 20
# ip add 192.168.20.254 255.255.255.0
!
# ip dhcp pool NET20
# network 192.168.20.0 255.255.255.0
# default-router 192.168.20.254
# dns-server 168.126.63.1
# lease 8
# class VLAN20
# address range 192.168.20.1 192.168.20.253
!
# int g0/0.20
# ip dhcp client class-id VLAN20
!
# access-list 10 permit 192.168.20.0 0.0.0.255
!
# ip nat inside source list 10 int g0/1 overload
!
# int g0/1
# ip nat outside
!
# int g0/0.10
# ip nat inside
!
# int g0/0.20
# ip nat inside
//Switch
# vlan 20
!
# int g1/0/1
# sw tr en do
# sw mo tr
!
# int g1/0/24
# sw ac vlan 20
# sw mo ac
3. 결론
GNS를 통한 시뮬레이션과 실제 장비로 설정하는것에 별다른 차이는 없었다.
4. 참고자료
1. Cisco Docs
- ARP
- CDP / VLAN
- Frame Relay
- Static Routing
- VLAN
- VTP
- Routed Port
- AD
- Route Selection
- FHRP
- HSRP
- DHCP
- DNS
- STP
- NAT
- EtherChannel
- DTP
- RIP
- NTP
- Offset List
- Password Encryption
- ACL
- CAR Attack
- Broadcast
- Port Assignments
- IPv6 Static Routing
- HSRP for IPv6
- Clock Rate
- DHCPv6 Guard
- EIGRP
- Express Forwarding
- Routing and Switching
- Load Balancing
- Ping, Traceroute
- Load Balancing
- Fast Switching
- CEF
- DNS
- SSH
- Regular Expression
- OSPF
- EIGRP’s SIA
- NSSA
- AAA
- Understand the Zone-Based Policy Firewall Design
- The Cisco SD-WAN Solution
- Understand the Zone-Based Policy Firewall Design
- ASA cli
- Defining Strategies to Protect Against TCP SYN Denial of Service Attacks
- Configuring Firewall TCP SYN Cookie
- ASA 방화벽에서 NAT 및 ACL 구성
- Configuring Network Object NAT
- Configuring Twice NAT
2. Linux
- rhel9’s docs
- Linux Directory Structure
- File Types in Linux
- fstab
- Vim Cheat Sheet
- Protecting GRUB with a password
- SELinux
- DNS
- Samba as a server
- DHCP
- NFS
- SSH
- VNC
- heredoc
- docker vs podman + buildqh + skopeo
- Docker란?
- Linux 컨테이너란?
- Container vs VM
- 컨테이너화란?
- container
- 컨테이너 오케스트레이션이란?
- 쿠버네티스란?
- 쿠버네티스 아키텍처 소개
- 쿠버네티스 기본 사항 학습
- 쿠버네티스 클러스터란?
- Ansible과 Puppet: 알아야 할 사항
3. Docker / k8s
- nextcloud
- cadvisor
- Dangling Image
- Swarm
- Install Docker Engine on Ubuntu
- Install kubdadm
- container-runtimes
- kubectl cheat sheet
4. Web
- HTML’s Elements
- Emmet
- JavaScript
- Anchor Tag
- Post, Get
- Block, Inline Elements
- Semantic Web
- Semantic Elements
- CSS
- Viewport_meta_tag
- Media_queries
- JavaScript
5. DB
클라우드 엔지니어를 꿈꾸며 공부를 시작한 초보 엔지니어입니다. 틀린점 또는 조언해주실 부분이 있으시면 친절하게 댓글 부탁드립니다. 방문해 주셔서 감사합니다 :)
댓글남기기