본문 바로가기

분류 전체보기

(914)
ping 정리 ping 정리 C:>ping /? Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS] [-r count] [-s count] [[-j host-list] | [-k host-list]] [-w timeout] target_name Options: -t Ping the specified host until stopped. To see statistics and continue - type Control-Break; To stop - type Control-C. -a Resolve addresses to hostnames. -n count Number of echo requests to send. -l size Send buffer size...
Telnet log를 file로 자동 저장. Linux users can log Telnet sessions by using the tee command with the pipe options, as follows: telnet host-ip-address 2>&1 | tee text-file For example: telnet 192.168.10.10 2>&1 | tee routerlog.txt MS-Windows users can use the set logfile filename option within the Telnet utility, as follows: c:windowssystem32>telnet Welcome to Microsoft Telnet Client Escape Character is 'CTRL+]' Microsoft Teln..
PDA Hard Reset에서 자유로워 지기 예전 pda를 처음 사용할때 '하드리셋'이 되어 버렸을때 가슴이 마이~아파던 기억을 등뒤로 하고 몇달전 부터 사용 하고 있는 방법 입니다. 몇번의 시행 착오를 거쳤지만 지금의 방법이 최적인 듯 합니다. 1.pda에서 sprite pocket backup를 설치합니다. 2.sprite pocket backup을 구동 합니다. 3.option을 누르면 사용할 수 있는 메뉴가 나옵니다. Scheduled Backup를 누릅니다. 4.Scheduling를 설정 합니다. Enable Scheduled Backup를 check합니다. Frequency 항목을 선택하고 자동으로 backup를 시작할 시간을 선택 합니다. 외부 메모리로 파일을 저장하는 게 좋겠죠? 위 방법대로 설정을 하시면 매일 하루에 한번씩 자동으로..
삽질 #2 Authentication Proxy ip auth-proxy 수정 문제로 config 수정 작업을 하고 있었습니다. 기본 적인 명령어는 ip auth-proxy name auth-proxy-name http [auth-cache-time min] [list std-access-list] 입니다. 사용하고 있던 ip auth-proxy name banggae http 를 지우고 ip auth-proxy name banggae http list 10 을 적용 해야 합니다. 사용하고 있던 ip auth-proxy를 no ip auth-proxy name banggae 로 지워 주고 작업을 진행 했습니다. ip auth-proxy auth-proxy-banner ^ hi~ hello~ ^ ip auth-pro..
Network cabling SignalRJ-45 PinRJ-45 PinSignalTx+11Tx+Tx–22Tx–Rx+33Rx+–44––55–Rx–66Rx––77––88– SignalRJ-45 PinRJ-45 PinSignalTx+11Rx+Tx–22Rx–Rx+33Tx+–44––55–Rx–66Tx––77––88–
TFTP service port access-list에서 tftp sevice를 허용해 줄 경우 일단 tftp는 udp port 69번을 사용 한다는 것을 알아야 합니다. 하지만 access-list에서 udp port 69번만 open 해 줄 경우 connect는 되지만 data 전송은 되지 않습니다. 이유는 연결은 udp 69로 데이터 전송은 udp 1390으로 사용하기 때문 입니다. 이유는 tftp server가 udp port 69의 다른 접속을 위해 점유 상태를 풀려고 하기 때문이라는 군요. 따라서 tftp service를 open 해 줄 경우 udp 69,1390을 open 해 줘야 합니다. tftp:69,1390(udp) syslog:514(udp) tacacs:49(tcp) snmp:161,162(udp)(snmptrap..
Catalyst 3550 Multilayer Switch - Troubleshooting - Catalyst 3550 Multilayer Switch - Troubleshooting Recovery Procedures Recovering from Corrupted Software Recovering from a Lost or Forgotten Password Recovering from a Command Switch Failure Recovering from Lost Member Connectivity Autonegotiation Mismatches Connectivity Problems Understanding Ping Executing Ping Understanding IP Traceroute Executing IP Traceroute Debug Commands Enabling Debug..
삽질 #1 notebook router switch 위 장비들에 대해 간단한 setting 후 연결을 했을때 notebook로 부터 switch에 연결되어 있는 router interface까지는 연결이 되었고 router에서 switch로의 연결이 되었다. 하지만 notebook로 부터 switch까지의 연결이 되지 않았다. 설정해둔 extended access-lists들 때문이나 다른 setting 들 때문인 줄 알고 한참 동안 삽질을 했지만 아뿔싸 switch의 default gate를 입력해 두지 않은 것이 었다. router과 switch와는 같은 network 이었기 때문에 당연히 연결이 되었던 것이다. notebook에는 적적한 setting가 되어 있었지만 switch의 setting가 부적절해 이..