论坛: 菜鸟乐园 标题: IP盗用 复制本贴地址    
作者: flybird [flybird]    论坛用户   登录
  我在学校的寝室上网,我已申请了IP,可每次上网都发现有人在用我的IP,请问我该怎么办啊??

地主 发表时间: 11/29 22:37

回复: wust [wust]   论坛用户   登录
用arp将你的IP和你的mac地址绑定
arp -s yourIP yourmacaddress


B1层 发表时间: 11/30 10:44

回复: flybird [flybird]   论坛用户   登录
  先说声谢谢。再问一下,是不是我绑定了以后,别人用这个命令还能重新绑定呢?


[此贴被 一条小鱼(flybird) 在 11月30日11时19分 编辑过]

B2层 发表时间: 11/30 11:56

回复: wust [wust]   论坛用户   登录
不能,别人再用你的时,会提示已有人使用

B3层 发表时间: 11/30 15:23

回复: flybird [flybird]   论坛用户   登录
  谢谢,那怎么解除绑定呢,我是不是也可以绑定任何人的IP和mac地址呢?

B4层 发表时间: 11/30 20:18

回复: feng [feng]   论坛用户   登录
捆绑。具体命令是:

  ARP -s 192.168.0.4 00-EO-4C-6C-08-75

  这样,就将您上网的静态IP地址192.168.0.4与网卡地址为00-EO-4C-6C-08-75的计算机绑定在一起了,即使别人盗用您的IP地址192.168.0.4也无法通过代理服务器上网。其中应注意的是此项命令仅在局域网中上网的代理服务器端有用,还要是静态IP地址,像一般的Modem拨号上网是动态IP地址就不起作用。接下来我们对各参数的功能作一些简单的介绍:

  ARP ��-s���� -d����-a��

  -s――将相应的IP地址与物理地址的捆绑。

  -d――删除所给出的IP地址与物理地址的捆绑。

  -a――通过查询Arp协议表来显示IP地址和对应物理地址情况

B5层 发表时间: 12/02 12:10

回复: xiaoxingchi [xiaoxingchi]   论坛用户   登录
英文够好的话,看帮助也可以啊!

Displays and modifies the IP-to-Physical address translation tables used by
address resolution protocol (ARP).

ARP -s inet_addr eth_addr [if_addr]
ARP -d inet_addr [if_addr]
ARP -a [inet_addr] [-N if_addr]

  -a            Displays current ARP entries by interrogating the current
                protocol data.  If inet_addr is specified, the IP and Physic
                addresses for only the specified computer are displayed.  If
                more than one network interface uses ARP, entries for each A
                table are displayed.
  -g            Same as -a.
  inet_addr     Specifies an internet address.
  -N if_addr    Displays the ARP entries for the network interface specified
                by if_addr.
  -d            Deletes the host specified by inet_addr. inet_addr may be
                wildcarded with * to delete all hosts.
  -s            Adds the host and associates the Internet address inet_addr
                with the Physical address eth_addr.  The Physical address is
                given as 6 hexadecimal bytes separated by hyphens. The entry
                is permanent.
  eth_addr      Specifies a physical address.
  if_addr       If present, this specifies the Internet address of the
                interface whose address translation table should be modified
                If not present, the first applicable interface will be used.
Example:
  > arp -s 157.55.85.212   00-aa-00-62-c6-09  .... Adds a static entry.
  > arp -a                                    .... Displays the arp table.

B6层 发表时间: 12/02 13:31

回复: ypy [ypy]   见习版主   登录
Arp: 显示和修改“地址解析协议”(ARP) 所使用的到以太网的 IP 或令牌环物理地址翻译表。

arp -a [inet_addr] [-N [if_addr]]
arp -d inet_addr [if_addr]
arp -s inet_addr ether_addr [if_addr]

参数
-a 通过询问 TCP/IP 显示当前 ARP 项。如果指定了 inet_addr,则只显示指定计算机的 IP 和物理地址。
-g 与 -a 相同。
inet_addr 以加点的十进制标记指定 IP 地址。
-N 显示由 if_addr 指定的网络界面 ARP 项。
if_addr 指定需要修改其地址转换表接口的 IP 地址(如果有的话)。如果不存在,将使用第一个可适用的接口。
-d 删除由 inet_addr 指定的项。
-s 在ARP缓存中添加项,将IP地址inet_addr和物理地址ether_addr关联。物理地址由以连字符分隔的 6 个十六进制字节给定。使用带点的十进制标记指定IP地址。项是永久性的,即在超时到期后项自动从缓存删除。
ether_addr 指定物理地址。



B7层 发表时间: 12/02 15:34

论坛: 菜鸟乐园

20CN网络安全小组版权所有
Copyright © 2000-2010 20CN Security Group. All Rights Reserved.
论坛程序编写:NetDemon

粤ICP备05087286号