路由dos常用命令---路由跟踪命令.查看DNS、IP、Mac等

跟踪路由  时间:2021-01-09  阅读:()

dos常用命令---路由跟踪命令.查看DNS、 IP、 Mac等DOS common command-route tracking command. See DNS, IP, Mac,etc

Most basic, most commonly used, test the physical network Ping 192. 168.8-t, the parameter -t is waiting for the user to interrupt the test

Look at DNS, IP, Mac, etc

Aleem walji in98: winipcfg

B.W in2000 above: Ipconfig/all

C.N SLOOKUP: if you look at the DNS in hebei

C: \ > nslookup

Default Server: ns.hesjptt.net. cn

Address: 202.99. 160.68

> server 202.99.41. 2 changed the DNS to 41.2

> pop.pcpop.com

Server: ns.hesjptt.net.cn

Address: 202.99. 160.68

The Non - authoritative answer:

Name: pop.pcpop. com

Address: 202.99. 160.212

Online messenger (often asked)

Net send computer name/IP | * (broadcast) . Note that you cannot cross the network segment

The net stop messenger stops the messenger service, or it can be modified in the panel - service

Net start messenger starts messenger service

Probe each other' s computer name, group, domain, and current user name (how the hunt works)

Ping - a ip-t, which only shows the NetBios name

Nbtstat - a 192. 168. 10. 146 is complete

5.net stat - a shows all the ports that your computer is currently open

Netstat -s-e is a more detailed display of your network data,including data from TCP, UDP, ICMP, and IP

Probe the arp binding (dynamic and static) list, showing all the computers connected to my computer, displaying the other' s

IP and MAC addresses

Arp -a

On the proxy server side

Bundle IP and MAC addresses, resolve LAN theft IP! :

Arp-s 192. 168. 10.5900-50-ff-6c-08-75

Remove the IP of the network card from the MAC address binding:Arp 3-d network card IP

Hide your computer from your online neighbors (let people see you! )

.net config server/hidden: yes

Net config server/hidden: no is open

9. A few.net command

A. displays the current working group server list net view,which displays A list of computers on the current domain or network when using this command without the option.

For example, check out the Shared resources on this IP

C: \ > net view 192. 168. 10.8

Share resources in 192. 168. 10.8

Resource sharing name type usage annotations

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

-- -- -- -- -- --

Site service Disk

The order was successfully completed.

Check the user account list net user on the computer

C. view network link net use

For example, net use z: \ \ 192. 168. 10.8 \movie maps this IP' s movie Shared directory to a local z disk

D. record the link net session

Such as:

C: \ > net session

Computer user name customer type opens idle time

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

\ \ 192. 168. 10. 110 ROME Windows 2000 2195 0 00:03:12

\ \ 192. 168. 10.51 ROME Windows 2000 2195 0 00:39

The order was successfully completed.

Route tracking commands

A.t racert pop.pcpop.com

B.p athping pop.pcpop.com also provides an analysis of 325S to calculate the % of the lost package

11.

Several commands for sharing security

A. check out the Shared resources of your machine

Manually delete the share (you can make up a bat file, boot up and delete the share!)

Net share c $/ d

Net share $d/d

Net share the ipc $/ d

Net share the admin $/ d

Notice the space after $$.

Add a share:

C: \ net share mymovie = e: \ downloads \ movie/users: 1Mymovie shares success.

Limit the number of links to 1.

Set static IP at the DOS line

A. set the static IP

C MD netsh

Netsh > int

Interface > IP

Interface IP > set add "local link" static IP address mask gateway

B. check the IP Settings

Interface IP > show the address

Arp

Display and modify items in the "address resolution protocol (ARP)" cache. The ARP cache contains one or more tables that store the IP address and its parsed Ethernet or token ring physical address. Each Ethernet or token ring network adapter installed on the computer has its own table. If used without parameters, the arp command displays the help information.g rammar

Arp [-a] [-n IfaceAddr] [-d] [-d] [-d] [-d] .parameter

[-n IfaceAddr]

Displays the current ARP cache table for all interfaces. To display the ARP cache entry that specifies the IP address, use the arp-a with the inetdr parameter, which represents the IP address specified by the InetAddr. To display the ARP cache table for the specified interface, use the -n IfaceAddr parameter, where the IfaceAddr delegate is assigned to the IP address assigned to the specified interface. -n parameters are case sensitive.

-g [InetAddr] [-n IfaceAddr]

It' s the same thing as negative a.

- d InetAddr [IfaceAddr]

Delete the specified IP address item, where the InetAddr represents the IP address. For the specified interface, to delete one item in the table, use the IfaceAddr

Parameter, the IfaceAddr delegate here is assigned to the IP address of the interface. To remove all items, use the asterisk (*) wildcard instead of InetAddr.

-s InetAddr, EtherAddr [IfaceAddr]

Adding a static item to the ARP cache to parse the IP address InetAddr into the physical address EtherAddr. To add a static ARP cache entry to the table of the specified interface, use the IfaceAddr parameter, where the IfaceAddr represents the IP address assigned to the interface.

/?

Displays help at the command prompt.annotation

The IP address of InetAddr and IfaceAddr is represented by decimal notation with dots.

The physical address EtherAddr consists of six bytes, which are represented in hexadecimal notation and separated by hyphens (for example, 00 - AA -00-00-4f-2a-9c) .

The items added by the -s parameter are static items that do

not timeout in the ARP cache. If the TCP/IP protocol is terminated, the items will be deleted. To create a permanent static ARP cache entry, please use proper ARP in the batch file command and through the "planning task program" on startup the batch file.

This command is only available when the Internet protocol (TCP/IP) protocol is installed as a component of the network adapter property in a network connection.s amp l e

To display the ARP cache table for all interfaces, type:Arp -a

For an interface assigned with an IP address of 10.0.0.99,display its ARP cache table, which can be typed:

Arp-a-n 10.0.99

To add a static ARP cache entry that parses the IP address

10.0.0.80 to the physical address, 00 -AA-, 1-4f-2a-9c, type:Arp-s 10.0.80 - AA - 00-4f-2a-9c

Tag: DOS common command - route tracing to view DNS Mac Related articles:

A common instruction for the network

易探云330元/年,成都4核8G/200G硬盘/15M带宽,仅1888元/3年起

易探云服务器怎么样?易探云是国内一家云计算服务商家,致力香港云服务器、美国云服务器、国内外服务器租用及托管等互联网业务,目前主要地区为运作香港BGP、香港CN2、广东、北京、深圳等地区。目前,易探云推出的国内云服务器优惠活动,国内云服务器2核2G5M云服务器低至330元/年起;成都4核8G/200G硬盘/15M带宽,仅1888元/3年起!易探云便宜vps服务器配置推荐:易探云vps云主机,入门型云...

NameCheap黑色星期五和网络礼拜一

如果我们较早关注NameCheap商家的朋友应该记得前几年商家黑色星期五和网络星期一的时候大促采用的闪购活动,每一个小时轮番变化一次促销活动而且限量的。那时候会导致拥挤官网打不开迟缓的问题。从去年开始,包括今年,NameCheap商家比较直接的告诉你黑色星期五和网络星期一为期6天的活动。没有给你限量的活动,只有限时六天,这个是到11月29日。如果我们有需要新注册、转入域名的可以参加,优惠力度还是比...

AkkoCloud(60元/月 ),英国伦敦CN2 1核 768 MB 内存 10 GB SSD 硬盘 600GB 流量 英国伦敦CN2 1核  1.5G  300Mbps

官方网站:https://www.akkocloud.com/AkkoCloud新品英国伦敦CN2 GIA已上线三网回程CN2 GIA 国内速度优秀.电信去程CN2 GIALooking Glass:http://lonlg.akkocloud.com/Speedtest:http://lonlg.akkocloud.com/speedtest/新品上线刚好碰上国庆节 特此放上国庆专属九折循环优惠...

跟踪路由为你推荐
域名注册com免费cn域名注册美国vps服务器请问国外VPS服务器去哪里买呀,急求?拜托了各位 谢谢cm域名注册.Cm是什么域名 网址尾部是.CM的是哪里的网址?哪可以注册?虚拟主机购买虚拟主机需要购买吗?我想自己做个网站,只买了域名了,请问还需要怎么做呢?虚拟主机代理个人适合代理虚拟主机的业务吗海外域名怎么挑选合适的国外域名?重庆虚拟空间现在重庆那家主机空间最好?免费网站空间如何免费做网站 免费域名+免费空间+免费网站网站空间商网站备案为什么是空间商备案?求解深圳网站空间深圳网站设计 哪家好一些?
便宜域名注册 winscp 5折 42u机柜尺寸 元旦促销 权嘉云 鲁诺 爱奇艺会员免费试用 中国电信测速器 上海电信测速网站 www789 杭州电信宽带优惠 alexa世界排名 建站论坛 hosting dbank 大硬盘分区 百度空间登陆首页 魔兽世界网通服务器 关闭qq空间申请 更多