|
dos9527
中级用户
  
积分 252
发帖 56
注册 2003-12-29
状态 离线
|
『楼 主』:
最基本的问题也是菜NIAO最关心的
使用 LLM 解释/回答一下
本人这方面目前很菜,希望能得到高手指点迷津
Last edited by dos9527 on 2006-11-23 at 07:47 AM ]
I'm currently very green in this area, and I hope to get guidance from experts.
Last edited by dos9527 on 2006-11-23 at 07:47 AM ]
|
|
2006-11-22 11:06 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
有什么问题就直接贴上来吧,大家都可以研究一下。
Just post your questions directly, and everyone can study them.
|
|
2006-11-22 11:17 |
|
|
dos9527
中级用户
  
积分 252
发帖 56
注册 2003-12-29
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
我想做一BAT用来控制TCP/UDP端口的开放,NETSH FIREWALL SET XXXXXXX这个命令对我等不用微软FIREWALL产品的人来说是无从下手的,有没有别的命令呀!
Last edited by dos9527 on 2006-11-23 at 11:09 AM ]
I want to make a BAT to control the opening of TCP/UDP ports. The command NETSH FIREWALL SET XXXXXXX is impossible for those of us who don't use Microsoft FIREWALL products. Are there any other commands!
Last edited by dos9527 on 2006-11-23 at 11:09 AM ]
|
|
2006-11-22 11:26 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
我想,在系统自带的命令里面,就只有这个netsh可以单独配置端口了吧。你可以把这个命令的帮助文档好好的看一下,学习一下命令的用法,这对你是很有用处的。如果你觉得这个命令比较难掌握,可以考虑第三方工具,比如ipseccmd.exe,不过它也是命令行工具,要使用它不一定比netsh命令简单。
至于找不到这个find命令,请先说明你的系统是什么版本。再考虑查看环境变量是否设置好了。
I think among the commands built into the system, only this netsh can configure ports alone. You can take a good look at the help document of this command, learn about the usage of the command, which will be very useful for you. If you find this command relatively difficult to master, you can consider third-party tools, such as ipseccmd.exe. However, it is also a command-line tool, and using it may not necessarily be simpler than the netsh command.
As for not being able to find this find command, please first state what version of your system is. Then consider whether the environment variables are set properly.
|
|
2006-11-22 11:38 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
第三方工具,比如ipseccmd.exe
这个是微软官方的,不过系统不自带,在ResKit里
Third-party tools, such as ipseccmd.exe
This is from Microsoft official, but the system does not come with it, it's in ResKit
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2006-11-22 12:21 |
|
|
dos9527
中级用户
  
积分 252
发帖 56
注册 2003-12-29
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
NETSH FIREWALL SET xxxxx里有个设置是控制多播或广播响应流量能否通过FIREWALL的,想问下这个可以控制ARP病毒的发包吗? 谢谢大家对我的支持!再次感谢!:D
Last edited by dos9527 on 2006-11-23 at 11:11 AM ]
In the command "NETSH FIREWALL SET xxxxx", there is a setting to control whether multicast or broadcast response traffic can pass through the FIREWALL. I want to ask if this can control the packet sending of ARP viruses? Thank you everyone for your support! Thanks again! :D
Last edited by dos9527 on 2006-11-23 at 11:11 AM ]
|
|
2006-11-22 12:51 |
|
|
dos9527
中级用户
  
积分 252
发帖 56
注册 2003-12-29
状态 离线
|
|
2006-11-23 05:52 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
还有就NETSH FIREWALL SET xxxxx里有个设置是控制多播或广播响应流量能否通过FIREWALL的,想问下这个可以控制ARP病毒的发包吗? 谢谢大家对我的支持!再次感谢!:D
这个是XP自带的防火墙功能。推荐用 IPSec来配置,或者安装 ISA
Also, there is a setting in NETSH FIREWALL SET xxxxx that controls whether multicast or broadcast response traffic can pass through the FIREWALL. I want to ask if this can control the packet sending of ARP viruses? Thank you everyone for your support! Thanks again! :D
This is the firewall function built into XP. It is recommended to configure with IPSec or install ISA
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2006-11-23 06:47 |
|
|
tao0610
高级用户
    朦胧的世界
积分 579
发帖 218
注册 2006-10-24
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
控制ARP病毒,最直接的方法就是找到局域网中毒的机子杀毒!
控制多播或广播响应流量会造成局域网的很多问题,毕竟ARP,DHCP等都需要广播的支持。
The most direct way to control ARP viruses is to find the infected computers in the LAN and disinfect them! Controlling multicast or broadcast response traffic will cause many problems in the LAN, after all, ARP, DHCP, etc. all need the support of broadcasting.
|

认识自己,降伏自己,改变自己,才能改变别人! |
|
2006-11-23 07:05 |
|
|
dos9527
中级用户
  
积分 252
发帖 56
注册 2003-12-29
状态 离线
|
|
2006-11-23 07:34 |
|
|
dos9527
中级用户
  
积分 252
发帖 56
注册 2003-12-29
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
有新问题,为什么FIND 命令不能在除了%systemboot%\system32以外的文件夹都运行不了FIND呢,要怎么设置呀,我想问大家有没有能让所有命令在所有文件夹下都能调用的办法。我的系统是XP SP2的
There is a new problem. Why can't the FIND command run in folders other than %systemboot%\system32? How to set it up? I want to ask everyone if there is a way to make all commands callable in all folders. My system is XP SP2.
|
|
2006-11-23 07:39 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
你的 path 有问题。到其他机器看看 set path,然后抄一个回来
Your path is incorrect. Go to another machine to check set path, then copy one back
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2006-11-23 08:15 |
|
|
redtek
金牌会员
     
积分 2902
发帖 1147
注册 2006-9-21
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
看看路径里是不是少了 C:\WINDOWS\system32; 这个路径信息?
因为你的 find.exe 默认 %systemboot%\system32 目录内:)
如果路径信息不包含上面路径则找不到,很有趣~:)
这样吧,你把find.exe文件干脆copy到 %systemboot%目录里吧,
这样什么都不用改了,哈哈……但照样可以用:)
Is there a missing path information of C:\WINDOWS\system32; in the path?
Because your find.exe defaults to the %systemboot%\system32 directory : )
If the path information does not contain the above path, it cannot be found, very interesting~ : )
How about you copy the find.exe file directly to the %systemboot% directory?
Then nothing needs to be changed, haha... but it can still be used : )
|

Redtek,一个永远在网上流浪的人……
_.,-*~'`^`'~*-,.__.,-*~'`^`'~*-,._,_.,-*~'`^`'~*-,._,_.,-*~'`^`'~*-,._ |
|
2006-11-23 08:52 |
|
|
dos9527
中级用户
  
积分 252
发帖 56
注册 2003-12-29
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
但是下次别的命令再有这样的问题那不是都要COPY文件吗,有一劳永逸的方法吗
But next time if other commands have such problems, won't we have to copy files all the time? Is there a permanent solution?
|
|
2006-11-23 10:45 |
|
|
dos9527
中级用户
  
积分 252
发帖 56
注册 2003-12-29
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\sd\Application Data
CLIENTNAME=Console
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=68
ComSpec=C:\WINDOWS\system32\cmd.exe
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\sd
LOGONSERVER=\\68
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 6 Model 10 Stepping 0, AuthenticAMD
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=0a00
ProgramFiles=C:\Program Files
PROMPT=$P$G
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\DOCUME~1\sd\LOCALS~1\Temp
TMP=C:\DOCUME~1\sd\LOCALS~1\Temp
USERDOMAIN=68
USERNAME=sd
USERPROFILE=C:\Documents and Settings\sd
windir=C:\WINDOWS
ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\sd\Application Data
CLIENTNAME=Console
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=68
ComSpec=C:\WINDOWS\system32\cmd.exe
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\sd
LOGONSERVER=\\68
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 6 Model 10 Stepping 0, AuthenticAMD
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=0a00
ProgramFiles=C:\Program Files
PROMPT=$P$G
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\DOCUME~1\sd\LOCALS~1\Temp
TMP=C:\DOCUME~1\sd\LOCALS~1\Temp
USERDOMAIN=68
USERNAME=sd
USERPROFILE=C:\Documents and Settings\sd
windir=C:\WINDOWS
|
|
2006-11-23 10:56 |
|