Console 썸네일형 리스트형 [리눅스] KVM Virsh Console Access On CentOS 6 KVM Virsh Console Access On CentOS 6 Step #1 vi /boot/grub/menu.lst # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/sda3 # initrd /initrd-[generic-]version.img #boot=/dev/sda default=0 timeout=5 splashi.. 더보기 Cisco 스위치에서 VLAN 및 트렁크 설정하는 방법 Cisco 스위치에서 VLAN 및 트렁크 설정하는 방법1. VLAN 생성 및 인터페이스 설정enableconfigure terminalvlan 200end이 명령어는 VLAN 200을 생성합니다. 2. VLAN 인터페이스 설정 및 IP 주소 할당configure terminalinterface vlan 200ip address 218.234.13.20 255.255.255.0no shutdownend이 명령어는 VLAN 200에 IP 주소를 할당하고 인터페이스를 활성화합니다. 3. Access 포트 설정configure terminalinterface fastEthernet 0/4switchport mode accessswitchport access vlan 200end이 명령어는 FastEthernet.. 더보기 이전 1 다음