এটি একটি সুন্দর সমাধান নয় তবে লিনাক্সের সাথে আমি আজ রাতেই এটি করেছি।
1) Log into a Linux box
2) sudo the next step, or su
3) fire up wireshark
4) from the list of available capture interfaces select your ethernet card (for me eth0)
5) let it site for a bit, and collect some data
6) from the menu Statistics -> Conversation List -> IPv4
7) the window will fill up with all the IPs that have come across your interface card. (for me my network is 192.168.42.0 but the router/switch came up as 192.168.1.1)
পরবর্তী পদক্ষেপগুলি হ'ল যদি আপনি নিজেকে খুঁজে পান যেখানে আমি ছিলাম এবং রাউটার / সুইচটি অন্য কোনও নেটওয়ার্কে রয়েছে তবে আপনার আসল নেটওয়ার্ক network
8) Since linux can have 2 IPs per network card, setup a second IP on the network that your router/switch is on.
ex. ifconfig eth0:0 192.168.1.100 netmask 255.255.255.0 up
9) Log into your router/switch (hope you remember the username and password)
10) change the IP to one that you will remember.
মনে রাখবেন আপনি যদি এটির (আপনার হোম নেটওয়ার্ক) মালিক না হন বা তাদের নেটওয়ার্কে এটি করার লিখিত অনুমতি না পেয়ে থাকেন তবে আপনি কোনও নেটওয়ার্কে এটি করবেন না।