C:\Documents and Settings\Leon.CCSM\Desktop\Net_Tools>cd\
C:\>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : Leon
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
PPP adapter Hsdpa VPN:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 196.46.173.221
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 196.46.173.221
DNS Servers . . . . . . . . . . . : 196.207.32.69
196.43.45.190
Primary WINS Server . . . . . . . : 10.11.12.13
Secondary WINS Server . . . . . . : 10.11.12.14
NetBIOS over Tcpip. . . . . . . . : Disabled
C:\>ping -n 4 smtp.vodacom.co.za
Pinging smtp.vodacom.co.za [196.11.146.148] with 32 bytes of data:
Reply from 196.11.146.148: bytes=32 time=120ms TTL=247
Reply from 196.11.146.148: bytes=32 time=92ms TTL=247
Reply from 196.11.146.148: bytes=32 time=90ms TTL=247
Reply from 196.11.146.148: bytes=32 time=119ms TTL=247
Ping statistics for 196.11.146.148:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 90ms, Maximum = 120ms, Average = 105ms
C:\>ping -n 4 -l 500 smtp.vodacom.co.za
Pinging smtp.vodacom.co.za [196.11.146.148] with 500 bytes of data:
Reply from 196.11.146.148: bytes=500 time=195ms TTL=247
Reply from 196.11.146.148: bytes=500 time=193ms TTL=247
Reply from 196.11.146.148: bytes=500 time=181ms TTL=247
Reply from 196.11.146.148: bytes=500 time=179ms TTL=247
Ping statistics for 196.11.146.148:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 179ms, Maximum = 195ms, Average = 187ms
C:\>rem ping -n 4 -l 1000 smtp.vodacom.co.za
C:\>ping -n 4 www.google.com
Pinging www.l.google.com [64.233.183.99] with 32 bytes of data:
Request timed out.
Reply from 64.233.183.99: bytes=32 time=313ms TTL=236
Request timed out.
Reply from 64.233.183.99: bytes=32 time=305ms TTL=236
Ping statistics for 64.233.183.99:
Packets: Sent = 4, Received = 2, Lost = 2 (50% loss),
Approximate round trip times in milli-seconds:
Minimum = 305ms, Maximum = 313ms, Average = 309ms
C:\>ping -n 4 www.telkomsa.net
Pinging www.telkomsa.net [196.25.211.40] with 32 bytes of data:
Request timed out.
Reply from 196.25.211.40: bytes=32 time=109ms TTL=118
Request timed out.
Request timed out.
Ping statistics for 196.25.211.40:
Packets: Sent = 4, Received = 1, Lost = 3 (75% loss),
Approximate round trip times in milli-seconds:
Minimum = 109ms, Maximum = 109ms, Average = 109ms
C:\>rem ping -n 4 www.telkom.co.za
C:\>rem tracert smtp.vodacom.co.za
C:\>nslookup speed.vodacom.co.za
Server: dns2-vop.3g.vodacom.co.za
Address: 196.207.32.69
Non-authoritative answer:
Name: speed.vodacom.co.za
Address: 196.207.32.68
C:\>nslookup www.telkom.co.za
Server: dns2-vop.3g.vodacom.co.za
Address: 196.207.32.69
Non-authoritative answer:
Name: ctb-cache3-vif1.saix.net
Address: 198.54.202.4
Aliases: www.telkom.co.za
C:\>nslookup www.google.com
Server: dns2-vop.3g.vodacom.co.za
Address: 196.207.32.69
Non-authoritative answer:
Name: www.l.google.com
Addresses: 64.233.183.99, 64.233.183.103, 64.233.183.104, 64.233.183.147
Aliases: www.google.com
C:\>pause
Press any key to continue . . .