D3H6G9 Posted January 16, 2005 Posted January 16, 2005 is it possible to change my IP address directly from CLI?
knight_dkn Posted January 16, 2005 Posted January 16, 2005 I'm not sure that it is actually. But if you can it will be with the net.exe utility, i'm faily familiar with ipconfig.exe and I don't believe that can do it.
ravashaak Posted January 16, 2005 Posted January 16, 2005 I'm fairly certain you can do this via scripting with the netsh command. The following link should provide some guidance:http://www.microsoft.com/resources/documen...n-us/netsh.mspxI've yet to try this myself, although it's on my to-do list. Let me know if it works! - Ravashaak
berrick Posted January 17, 2005 Posted January 17, 2005 OKay peeps you asked i'll tellTo do this from a command line you can use a command called NETSH.EXE with the following syntaxnetsh interface ip set address name="name of interface to bind ip data" static 192.168.200.100 255.255.255.0 192.168.200.1 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now