CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2009
    Posts
    2

    ip adress changing

    Hello, how to renew my ip adress?

  2. #2
    Join Date
    Jun 2008
    Posts
    2,477

    Re: ip adress changing

    In C# or just through the command line? The command line way to do it is:

    Code:
    ipconfig /renew

  3. #3
    Join Date
    Feb 2009
    Posts
    2

    Re: ip adress changing

    its dosent work.

  4. #4
    Join Date
    Nov 2007
    Location
    .NET 3.5 / VS2008 Developer
    Posts
    624

    Re: ip adress changing

    renewing your connection isn't guaranteed to change your IP address. Are you behind a router or are you directly connected to a modem?

    and why exactly did you post this in the C# forum?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured