再封ip
218.93.16.72 弹出地址:www.heath365.cn
210.51.23.87 弹出地址:1583.cn
222.216.28.25 挂马地址:hk.www404.cn:53/…
218.93.16.72 弹出地址:www.heath365.cn
210.51.23.87 弹出地址:1583.cn
222.216.28.25 挂马地址:hk.www404.cn:53/…
C:\Documents and Settings\as>netsh interface ip set dns "本地连接" static 192.16
8.1.1 primary
确定。
这样就可以啦,设置dns为静态的地址192.168.1.1,嘿嘿,如果设置错误就不可以上网啦厄。
参考:
C:\Documents and Settings\as>netsh interface ip set /?
下列指令有效:
此上下文中的命令:
set address – 设置指定的接口的 IP 地址或默认网关。
set dns – 设置 DNS 服务器模式和地址。
set wins – 设置 WINS 服务器模式和地址。
C:\Documents and Settings\as>netsh interface ip set dns /?
用法: set dns [name=]<string> [source=]dhcp|static [addr=]<IP address>|none
[[register=]none|primary|both]
参数:
标志 值
name – 界面的名称。
source – 下面的值之一:
dhcp: 设置 DHCP 作为为某一个界面配置 DNS 服务器的源。
静态: 设置配置 DNS 服务器的源为本地静态配置。
addr – 下面的值之一:
<IP 地址>: DNS 服务器的一个 IP。
none: 清除 DNS 服务器列表。
register – 下面的值之一:
none: 禁用动态 DNS 注册。
primary: 只在主 DNS 后缀下注册。
both: 在主 DNS 后缀下注册,也在特定连接后缀下注册。
说明: 设置 DNS 服务器配置为 DHCP 或静态模式。只有在源是“static”,
并且“addr” 选项也可用以为此特定的界面配置 DNS 服务器的 IP
地址的一个静态列表的情况下。
示例:
set dns name=”Local Area Connection” source=dhcp
set dns “Local Area Connection” static 10.0.0.1 primary
1。网刻完 固定准确自动修改 IP 机号 10秒内可以一次姓完成1000台机子
先找个工具 把你网吧所有的 MAC 扫描下来。
然后再 把保存起来 保存文件 mac.txt
然后把 MAC 和 IP 机号 排列好
如: 00-00-00-f2-4d-00 192.168.1.2 abc002
中间有空格
把所有的IP 按这样的排列就可以。
一般会懂一点点批处理的人都会看明白
下面回复看见代码:
回复后可见更多批处理代码
@echo off
@echo
color 1f
title *****************************************************************
@echo off
@Echo
@Echo ^⊙ ^⊙
@Echo ^§ ^§
@Echo ^)^≡^( ^)^≡^(
@Echo ^|^| ^|^|
@Echo ^|^| 全自动配置IP机号 ^|^|
@Echo ^|^| ^|^|
@Echo ^|^| ^|^|
@Echo ^∨ ^∨
@Echo
@Echo
@Echo
@Echo
if exist c:\ipconfig.txt del c:\ipconfig.txt
ipconfig /all >c:\ipconfig.txt
if exist c:\phyaddr.txt del c:\phyaddr.txt
find “Physical Address” c:\ipconfig.txt >c:\phyaddr.txt
for /f “skip=2 tokens=12″ %%M in (c:\phyaddr.txt) do set Mac=%%M
ECHO 本机MAC为:%Mac%
find “%Mac%” \\xxx003\自动配置IP$\mac.txt >c:\2.txt
for /f “skip=2 tokens=2″ %%D in (c:\2.txt) do set IIP=%%D
echo 本机IP为:%IIP%
for /f “skip=2 tokens=3″ %%J in (c:\2.txt) do set PCname=%%J
echo 本机机号:%PCname%
Read more…
新鲜评论