본문 바로가기

분류 전체보기

(932)
netstat 명령어 1.netstat 도움말 C:>netstat /? Displays protocol statistics and current TCP/IP network connections. NETSTAT [-a] [-e] [-n] [-o] [-s] [-p proto] [-r] [interval] -a Displays all connections and listening ports. -e Displays Ethernet statistics. This may be combined with the -s option. -n Displays addresses and port numbers in numerical form. -o Displays the owning process ID associated with each conne..
청계천 나들이 지난 토요일 청계천으로 데이트 겸 나들이를 다녀 왔습니다. 5호선 광화문역에서 하차하여 청계광장에서 부터 청계천 나들이를 시작 했습니다. 날씨도 따뜻했고 주말이라 그런지 수많은 사람들이 나들이를 나왔더군요. 마침 청계천 전등행사 중이라 볼거리는 늘었네요.
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..