/[mdap]/README
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 35 - (hide annotations)
Tue Apr 24 20:51:28 2007 UTC (16 years, 11 months ago) by dpavlin
File size: 747 byte(s)
added some documentation about tftp and dhcpd setup
1 dpavlin 35 Small experimental setup to enable MDAP update of ants (MDAP capable devices)
2    
3     Written by Dobrica Pavlinusic <dpavlin@rot13.org>
4    
5     ^ setup tftp /etc/inetd.conf
6    
7     tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd /srv/tftp
8    
9     ^ setup dhcpd /etc/dhcpd.conf
10    
11     option subnet-mask 255.255.255.0;
12     default-lease-time 300;
13     max-lease-time 600;
14     dynamic-bootp-lease-length 300;
15    
16     authoritative;
17     allow bootp;
18    
19     subnet 192.168.1.0 netmask 255.255.255.0 {
20     range dynamic-bootp 192.168.1.101 192.168.1.250;
21     }
22    
23     Special care should be taken with dhcpd server. It complains about unknown IP classes and doesn't
24     start. Also, there is intentional very small limit on IP lease time which should plenty enough
25     for ants to reflash because it takes ~ 3 min at most.

  ViewVC Help
Powered by ViewVC 1.1.26