zabbix
+ Reply to Thread
Results 1 to 3 of 3

Thread: Network IP Addressing

  1. #1
    Join Date
    Jun 2007
    Posts
    2

    Exclamation Network IP Addressing

    Hello.

    I'm sure this is a stupid question- I have researched it on Google, thought about it and still can't find an answer.

    How do you determine a company's IP address (internal) through nslookup or WHO IS? How does NAT affect this?

    I'm sure there is a way to find the internal network addressing through the use of nslookup and WHOIS, however I just don't get it.

    I would like to understand the process of determining what the internal IP addressing scheme is, how to find DMZ, firewall(s) etc....

    I would appreaciate any help.

  2. #2
    Join Date
    Sep 2006
    Posts
    1,649
    Well, there is a way, it's not definitely right, but usually works. First go to a site like [url]http://www.arin.net/whois[/url] and look up an IP address of a company's site. I did a random IP and got this:

    Code:
    Comcast IP Services, L.L.C. CABLE-* (NET-7*-0-0-0-*) 
                                      7*.0.0.0 - 7*.255.255.255
    Comcast IP Services, L.L.C. PITTSBURG-CDM-* (NET-7*-*44-0-0-*) 
                                      7*.*44.0.0 - 7*.*47.255.255
    
    # ARIN WHOIS database, last updated 2007-06-*7 **:*0
    # Enter ? for additional hints on searching ARIN's WHOIS database.
    From what you can see, this Comcast company uses the IP ranges 7*.0.0.0-7*.255.255.255, and their division in Pittsburg uses the IP ranges 7*.*44.0.0-7*.*47.255.255. Somewhere in those IP ranges usually lies the IP for the company's intranet (internal network), and you can't always access it via port 80 (default HTTP port for accessing IPs and domains).

  3. #3
    Join Date
    Sep 2005
    Posts
    2,050
    I'm pretty much a networking noob, but if you mean their internal LAN addressing, I'm quite sure you're not gonna get that. Only their router and its LAN machines are privy to that information, and the router by definition is indistinguishable from a regular internet-connected computer. It uses NAT to let its clients use the net.

+ Reply to Thread

Similar Threads

  1. IP addressing
    By Leima in forum General discussion
    Replies: 4
    Last Post: 01-26-2010, 01:03 AM
  2. IP Addressing
    By sparky in forum Programming
    Replies: 0
    Last Post: 07-08-2007, 12:48 PM
  3. Replies: 2
    Last Post: 02-15-2007, 04:52 PM
  4. Gsn network
    By n00b Hack3r in forum Internet Privacy
    Replies: 2
    Last Post: 11-07-2006, 06:41 PM
  5. Tracing an ip with dynamic addressing
    By Unregistered in forum Internet Privacy
    Replies: 1
    Last Post: 06-02-2005, 04:11 PM

Posting Permissions

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