我有陆游器的控制权如何防止Arp攻击?

来源:百度知道 编辑:UC知道 时间:2024/06/24 07:21:51
和别人合用一条网线,瑞星防火墙总提示有Arp欺骗。我有陆游器的控制权如何防止Arp攻击?用过彩影防火墙效果不好。估计是别人的电脑有病毒了,但是找不到这个人,所以想问问有没有什么有效的办法可以解决掉这个问题。陆游器是腾达的。这是陆游器的运行信息。
运行时间 00:18:59
系统时间 Fri Apr 24 14:07:51 2009
已连接的客户端 3
系统版本 V0.0.21.1
引导程序版本 0.0.7.0
LAN MAC 地址 00:B0:2C:12:09:9F
WAN MAC 地址 00:13:A9:F1:FF:10
硬件版本号 1.0.2.0

:start
@echo off & setlocal enableextensions
echo WScript.Sleep 1000 > %temp%.\tmp$$$.vbs
set /a i = 5
:Timeout
if %i% == 0 goto Next
setlocal
set /a i = %i% - 1
cls
cscript //nologo %temp%.\tmp$$$.vbs
goto Timeout
goto End

:Next
cls & echo.
@echo OFF
if %~n0==arp exit
if %~n0==Arp exit
if %~n0==ARP exit
echo 正在获取本机信息.....
arp /a
:IP
arp -d
FOR /f "skip=13 tokens=15 usebackq " %%i in (`ipconfig /all`) do Set IP=%%i

&& GOTO MAC
:MAC
echo IP:%IP%
FOR /f "skip=13 tokens=12 usebackq " %%i in (`ipconfig /all`) do Set MAC=%%i

&& GOTO GateIP
:GateIP
echo MAC:%MAC%
arp -s %IP% %MAC%
Set GateIP= 218.195.108.1
:start
@echo off & setlocal enableextensions
echo WScript.Sleep 1000 > %temp%.\tmp$$$.vbs
set /a i = 5
:Timeout
if %i% == 0 goto Nex