RTシリーズとWindowsに関するFAQ
WindowsNT/Windows2000で、IPアドレスを自動取得と設定したとき、設定値確認する方法は?(ipconfig.exe)
| 新規作成日 | 2000/Feb/08 |
| 最終変更日 | 2022/Dec/28 |
| 文書サイズ | 7.1KB |
WindowsNT/Windows2000で、IPアドレスを自動取得と設定したとき、設定値確認する方法は?(ipconfig.exe)
[ ipconfig.exeとは? ]
WindowsNT/Windows2000には、「ipconfig.exe」というIPアドレス等の設定値を確認する
ソフトウェアが添付されています。
ちなみに、Windows95/Windows98では、「winipcfg.exe」。
C:\> ipconfig ... IPアドレスなどが表示されます。 C:\> |
C:\> ipconfig /?
C:\> ipconfig
C:\> ipconfig /all
C:\> ipconfig /release
C:\> ipconfig /renew
C:\>
C:\>ipconfig /?
Windows 2000 IP Configuration
USAGE:
ipconfig [/? | /all | /release [adapter] | /renew [adapter]
| /flushdns | /registerdns
| /showclassid adapter
| /setclassid adapter [classidtoset] ]
adapter Full name or pattern with '*' and '?' to 'match',
* matches any character, ? matches one character.
Options
/? Display this help message.
/all Display full configuration information.
/release Release the IP address for the specified adapter.
/renew Renew the IP address for the specified adapter.
/flushdns Purges the DNS Resolver cache.
/registerdns Refreshes all DHCP leases and re-registers DNS names
/displaydns Display the contents of the DNS Resolver Cache.
/showclassid Displays all the dhcp class IDs allowed for adapter.
/setclassid Modifies the dhcp class id.
The default is to display only the IP address, subnet mask and
default gateway for each adapter bound to TCP/IP.
For Release and Renew, if no adapter name is specified, then the IP address
leases for all adapters bound to TCP/IP will be released or renewed.
For SetClassID, if no class id is specified, then the classid is removed.
Examples:
> ipconfig ... Show information.
> ipconfig /all ... Show detailed information
> ipconfig /renew ... renew all adapaters
> ipconfig /renew EL* ... renew adapters named EL....
> ipconfig /release *ELINK?21* ... release all matching adapters,
eg. ELINK-21, myELELINKi21adapter.
C:\>
|
[ ipconfig.exeの利用例 ]
[ GUIなipconfig(winipcfg.exe)が欲しい! ]
[ 関連FAQ ]
[ FAQ for RT-Series ]
[ FAQ for Windows / RTユーティリティ ]