|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Example: If I do a reverse IP lookup for IP address 81.77.255.33, the result is user-1825.bbd24tcl.dsl.pol.co.uk. Can someone please explain to me what this means? Is the IP address the person's PC? If so, what is the "result"?
BTW, I'm using URL |
|
#2
|
||||
|
||||
|
Quote:
Your ISP is assigning this name to you. But this looks like a kind of information leak to me: user-1825 is hopefully not your contract number, login or similar... Since they probably have hundreds or even thousands of customers, they assign half-numerical names to you for easier administration (for them). Quote:
No. An IP address (V4) is 4 numbers in the range of 0-255 separated by a dot. I don't have to explain to you what a PC is, do I? "result"? Of what? ...M
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#3
|
|||
|
|||
|
Quote:
Maybe I didn't make myself clear. I know the PC's address on the Internet is 81.77.255.33, but where does the "user-1825.bbd24tcl.dsl.pol.co.uk" come into play? Why is it needed if the IP (V4) is the address of the PC? The webpage I referenced uses the term "result" to reference the info returned by the reverse lookup. If I post to Usenet, my posts show the IP address as my "Posting-Host". If I post to a WWW message board, the board's software records me as user-1825.bbd24tcl.dsl.pol.co.uk. I just don't understand the difference or why there is a need for it. Why is there a need for both if the IP address AND user-1825.bbd24tcl.dsl.pol.co.uk? Any help is greatly appreciated. Thanks. |
|
#4
|
|||
|
|||
|
Quote:
Maybe I didn't make myself clear. I know the PCs address on the Internet is 81.77.255.33, but where does the "user-1825.bbd24tcl.dsl.pol.co.uk" come into play? Why is it needed if the IP (V4) is the address of the PC? The webpage I referenced uses the term "result" to reference the info returned by the reverse lookup. If I post to Usenet, my posts show the IP address as my "Posting-Host". If I post to a WWW message board, the board's software records me as user-1825.bbd24tcl.dsl.pol.co.uk. I just don't understand the difference or why there is a need for it. Why is there a need for both if the IP address AND user-1825.bbd24tcl.dsl.pol.co.uk? Any help is greatly appreciated. Thanks. |
|
#5
|
|||||
|
|||||
|
Quote:
It's a DNS PTR record published by your ISP. Here's a list of some more: Code:
[root@vaio root]# for f in `seq 50`; do name=`dnsname 81.77.255.$f`; echo "81.77.255.$f -> $name"; done 81.77.255.1 -> user-1793.bbd24tcl.dsl.pol.co.uk 81.77.255.2 -> user-1794.bbd24tcl.dsl.pol.co.uk 81.77.255.3 -> user-1795.bbd24tcl.dsl.pol.co.uk 81.77.255.4 -> user-1796.bbd24tcl.dsl.pol.co.uk 81.77.255.5 -> user-1797.bbd24tcl.dsl.pol.co.uk 81.77.255.6 -> user-1798.bbd24tcl.dsl.pol.co.uk 81.77.255.7 -> user-1799.bbd24tcl.dsl.pol.co.uk 81.77.255.8 -> user-1800.bbd24tcl.dsl.pol.co.uk 81.77.255.9 -> user-1801.bbd24tcl.dsl.pol.co.uk 81.77.255.10 -> user-1802.bbd24tcl.dsl.pol.co.uk 81.77.255.11 -> user-1803.bbd24tcl.dsl.pol.co.uk 81.77.255.12 -> user-1804.bbd24tcl.dsl.pol.co.uk 81.77.255.13 -> user-1805.bbd24tcl.dsl.pol.co.uk 81.77.255.14 -> user-1806.bbd24tcl.dsl.pol.co.uk 81.77.255.15 -> user-1807.bbd24tcl.dsl.pol.co.uk 81.77.255.16 -> user-1808.bbd24tcl.dsl.pol.co.uk 81.77.255.17 -> user-1809.bbd24tcl.dsl.pol.co.uk 81.77.255.18 -> user-1810.bbd24tcl.dsl.pol.co.uk 81.77.255.19 -> user-1811.bbd24tcl.dsl.pol.co.uk 81.77.255.20 -> user-1812.bbd24tcl.dsl.pol.co.uk 81.77.255.21 -> user-1813.bbd24tcl.dsl.pol.co.uk 81.77.255.22 -> user-1814.bbd24tcl.dsl.pol.co.uk 81.77.255.23 -> user-1815.bbd24tcl.dsl.pol.co.uk 81.77.255.24 -> user-1816.bbd24tcl.dsl.pol.co.uk 81.77.255.25 -> user-1817.bbd24tcl.dsl.pol.co.uk 81.77.255.26 -> user-1818.bbd24tcl.dsl.pol.co.uk 81.77.255.27 -> user-1819.bbd24tcl.dsl.pol.co.uk 81.77.255.28 -> user-1820.bbd24tcl.dsl.pol.co.uk 81.77.255.29 -> user-1821.bbd24tcl.dsl.pol.co.uk 81.77.255.30 -> user-1822.bbd24tcl.dsl.pol.co.uk 81.77.255.31 -> user-1823.bbd24tcl.dsl.pol.co.uk 81.77.255.32 -> user-1824.bbd24tcl.dsl.pol.co.uk 81.77.255.33 -> user-1825.bbd24tcl.dsl.pol.co.uk 81.77.255.34 -> user-1826.bbd24tcl.dsl.pol.co.uk 81.77.255.35 -> user-1827.bbd24tcl.dsl.pol.co.uk 81.77.255.36 -> user-1828.bbd24tcl.dsl.pol.co.uk 81.77.255.37 -> user-1829.bbd24tcl.dsl.pol.co.uk 81.77.255.38 -> user-1830.bbd24tcl.dsl.pol.co.uk 81.77.255.39 -> user-1831.bbd24tcl.dsl.pol.co.uk 81.77.255.40 -> user-1832.bbd24tcl.dsl.pol.co.uk 81.77.255.41 -> user-1833.bbd24tcl.dsl.pol.co.uk 81.77.255.42 -> user-1834.bbd24tcl.dsl.pol.co.uk 81.77.255.43 -> user-1835.bbd24tcl.dsl.pol.co.uk 81.77.255.44 -> user-1836.bbd24tcl.dsl.pol.co.uk 81.77.255.45 -> user-1837.bbd24tcl.dsl.pol.co.uk 81.77.255.46 -> user-1838.bbd24tcl.dsl.pol.co.uk 81.77.255.47 -> user-1839.bbd24tcl.dsl.pol.co.uk 81.77.255.48 -> user-1840.bbd24tcl.dsl.pol.co.uk 81.77.255.49 -> user-1841.bbd24tcl.dsl.pol.co.uk 81.77.255.50 -> user-1842.bbd24tcl.dsl.pol.co.uk [root@vaio root]# The user-xxxx part increments for each IP address in the range. Quote:
From http://cr.yp.to/djbdns/wall.html: "You could simply leave the relevant data out of DNS. Unfortunately, some silly Internet servers look up the computer name for each incoming IP address, and drop connections from any unlisted computer. A reverse DNS wall lets you connect to these servers: it creates an artificial computer name for every IP address." Quote:
See above.
__________________
Alex (http://www.alex-greg.com) |
|
#6
|
|||
|
|||
|
Thanks for that. That answers my questions.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > Newbie asks for reverse IP lookup info |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|