Sunday, 9 August 2009
to see IP address
လြယ္လြယ္ကူကူနဲ့ အိုင္ပီ Address ၾကည့္မယ္
အခုေရးတဲ့ဖုိင္ကေတာ့ Batch file အမ်ဳိးအစားပါ။ဒီဖုိင္ကို run လုိက္ရင္ သင့္စက္ရဲ႔ IP,Subnet,Gateway, MAC , DNS , Server ေတြရဲ႔ Address ကိုျပရံုအျပင္ သင့္ရဲ႔ Network Adaptor ေကာင္းမေကာင္းကိုပါ တခါတည္း စစ္ ေပးအံုးမွာျဖစ္တယ္။ ေအာက္ကစာသားကို Notepad ထဲကိုကူးထည့္ပါ C:\windows ဖိုလ္ဒါ ေအာက္တြင္ ဖုိင္နာမည္ IP.Bat ရုိက္သိမ္းပါ။ၿပီးလွ်င္ run box ကိုဖြင့္ၿပီး ip ရုိက္ enter ေခါက္လိုက္ပါ။
@echo.
@echo IP For Technology Pass Computer.
@echo By:lusoe
@ipconfig/all | find "IP Address"
@ipconfig/all | find "Subnet Mask"
@ipconfig/all | find "Default Gateway"
@ipconfig/all | find "Host Name"
@ipconfig/all | find "DNS Suffix Search List"
@ipconfig/all | find "Physical Address"
@ipconfig/all | find "DHCP Enabled"
@ipconfig/all | find "DHCP Server"
@ping 127.0.0.1
@echo.
@pause
၁) Run Box မွာ cmd ေရး enter ႏွိပ္။ ၿပီးရင္ ipconfig /all အဲဒါကုိေရးၿပီး enter ႏွိပ္လုိက္ရင္လည္း ရေၾကာင္းပါ။
၂) မိမိ တို႔စက္ရဲ႔ internet ip ႏွင့္ Gateway ကို ျမန္ဆန္စြာၾကည့္ရႈခ်င္တယ္ဆိုရင္ ေတာ့့ ေအာက္ကနည္းလမ္းေလး အတိုင္းလုပ္ေဆာင္ႏိုင္ပါတယ္ ခင္မ်ာ။
Start Menu ---- > Run ကိုဖြင့္ပါ>Type cmd /k ipconfig ကိုရုိက္ၿပီး Enter ေခါက္ပါ။ u will be okay!
No comments:
Post a Comment