Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
i've got a problem and was hoping someone here could help
I need to find the ip and subnetmask of a machine of wich i only know the mac adress.
I need this to find the adress of my home router after it crashed, because at the moment i am unable to locate him in the network (i've done some arp scans but didn't find it)
Did your router have a web-interface?
If so then I would try to do a scan for the http port (port 80) with nmap for example. nmap -sT -P0 -p 80 0.0.0.0/0
Try this command, but be careful not to be connected to the Internet. You might end up in trouble if you start scanning the hole Internet.
hmm why dont you try to use nmap 0.0.0.0/0 from your computer to the network.. i cluding the router/modem
or you can also limit down the scope... it you know something about the network... for example.. you know that.. it's ip perhaps ...202.146.x.x ... then you can try to scan ip with nmap 202.146.0.0/16
after.. your computer know.. which ip is alive.. then simply use the arp, match it... just type arp -a
Just wondering if you have the router manual avaliable....
According to the documentation on the website the default IP address is:
192.168.1.1. The default username is root with no password. Any ideas on how the network was configured? Did you ever change the default settings?
If the routers flash memory was corrupted then according to the documentation there was a utility called First Aid Agent included with the installation CD that can restore the original settings of the router using the param.ini file.
You say its still working as a hub. I suspect that something in the router end has gone awry.
i knew about the first aid software, what is does in cases like this is replace the software on the router with the original one. Sadly, you need the ip to connect.
All i changed was the dhcp range and some ip forwarding ports.
I once had the idea of using static ip's, and turned of dhcp, but there was nothing changed since i didn't confirm the changes.
and after all, even if dhcp was turned off, the router would still have his ip, right ?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.