Hi Juliusz, Firstly, thanks for your answer.
Now, I'm describe my nodes configuration because I can't cunfigure my network with ahcpd yet. I downloaded ahcpd from debian repository: deb http://ftp.tw.debian.org/debian/ squeeze main contrib I would like to configure my interface 'ath0' by ahcp, so I have no info about that interface on my /etc/network/interfaces file. In my /etc/default/ahcpd file i have two lines: INTERFACES="ath0" DAEMON_ARGS="-i /var/lib/ahcpd/unique-id" About the server: /etc/ahcpd.conf file contains that: ############# mode server prefix fde6:20f5:c9ac:358::/64 prefix 192.168.4.128/25 lease-dir /var/lib/leases name-server fde6:20f5:c9ac:358::1 name-server 192.168.4.1 ntp-server 192.168.4.2 ############## I run it with this: > ahcpd -c /etc/ahcpd.conf ath0 And I get a warning message: "unknown interface ath0" About the others nodes: When I run >ahcpd ath0 I get the following error: "ahcp_socket: Address family not supported by protocol" Could you help me with all of that? Thanks in advanced. 2011/3/4 Juliusz Chroboczek <[email protected]> > > I have an adhoc wifi 11a network, with debian running on some ALIX > embedded > > pcs. > > Cool. > > > I'd like to add an autoconfigure protocol like ahcp. > > > First question: How should I configure /etc/network/interfaces file? > > AHCP is not integrated with Debian's framework, so you should *not* > mention the OLSR interfaces in /etc/network/interfaces. > > Choose one of your routers to be the AHCP server; this machine needs to > have stable storage that survives a reboot (a hard disk or some writable > piece of flash), and should preferably be running ntpd. The natural > choice is usually to the server on your Internet gateway. The other > routers will be clients, and they don't need to have writeable storage. > > Then follow the instructions in the README provided with AHCP (see the > sections "Setting up a server" and "Setting up a client"). If there's > anything that's not clear in the README, please let us know -- I'd like > to improve the README. > > --Juliusz > -- Tomás Cea Ortiz Ing. Informático Universidad Rey Juan Carlos Dpto. Teoría de la Señal y Comunicaciones Telf: 914888405
_______________________________________________ Babel-users mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/babel-users

