Le 25 mai à 21:54 Stéphane Guedon a écrit
> On Wednesday 25 May 2011 21:45:07 Harry Putnam wrote:
> > There must be a number of people who post here that have had to do
> > this problem.
> > 
> > Discover the addresses of computers on a home network that have
> > connected by way of DHCP.  For example: Several wireless connections.
> > 

« ip a s » to get your IP with your mask and then « nmap
ip.in.v4.format/mask »

> > I've used static IPS for around 10 yrs, always seemed handier for
> > things like ssh between home lan computers.
> > 
> > But recently started using DHCP for wireless connections.  It must
> > be such a popular method for some reason.
> > 
> > But when you do it that way, and say want to VNC or ssh or the like
> > to something connected by a dhcp serving WAP then how do you find
> > the address?
> > 
avahi and zeroconf could be an help. With avahi-daemon running every
where and avahi-dnsconfd I just type « ssh -l login myhostname.local »
or « ssh -l login myhostname.lan » depending on your configuration.

> > That is, besides something like accessing the WAP and checking the IPs
> > connected to it.
> > 
> > Is there some quick and sure way to discover any IPs on the home lan?
> >
> > Some kind of mapper tool?
You've got lanmap to, though it doesn't seem maintained IMHO and it
depends on nmap.

> 
> dhcp can assign static adresses ! Thus, it's easier to manage (only the dhcp 
> server to admin !)
> 
> I am not english, thus, don't know website with such doc (in english) but you 
> can easily find it on internet !
> 
Configuration sample are even given in isc-dhcp-server default conf
file, richly commented out.

> You have also dnsmasq that makes both dns (for lan) + dhcp (whereas commonly, 
> this functions are split)
-- 
Vincent-Xavier JUMEL GPG Id: 0x2E14CE70 http://thetys-retz.net

Rejoignez les 5398 adhérents de l'April http://www.april.org/adherer
Parinux, logiciel libre à Paris : http://www.parinux.org

Reply via email to