728x90

윈도우 비스타 or 세븐의 바탕화면에서 우클릭 하면 컴퓨터 관리가 나오도록 해주는 레지스트리입니다.


 

 

 

 


추가하시면 아래 그림처럼 됩니다.


컴퓨터 관리 뭔지 아시죠? 시작 메뉴에 있는 컴퓨터에 우클릭 해서 관리 누르면 들어가는 곳입니다. 자주 사용하는 분들은 거의 없을 것 같지만...

 

 

 

 


아 그리고 몇몇 분들이 제가 아침부터 글을 쓰는줄 오해하시던데, 그게 아니라 미리 작성해둔 글을 아침에 예약발행 하는 것입니다. ^^


원문출처 : http://snoopybox.co.kr/1558

 

728x90
728x90

Resetting a lost Fortigate Admin Password

 
If you have lost the admin password for a Fortigate you can reset it if you have physical access to the box.
  • Connect the console cable to the Fortigate and fire up your favorite terminal emulator
  • Reboot the firewall unit.
  • At the console login prompt, type in "maintainer" as the userid.
  • Type in bcpbFGTxxxxxxxxxxxxx as the password. xxxxxxxxxxxxxwill be the S/N of the Fortigate. The serial number is case sensitive so for example you should use FGT60B, not FGT60b.
  • After logging in, change the admin password:
config system admin
edit admin
set password 
next
end

Heads up: You have to type the userid and password within a few seconds of the login prompt first appearing. If you take too much time you should reboot the firewall again.

 

 

 

728x90
728x90

스위치보드 firmware update

 

1. 업데이트 설정

      - tftp 서버를 올린 PC와 스위치보드를 UTP케이블을 이용해 직접 연결해줍니다.

        (편의상 1번 포트를 사용하도록 합니다.)

      - 다음과 같이 입력합니다.

 

SWITCH login: admin 
Password:
 
SWITCH>en
SWITCH# configure terminal
SWITCH(config)# interface default
SWITCH(config-if)# ip address 172.15.1.3/24
SWITCH(config-if)# no shutdown
SWITCH(config-if)# exit
SWITCH(config)# exit
SWITCH#

 

 

    밑줄 그어진 3은 포트 번호를 의미합니다. LX4020 같은 경우는 내부에서 1,2,9,10번을

    사용하고 있기 때문에 3번 포트가 전면에서 보이는 1번입니다. (LX4008 17번 포트

    1번으로 적용됩니다.)

   

    두 번째 밑줄은 할당 받을 스위치보드 포트 IP입니다. 접속하는 PC와 같은 대역의

 IP를 설정해 줍니다.

 

 

 

3. 업데이트

      - 다음과 같이 입력합니다.

SWITCH# copy tftp os download os2 
 
  To exit : press Ctrl+D
--------------------------------------
IP address or name of remote host (TFTP): 172.15.1.2
Download File Name : V5224G.5.01p1-3039-01.x
 
Now download NOS from 172.15.1.2 via tftp.
Downloading NOS ....
Received 14104248 bytes.
SWITCH#

 

 

    첫 번째 밑줄은 PC IP를 적어 줍니다. 두 번째 밑줄은 업데이트 되어질 파일을

    입력합니다. 업데이트가 끝나면 용량을 확인하여 이상이 없는지 확인합니다.(용량이

    다른 경우 다시 설치합니다.)

 

SWITCH# default-os os2 
SWITCH# reload os2
Do you want to save the system configuration? [y/n]n
Do you want to reload the system? [y/n]y

   - 설치 완료 후 다음과 같이 입력을 합니다.

 

    위와 같이 입력하고 나면 재부팅 합니다.

끝나고 장비에 재접속해 잘되어졌는지 버전을 확인 하면 됩니다.

 

728x90

'업무이야기 > Network' 카테고리의 다른 글

Aruba Controller CLI  (0) 2018.05.08
Aruba Controller 초기 설정  (0) 2018.05.08
Pumpkin CPU 비정상적인 부하 Issue  (0) 2012.10.31
Pumpkin L2 관련 Issue, L2 Module 업데이트  (0) 2012.10.31
식별되지 않은 네트워크  (0) 2012.09.24
728x90

 

 

 

 

 

 

 

728x90
728x90

 

 

 

 

 

 

 

 

 

728x90
728x90

 

 

 

 

728x90
728x90

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

728x90
728x90

WEBFRONT SSH PORT 변경

AV2 서버 ssh 포트 변경
1) #cd /etc/ssh
2) #cp sshd_config sshd_config_2012****
변경할 sshd_cinfig 파일을 오늘날짜로 백업한다.
3) #vi sshd_conf
vi 편집기로 연다.
/Port
vi 에서 Port를 검색해서 찾는다.
#Port 22 의 #(주석)을 지우고 22번 포트를 변경한다.
Port *** /*변경할 포트번호*/
/wq /*vi 편집기를 저장하고 나온다 */
변경한 이후에는 서비스를 리스타트 해준다.
서비스 재시작
#service sshd restart
#netstat  -an  으로 오픈된 서비스 port 확인

WAF ssh 포트 변경
<<LE 장비일 경우>>
1. start-shell 접속
2. vi /usr/local/etc/sshd_config
3. Port 22 라고 적힌 부분에서 원하는 접속포트로 수정
4. 저장하고 나오기
5. killall sshd
6. /usr/local/sbin/sshd
7 netstat -lnt 로 LISTEN 포트 확인
8. vi /etc/cfgfiles
9. 제일 밑부분에 다음 내용 추가
   /usr/local/etc/sshd_config
10. :wq! 저장
11. write memory 로 설정저장하기

 

728x90

+ Recent posts