변군이글루 썸네일형 리스트형 Cisco 스위치 - 인터페이스 IP, 기본 게이트웨이, Speed & Duplex 설정 Cisco 스위치 - 인터페이스 IP, 기본 게이트웨이, Speed & Duplex 설정L2 스위치에서는 일반적으로 관리용 인터페이스인 SVI(Switch Virtual Interface)에 IP를 설정한다. 대부분 기본 VLAN 1에 관리 IP를 설정하며, 이를 통해 스위치에 원격 접속(Telnet/SSH)이 가능해진다.1. VLAN 1에 관리 IP 설정L2 스위치는 실제 인터페이스에 IP를 직접 입력하지 않고 관리 VLAN 인터페이스(SVI)에 IP를 입력한다.먼저 현재 스위치에 설정된 VLAN 정보를 확인한다.show vlanSwitch#show vlanVLAN Name Status Ports---- ------------------------.. 더보기 PHP You have to install PHP gettext extension 오류 해결 방법 PHP You have to install PHP gettext extension 오류 해결 방법웹 브라우저에서 PHP 애플리케이션을 실행할 때 다음과 같은 오류가 발생할 수 있습니다.Error: You have to install PHP gettext extension!이 오류는 PHP에서 다국어 지원을 담당하는 gettext 확장이 활성화되지 않았기 때문에 발생합니다. 이를 해결하려면 gettext 확장을 설치하고 PHP에서 활성화해야 합니다.해결 방법1. 현재 PHP에서 gettext 확장 확인php -m | grep gettext2. gettext 확장 설치sudo apt updatesudo apt install -y php-gettext더보기---PHP 소스 컴파일 시 --with-gettext.. 더보기 라우터 포트에 IP 주소 설정 및 라우팅 테이블 확인 라우터 포트에 IP 주소 설정 및 라우팅 테이블 확인Cisco 라우터에서 각 인터페이스(FastEthernet, GigabitEthernet 등)는 IP 주소를 직접 할당받아 네트워크와 통신하게 됩니다.1. 라우터 포트에 IP 주소 설정하기Privileged EXEC 모드로 진입Router> enableGlobal Configuration 모드로 진입Router# configure terminal해당 인터페이스(FastEthernet0/0 등) 선택 및 IP 설정Router(config)# interface FastEthernet0/0Router(config-if)# ip address 192.168.1.1 255.255.255.0Router(config-if)# no shutdownRouter(conf.. 더보기 [원도우] 공유 폴더 삭제 원도우 메신저 공유 삭제 regsvr32 -u -s "C:\Program Files\Windows Live\Messenger\fsshext.8.5.1302.1018.dll" 더보기 [원도우] STOP 메시지 일반적인 해결방법 (블루스크린) STOP 메시지 일반적인 해결방법 (블루스크린) 참고사이트입니다.. (STOP: 0x0000000A 메시지해결 knowledge base) http://support.microsoft.com/?kbid=314063 http://support.microsoft.com/?kbid=183169 http://support.microsoft.com/?kbid=165863 http://support.microsoft.com/?kbid=310918 STOP 메시지 일반적인 해결방법: 1.최근에 새로 추가된 하드웨어가 있다면, 그것을 제거하고 재테스트해보세요.. 2.장치드라이버와 시스템바이오스가 가장 최근에 업데이트된건지 확인한다. 3.문제가 발생되기 전에 새로이 설치된 드라이버가 있다면, 예전 드라이버로 롤백한다. .. 더보기 [아파치] Apache Server Information Apache Server Information : Apache 서버의 상태와 성능에 대한 정보를 제공하고 서버 설정에 대한 종합적인 정보를 제공. # vi /usr/local/apache2/conf/extra/httpd-info.conf # # Get information about the requests being processed by the server # and the configuration of the server. # # Required modules: mod_status (for the server-status handler), # mod_info (for the server-info handler) # # Allow server status reports generated by mod_s.. 더보기 [cacti] cacti plugin thold 설치 cacti plugin thold 설치 1. thold 다운로드 http://docs.cacti.net/plugin:thold [root@cacti01 plugins]# wget wget http://docs.cacti.net/_media/plugin:thold-v0.5.0.tgz 2. thold 설치 [root@cacti01 plugins]# mv plugin:thold-v0.5.0.tgz thold-v0.5.0.tgz [root@cacti01 plugins]# tar xvfz thold-v0.5.0.tgz 3. 웹 설정 3.1 Threshold Templates 생성 Console -> Threshold Templates -> Add(우측에 위치) Threshold Templates 생성 할 종류 및.. 더보기 [cacti] cacti plugin settings 설치 cacti plugin settings 설치 1. settings 다운로드 http://docs.cacti.net/plugin:settings [root@cacti01 plugins]# wget http://docs.cacti.net/_media/plugin:settings-v0.71-1.tgz 2. settings 설치 [root@cacti01 plugins]# mv plugin:settings-v0.71-1.tgz settings-v0.71-1.tgz [root@cacti01 plugins]# tar xvfz settings-v0.71-1.tgz 3. 웹 설정 더보기 이전 1 ··· 29 30 31 32 33 34 35 ··· 45 다음