The request timed out for me in a ping. So, it is not on the internet, must be a private network.
2006-08-07 02:00:42
·
answer #1
·
answered by BuyTheSeaProperty 7
·
7⤊
0⤋
What do you mean by "host ID"? Are you maybe asking for the hostname? If so, try ping -a 131.194.192.3
To the poster that said it's 131.194.0.0 -- that's a network address, not a "host ID".
131.194.192.3 is an IP address. It's probably a host address though it could be a broadcast address if it's configured with 30 bits of subnetting. There's no way to tell that from here.
2006-08-07 10:09:21
·
answer #2
·
answered by Bostonian In MO 7
·
0⤊
0⤋
The Host ID is 131.194.0.0
WHOIS results for 131.194.192.3
Generated by www.DNSstuff.com
Location: United States [City: San Antonio, Texas]
NOTE: More information appears to be available at NP92-ARIN.
OrgName: Trinity University
OrgID: TRINIT-9
Address: 715 Stadium Drive
City: San Antonio
StateProv: TX
PostalCode: 78212
Country: US
NetRange: 131.194.0.0 - 131.194.255.255
CIDR: 131.194.0.0/16
NetName: TRINITY
NetHandle: NET-131-194-0-0-1
Parent: NET-131-0-0-0-0
NetType: Direct Assignment
NameServer: NS1.TRINITY.EDU
NameServer: PEPVAX.PEPPERDINE.EDU
NameServer: NS2.TRINITY.EDU
Comment:
RegDate: 1989-01-05
Updated: 2000-01-26
RTechHandle: NP92-ARIN
RTechName: Pape, Neal
RTechPhone: +1-210-999-7401
RTechEmail: *****@trinity.edu
# ARIN WHOIS database, last updated 2006-08-06 19:10
# Enter ? for additional hints on searching ARIN's WHOIS database.
--------------------------------------------------------------------------------
2006-08-07 09:01:48
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
http://ws.arin.net/whois/?queryinput=131.194.192.3
OrgName: Trinity University
OrgID: TRINIT-9
Address: 715 Stadium Drive
City: San Antonio
StateProv: TX
PostalCode: 78212
Country: US
NetRange: 131.194.0.0 - 131.194.255.255
CIDR: 131.194.0.0/16
NetName: TRINITY
NetHandle: NET-131-194-0-0-1
Parent: NET-131-0-0-0-0
NetType: Direct Assignment
NameServer: NS1.TRINITY.EDU
NameServer: PEPVAX.PEPPERDINE.EDU
NameServer: NS2.TRINITY.EDU
Comment:
RegDate: 1989-01-05
Updated: 2000-01-26
RTechHandle: NP92-ARIN
RTechName: Pape, Neal
RTechPhone: +1-210-999-7401
RTechEmail: NPape@trinity.edu
# ARIN WHOIS database, last updated 2006-08-06 19:10
# Enter ? for additional hints on searching ARIN's WHOIS database.
2006-08-07 09:04:48
·
answer #4
·
answered by Murph 3
·
0⤊
0⤋
You can implement a program to find out the hostname of specified IP.
below is the library that includes the prototype of desired function.
#include
gethostbyname(..........)
better consult online articles on socket programming to get a bigger picture.
2006-08-07 09:06:38
·
answer #5
·
answered by ♥ forever 2
·
0⤊
0⤋