Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6647535
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:32:57+00:00 2026-05-26T00:32:57+00:00

Was wondering if anyone could help me out here. I don’t dont much with

  • 0

Was wondering if anyone could help me out here. I don’t dont much with c# but its easy for what im trying to do.

I am making a small application that will take in the hostname on my network and then return the full ipaddress(ipv4) ….From there i have options to ping/vnc/telnet…etc.

My question lies here… I am using GetHostEntry to return the ip address. Then I want to store the IP into a variable, and change the last octet. I figured a simple sting.split('.') would be the answer, but I can’t convert the IP to a string because the source is not a string. Any ideas?

Here is my Method to get the IP address, its just the basic GetHostEntry method:

IPHostEntry host = Dns.GetHostEntry( hostname );

Console.WriteLine( "GetHostEntry({0}) returns: {1}", hostname, host );

// This will loop though the IPAddress system array and echo out
// the results to the console window

foreach ( IPAddress ip in host.AddressList )
{
    Console.WriteLine( "    {0}", ip );
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T00:32:58+00:00Added an answer on May 26, 2026 at 12:32 am

    Here’s a rather brittle method that relies on the byte order of your machine and, obviously, the family of the provided address.

    byte[] ipBytes = ip.GetAddressBytes();
    while (ipBytes[0]++ < byte.MaxValue)
    {
      var newIp = new IPAddress(ipBytes);
      Console.WriteLine("    {0}", ip);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering if anyone could help me out, I'm trying to find a
I'm wondering if anyone could help me out here. Is it possible when deleting
I was wondering if anyone could help me out with jQuery file tree (
Hi guys I was wondering if anyone could help me out, I need to
I was just wondering if anyone could help out with how to do the
I was wondering if anyone could help me out with this. I am running
was wondering if anyone could help me out. I have been looking all over
I'm pretty new to lisp; I was wondering if anyone here could help me
I was wondering if anyone could help me out, or point me in the
I was wondering if anyone could help me. I'm trying to use the PHP

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.