PDA

View Full Version : [all variants] Get IP Address Behind NAT



agrd_sn
April 7th, 2010, 03:10 PM
i want to get IP Address of users behind NAT..(192.x.x.x)
is it possible?

the topology:
wireless AP using NAT (192.x.x.x) => Local Area Network (172.x.x.x) => Internet

thx b4,
agrd_sn

chili555
April 7th, 2010, 03:16 PM
Here is a quick and dirty way to do it:
$ fping -g 192.168.1.100 192.168.1.125
192.168.1.108 is alive
192.168.1.117 is alive
192.168.1.118 is alive
ICMP Host Unreachable from 192.168.1.108 for ICMP Echo sent to 192.168.1.100
ICMP Host Unreachable from 192.168.1.108 for ICMP Echo sent to 192.168.1.100
ICMP Host Unreachable from 192.168.1.108 for ICMP Echo sent to 192.168.1.100
ICMP Host Unreachable from 192.168.1.108 for ICMP Echo
--- snip ---

agrd_sn
April 7th, 2010, 04:22 PM
hi chili555,

i'll try tomorrow.
thx.