Hmm, mit ifconfig gehts
(unix - variante)
Vielleicht gibts dafür nen winport
Aber schau mal im Netz. Irgendwo gibts dafür bestimmt ne API. Standard Funktionen gibts dafür jedenfalls net.
rya.
Scorcher24
edit:
Follow this steps :
1. Open registry on the HKEY_LOCAL_MACHINE
2. Find the subKey = SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkCards\"netcard# "
"netcard# " usually is "1" but you can control any subkey and find specific netwrok Adapters
Refer to "MSDN Registry Entries for Network Adapter Cards"
3. Get data for the value "ServiceName"
4. Find the subKey = SYSTEM\CurrentControlSet\Services\"ServiceName"\Parameters\TcpIp"
5. Set data for the value "IpAddress" to change IP address
6. Set data for the value "SubnetMask" to change subnet mask
7. Set data for the value "DefaultGateway" to change default gateway
8. Reboot your PC.
So. Das is ne Anleitung für das ändern über die Registry. Wenn du jetzt das ganze mit nem Programm amchst haste die Lösung. Gib mir Zeit dann hab ich vielleicht den Code bald zusammen, weil ich hab mir da mal ein paar funktionen für die Registry gemacht. Ich muss nur die Diskette finden
rya.
Scorcher