mac 주소 조회하기 / 

Vendor/Ethernet/Bluetooth MAC Address Lookup and Search


http://coffer.com/mac_find/

GlassWire Network Security Monitor & Firewall Tool

네트워크 보안 모니터 & 방화벽 도구


https://www.glasswire.com/



GlassWireSetup.7z.001


GlassWireSetup.7z.002




 

pingtest.exe

 

Ping.Interval 를 적당하게 설정 후 GW나 DNS로 PING을 합니다.

추 후 LOG를 저장후 볼 수 있습니다.

 

 

*Mar  1 00:31:51.031: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/0 (not full duplex), with R5 FastEthernet0 (full duplex).

 

시스코 라우터 duplex mismatch ...

 

configure terminal 모드에서

interface 선택 후 아래 예처럼 상대방측 과 동일하게 duplex, speed 설정

 

 

duplex full

speed 100

 



다음 개발자 홈페이지에서 받을 수 있습니다.

http://www.elifulkerson.com/projects/tcping.php


편의상 첨부파일로 첨부 하였습니다.

tcping.exe


다음과 같이 명령어를 사용하면  192.168.10.2 IP에 3389 포트로 접속이 가능한지 여부를 확인 할 수 있습니다.

tcping.exe 192.168.10.2 3389 




tcping.exe - ping over a tcp connection

Description:

tcping.exe is a small console application that operates similarly to 'ping', however it works over a tcp port. Not a terribly interesting concept, but I had trouble finding a windows utility to do this that I was happy with. There are now several different implementions of this floating around, written independently by different people. There are many like it, but this one is mine.

Update: tcping now also speaks http. If the '-h' flag is used, tcping will connect and attempt to download the given url over http in addition to opening the port. (Note: doesn't parse www.example.org:8080/document.html format. Use "tcping -h www.example.org/document.html 8080" instead.)



Language:

C++ - Makefile included for Visual Studio
License:

The code for this program is available under the GPL.
This utility includes public domain code from The Winsock Programmer's FAQ, which you may also be interested in.
Usage:

NAME
tcping - simulate "ping" over tcp by establishing a connection to network hosts.
Measures the time for your system to [SYN], receive the target's [SYN][ACK] and send [ACK]. Note that the travel time for
the last ACK is not included - only the time it takes to be put on the wire a tthe sending end.

SYNOPSIS
tcping [-tdsvf46] [-i interval] [-n times] [-w interval] [-b n] [-r times][-j depth] [--tee filename] [-f] destination [port]

DESCRIPTION
tcping measures the time it takes to perform a TCP 3-way handshake (SYN, SYN/ACK, ACK) between itself and a remote host.
The travel time of the outgoing final ACK is not included, only the (minimal) amount of time it has taken to drop it on
the wire at the near end. This allows the travel time of the (SYN, SYN/ACK) to approximate the travel time of the
ICMP (request, response) equivalent.

OPTIONS
-4 Prefer using IPv4

-6 Prefer using IPv6

-t ping continuously until stopped via control-c

-n count
send _count_ pings and then stop. Default 4.
-i interval
Wait _interval_ seconds between pings. Default 1. Decimals permitted.
-w interval
Wait _interval_ seconds for a response. Default 2. Decimals permitted.

-d include date and time on every output line

-f Force sending at least one byte in addition to making the connection.

-b type
Enable audible beeps.
'-b 1' will beep "on down". If a host was up, but now its not, beep.
'-b 2' will beep "on up". If a host was down, but now its up, beep.
'-b 3' will beep "on change". If a host was one way, but now its the other, beep.
'-b 4' will beep "always".
-r count
Every _count_ pings, we will perform a new DNS lookup for the host in case it changed.

-s Exit immediately upon a success.

-v Print version and exit.

-j depth
Calculate jitter. Jitter is defined as the difference between the last response time and the historical average.
If _depth_ is specified tcping will use the prior _depth_ values to calculate a rolling average. If _depth_ is not
specified tcping will use the overall average.

--tee _filename_
Duplicate output to the _filename_ specified. Windows can still not be depended upon to have a useful command line
environment. Don't tease me, *nix guys.

destination
A DNS name, an IP address, or (in "http" mode) a URL.
Do not specify the protocol ("http://") in "http" mode. Also do not specify server port via ":port" syntax.
For instance: "tcping http://www.elifulkerson.com:8080/index.html" would fail
Use the style: "tcping www.elifulkerson.com/index.html 8080" instead.

port
A numeric TCP port, 1-65535. If not specified, defaults to 80.

HTTP MODE OPTIONS
-h Use "http" mode. In http mode we will attempt to GET the specified document and return additional values including
the document's size, http response code, kbit/s.
-u In "http" mode, include the target URL on each output line.

--post Use POST instead of GET in http mode.
--head Use HEAD instead of GET in http mode.
--get Shorthand to invoke "http" mode for consistency's sake.

--proxy _proxyserver_
Connect to _proxyserver_ to request the url rather than the server indicated in the url itself.
--proxyport _port_
Specify the numeric TCP port of the proxy server. Defaults to 3128.

RETURN VALUE
tcping returns 0 if all pings are successful, 1 if zero pings are successful and 2 for mixed outcome.

BUGS/REQUESTS
Please report bugs and feature requests to the author via contact information on http://www.elifulkerson.com

AVAILABILITY
tcping is available at http://www.elifulkerson.com/projects/tcping.php


D:\tcping-devel>tcping www.reddit.com

Probing 72.14.204.104:80/tcp - Port is open - time=23.285ms
Probing 72.14.204.104:80/tcp - Port is open - time=21.651ms
Probing 72.14.204.104:80/tcp - Port is open - time=21.899ms
Probing 72.14.204.104:80/tcp - Port is open - time=21.789ms

Ping statistics for 72.14.204.104:80
4 probes sent.
4 successful, 0 failed.
Approximate trip times in milli-seconds:
Minimum = 21.651ms, Maximum = 23.285ms, Average = 22.156ms
D:\tcping-devel>tcping -h www.elifulkerson.com
** Requesting "" from www.elifulkerson.com:
(for various reasons, kbit/s is an approximation)

Probing 64.22.103.201:80/tcp - HTTP is open - time=31.288ms rcv_time=31.951 status=200 bytes=4052 kbit/s=~1014.554
Probing 64.22.103.201:80/tcp - HTTP is open - time=29.553ms rcv_time=30.947 status=200 bytes=4052 kbit/s=~1047.479
Probing 64.22.103.201:80/tcp - HTTP is open - time=29.871ms rcv_time=31.727 status=200 bytes=4052 kbit/s=~1021.728
Probing 64.22.103.201:80/tcp - HTTP is open - time=29.976ms rcv_time=36.002 status=200 bytes=4052 kbit/s=~900.393

Ping statistics for 64.22.103.201:80
4 probes sent.
4 successful, 0 failed.
Approximate trip times in milli-seconds:
Minimum = 29.553ms, Maximum = 31.288ms, Average = 30.172ms

Download Current Version (0.20):

 



출처 : https://learningnetwork.cisco.com/thread/6744

         http://www.oldapps.com/index.php/java.php



현재 기준 최신 Java 7.x 버전과 SDM 2.5버젼이 호환되지 않는 군요.

아래의 해결 방법을 참조해야 할 것으로 보입니다.


저의 경우 기존 설치된 Java를 삭제 후 

구 버전 JRE(re-1_5_0_11-windows-i586-p.exe )를 설치하여 해결 하였습니다.

편의상 첨부 파일로 첨부 합니다.



(7zip으로 분활 압축 하였습니다.)


jre-1_5_0_11-windows-i586-p.zip.001


jre-1_5_0_11-windows-i586-p.zip.002




Dear all,

 

My cisco sdm additional tasks issue was fixed by using netscape.

 

I am using windows 7. I have tried so many possible ways to make is work even in Ubuntu. But I failed. ( I am beginner for linux and still learning it ).

 

Eventually It’s work when i test with  win 2003 and windows 7. In window 2003, it's work with IE 6.

 

1.         1 . Install    jre-1_5_0_11-windows-i586-p.exe (http://oldapps.com/java.php)

2.         2. Install Netscape navigator (netscape-navigator-9.0.0.6.exe) fromhttp://fs14.filehippo.com/8589/8cf343cc389b4df291f2d9db147c04e1/netscape-navigator-9.0.0.6.exe

3.         3.  Install Cisco SDM version 2.5

4.         4.  I used Cisco 3725 with c3725-advipservicesk9-mz.124-6.T.bin. Connected to Loopback adapter.

5.         5. Configure cisco router to use with SDM (https://learningnetwork.cisco.com/docs/DOC-4967)

6.         6. Well if your default browser is Firefox. Copy the link and paste it in Netscape and enter.

7.         7. Make sure in Netscape options to disable pop-ups blocker and set proxy setting to no proxy.

Tutorial end.

I hope this help.

Regards,

Phyo.

CiscoPacketTracer-5.3.3 다운로드..

 

 

 

Cisco Packet Tracer v5.3.3.7z.001

 

Cisco Packet Tracer v5.3.3.7z.002

 

Cisco Packet Tracer v5.3.3.7z.003

 

Cisco Packet Tracer v5.3.3.7z.004

 

Cisco Packet Tracer v5.3.3.7z.005

 

Cisco Packet Tracer v5.3.3.7z.006

 

Cisco Packet Tracer v5.3.3.7z.007

 

Cisco Packet Tracer v5.3.3.7z.008

 

Cisco Packet Tracer v5.3.3.7z.009

 

 

 

Last updated January 12, 2012
Q.  What is Cisco
®
Packet Tracer?
A.  Cisco Packet Tracer is a comprehensive, netw orking technology teaching and learning program that offers a
unique combination of realistic simulation and visualization experiences, assessment and activity authoring
capabilities, and opportunities for multiuser collaboration and competition. Innovative features of Pac ket Tracer
w ill help students and teachers collaborate, solve problems, and learn concepts in an engaging and dynamic
social env ironment. Some of the benefits of Packet Tracer are as follow s:
●  Pr ovides a realistic simulation and visualization learning environment that supplements classroom
equipment
●  Enables multiuser, real-time collaboration and competition for dynamic learning
●  Enables authoring and localization of structured learning activities such as labs, demonstrations, quizzes,
exams, and games
●  Empow ers students to explore concepts, conduct experiments, and test their understanding
●  Allow s students and teachers to des ign, build, configure, and troubleshoot netw orks using virtual equipment
●  Supports a variety of teaching and learning opportunities such as lectures, group and indiv idual labs,
homew ork, and competitions
●  Supports feature expansion through external applications using an A PI to enhance the functionality of Cisco
Packet Tracer in areas such as curriculum and assessment delivery, games, accessibility, and interfacing
w ith real equipment.

 

 

 

 

 

  • Password Recovery Tool for Cisco Routers(Application .exe - 746 KB)
  •  

    공식 홈페이지(http://www.winagents.com/en/downloads/index.php)에서 다운로드 하였습니다.

     

    cpwdrec.exe

     

    Password Recovery Tool for Cisco Routers 입니다.

    아래 보안 레벨의 패스워드를 평문으로 복구 할 수 있습니다. 아래 주석을 참고해주 세요~

     

     

     

    Password Recovery Tool is used to recover any keys of type “7” for gaining access to Cisco routers. You can also use Password Recovery Tool for recovery of the following types of keys:

    · Router access password
    · User password
    · Authorization key for RADIUS server
    · Authorization key for TACACS server
    · Router access password via the console

    To recover the password, in a relevant section of the configuration file find one of the following strings:

    · password 7 <digital_string>
    · key 7 <digital_string>,

    where digital_string - is a digital row, for example 15020A1F173D24362C.

    To restore the key or password, it is necessary to copy the digital_string row in the entry field 'Encrypted key' and then press the 'Decrypt' button. The recovered password appears in the 'Decrypted Password' field. On the site of WinAgents <http://www.winagents.com/> you can also find other programs for administration of Cisco routers.

     

     

     

    + Recent posts