Re: [SLUG] Home LAN IP details

2004-07-08 Thread Dean Hamstead
your modem/router shoul dbe able to tell you leases or 'arp -a' will tell you what your computer knows about Dean bill wrote: I have a home LAN - 3 PC's networked via an ethernet switch and connected to the 'Net via a modem/router. The PC's IP's are generated by the modem/router via DHCP. AS

Re: [SLUG] Home LAN IP details

2004-07-08 Thread Brett Fenton
nmap -sP xxx.xxx.xxx.0/24 where the xxx's are your subnet. typically it will be something like 192.168.0.0/24 or 10.1.1.0/24 this is assuming your machines are responding to pings b On Fri, 9 Jul 2004 02:44 pm, bill wrote: I have a home LAN - 3 PC's networked via an ethernet switch and

Re: [SLUG] Home LAN IP details

2004-07-08 Thread Stuart Guthrie
ping -b 192.168.1.255 will show you replies from each attached computer on that subnet. HTH Stu On Fri, 2004-07-09 at 14:51, Brett Fenton wrote: nmap -sP xxx.xxx.xxx.0/24 where the xxx's are your subnet. typically it will be something like 192.168.0.0/24 or 10.1.1.0/24 this is assuming

RE: [SLUG] Home LAN IP details

2004-07-08 Thread Visser, Martin
Usually each of your PCs will register their hostname with the DHCP server when they ask it for an IP. Your modem/router will probably have a web page (look for status or somesuch) that will reveal the names, IP address and MAC (ethernet) address it knows about. Often they also act as a DNS and as