不知是不是有朋友像我一樣從使用者許可權下runas來得到乙個管理員許可權的cmd然後對電腦進行配置的修改,對於網路的配置用runas似乎不大好辦,其實我們一樣可以作到:)
下面看如何來作
c:/>ipconfig /all麢??r
v傭?篾9紵
windows ip configuration2w?槩劃
鰆?yl?
host name . . . . . . . . . . . . : ibm-8v8wrwvmdl4溵髭1
primary dns suffix . . . . . . . :6絙)|?v?
node type . . . . . . . . . . . . : unknown2屣/x磠x?
ip routing enabled. . . . . . . . : no$>? 姾宙
wins proxy enabled. . . . . . . . : no氊j?z |
√俶詐^ ?
ethernet adapter 本地連線:m訛壎囉
9鴡 _
connection-specific dns suffix . :o詢n?4 ?
description . . . . . . . . . . . : intel(r) pro/100 ve network connecti?罯[澝宸?
on驢函袟︵?
physical address. . . . . . . . . : 00-02-8a-21-c8-62瓅謃鎛c@?
dhcp enabled. . . . . . . . . . . : yes燪駾抻?獯
autoconfiguration enabled . . . . : yes3纆/?e?k
autoconfiguration ip address. . . : 169.254.163.104n扆i贄歷?
subnet mask . . . . . . . . . . . : 255.255.0.0?纑?dcn
default gateway . . . . . . . . . :b3j媇??
噶)^nj(
c:/>netsh憛s払 `誕
netsh>inte***cew o襴a譔峮
netsh inte***ce>ip?: 旊偌?
netsh inte***ce ip>add address "本地連線" 172.31.50.205 255.255.255.0 172.31.50.254 1?蓴卣磣鞚
確定。痼k逖k7??
{}??t>戍
netsh inte***ce ip>add dns "本地連線" 211.167.254.226 index=1pi?珒g
確定。隸??x撞?
帢ⅰ喢h/??
netsh inte***ce ip>exitcfp嬐<?
n撚p媄褆〨
h pmr豧?
c:/>ipconfig /allmn洇鰜炔
?蝃?族
windows ip configuration媰p@鯑aa
s勶吊:z撴=
host name . . . . . . . . . . . . : ibm-8v8wrwvmdl4c8氒???
primary dns suffix . . . . . . . :;溦[u?o??
node type . . . . . . . . . . . . : unknown?抱wt?惱d
ip routing enabled. . . . . . . . : nox罌《育kk?
wins proxy enabled. . . . . . . . : noxgy氣
u鵴尡=h
ethernet adapter 本地連線:c?唌?
?媂濄?
connection-specific dns suffix . :嬨"0o?
description . . . . . . . . . . . : intel(r) pro/100 ve network connectilk憨餣?lt;
onv鑔*?8
physical address. . . . . . . . . : 00-02-8a-21-c8-62?>胔 ??
dhcp enabled. . . . . . . . . . . : no?臹牙糭:?
ip address. . . . . . . . . . . . : 172.31.50.205z;@?,
subnet mask . . . . . . . . . . . : 255.255.255.0ip崁3甉
default gateway . . . . . . . . . : 172.31.50.254s儃2??
dns servers . . . . . . . . . . . : 211.167.254.226褨銋q觘
批處理命令列改變ip配置
備份:netsh -c inte***ce dump>aaaa.txt
然後複製修改aaaa.txt為不同的配置
還原不同的配置檔案:netsh -f aaaa.txt
命令列下配置windows xp防火牆
命令:netsh firewall
引數:
? // 顯示命令列表
add // 新增防火牆配置
delete // 刪除防火牆配置
dump // 顯示乙個配置指令碼
help // 顯示命令列表
reset // 將防火牆配置重置為預設值。
set // 設定防火牆配置
show // 顯示防火牆配置
add allowedprogram // 新增防火牆允許的程式配置。
add portopening // 新增防火牆埠配置
delete allowedprogram // 刪除防火牆允許的程式配置
delete portopening // 刪除防火牆埠配置
set allowedprogram // 設定防火牆允許的程式配置
set icmpsetting // 設定防火牆 icmp 配置
set logging // 設定防火牆記錄配置
set multicastbroadcastresponse // 設定防火牆多播/廣播響應配置
set notifications // 設定防火牆通知配置
set opmode // 設定防火牆操作配置
set portopening // 設定防火牆埠配置
set service // 設定防火牆服務配置
show allowedprogram // 顯示防火牆允許的程式配置
show config // 顯示防火牆配置。
show currentprofile // 顯示當前防火牆配置檔案
show icmpsetting // 顯示防火牆 icmp 配置
show logging // 顯示防火牆記錄配置
show multicastbroadcastresponse // 顯示防火牆多播/廣播響應配置
show notifications // 顯示防火牆操作配置
show opmode // 顯示防火牆埠配置
show portopening // 顯示防火牆埠配置
show service // 顯示防火牆服務配置
show state // 顯示當前防火牆狀態
例如:
命令:netsh firewall show allowedprogram //檢視防火牆放行的程式
netsh firewall set portopening tcp 445 enable //開啟445埠
netsh firewall set portopening tcp 3389 enable //不用說了,放行終端啦。。
netsh firewall delete allowedprogram c:/a.exe //刪除放行程式a.exe
netsh firewall set allowedprogram c:/a.exe a enable //新增程式c盤下的a.exe並放行
netsh firewall add allowedprogram c:/a.exe a enable //新增程式c盤下的a.exe並放行
set allowedprogram和add allowedprogram效果一樣都可以新增放行程式,c:/a.exe是程式路徑a是在防火牆裡顯示的程式名字,這個名字可以 隨便寫,別有用心的傢伙可以用個迷惑性的名字。。呵呵。。其他命令自己試試吧。。
要是終端登陸做了ip限制的可以用netsh firewall set portopening tcp 3389 遠端桌面 enable custom 1.1.1.1<---你的ip,這個命令(中文版xp2)。
nmcli命令列網路配置
nmcli是基於命令列的網路管理配置工具 command line tool for controlling networkmanager 該命令可以完成所有的網路配置工作,並直接寫入了配置檔案,永久生效 無需重啟網路連線服務 語法 nmcli 選項 物件 這裡的物件和引數可以用全稱也可以用簡稱,最...
mac命令列配置網路
mac命令列配置網路 今天終於找到了mac os x通過命令列修改ip的方式了,記錄如下 修改mac位址,重啟後失效 sudo ifconfig en0 lladdr d0 67 e5 2e 07 f1 修改路由表,同時使用有線網絡卡和無線網絡卡 netstat nr 檢視路由表 www.2cto....
CentOS 命令列下網路配置
注 此方法適用於永久配置網路資訊 1 檢視網絡卡資訊 ifconfig 2 配置ip vi etc sysconfig network scripts ifcfg eth0 device eth0 網絡卡編號 bootproto static 靜態ip或者dhcp動態獲取。靜態 static 動態 ...