Jump to content

Changing IP via CMD


Alok

Recommended Posts

Open cmd andType in the below command in CMD.

Syntex:

Netsh int ip set address/dns/wins “interface_name” source IP_address Subnet_mask default_gateway 1

Example:

For Static IP

Netsh int ip set address “Local Area Connection” static 192.168.1.2 255.255.255.0 192.168.1.1 1

For Static DNS

Netsh int ip set dns “Local Area Connection” static 208.67.222.222 primary

Netsh int ip set dns “Local Area Connection” static 208.67.202.202 secondary

For Dynamic IP (DHCP)

Netsh int ip set address “Local Area Connection” dhcp

Netsh int ip set dns “Local Area Connection” dhcp

Link to comment
Share on other sites

You can put the signature back once you fix the site, it's so awful, I don't know why you would want to promote it.

A good starting point: http://validator.w3.org/check?uri=http%3A%...ine&group=0

My favorite error is: Error Line 332, Column 83: document type does not allow element "HTML" here

wtf? two opening <html> tags in one page?

Link to comment
Share on other sites

The errors are most likely because it was made using word or some other office editor, which inserts all kinds of crap you don't need to display the page correctly. It probably only displays properly in IE.

Link to comment
Share on other sites

You can put the signature back once you fix the site, it's so awful, I don't know why you would want to promote it.

A good starting point: http://validator.w3.org/check?uri=http%3A%...ine&group=0

My favorite error is: Error Line 332, Column 83: document type does not allow element "HTML" here

wtf? two opening <html> tags in one page?

Sure....I'll resolve the issue as soon as I get back to my place....

Thanks for your advice.... :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...