Displaying 7 results from an estimated 7 matches for "dhcp209l".
2013 Jun 07
3
memdisk and iso, speed up
...";
#option domain-name-servers ns1.example.com;
option subnet-mask 255.255.255.0;
default-lease-time 600;
max-lease-time 7200;
#allow bootp;
#allow booting;
option ip-forwarding false; # No IP forwarding
option mask-supplier false; # Don't respond to ICMP Mask req
server-name "dhcp209l";
next-server 192.168.0.100;
option space pxelinux;
option pxelinux.magic code 208 = string;
option pxelinux.configfile code 209 = text;
option pxelinux.pathprefix code 210 = text;
option pxelinux.reboottime code 211 = unsigned integer 32;
subnet 192.168.0.0 netmask 255.255.255.0 {
ran...
2013 Jun 08
2
memdisk and iso, speed up
...k 255.255.255.0;
> > default-lease-time 600;
> > max-lease-time 7200;
> > #allow bootp;
> > #allow booting;
> > option ip-forwarding false; # No IP forwarding
> > option mask-supplier false; # Don't respond to ICMP Mask req
> > server-name "dhcp209l";
> > next-server 192.168.0.100;
> > option space pxelinux;
> > option pxelinux.magic code 208 = string;
> > option pxelinux.configfile code 209 = text;
> > option pxelinux.pathprefix code 210 = text;
> > option pxelinux.reboottime code 211 = unsigned i...
2013 Jun 10
0
memdisk and iso, speed up
...t; default-lease-time 600;
>> > max-lease-time 7200;
>> > #allow bootp;
>> > #allow booting;
>> > option ip-forwarding false; # No IP forwarding
>> > option mask-supplier false; # Don't respond to ICMP Mask req
>> > server-name "dhcp209l";
>> > next-server 192.168.0.100;
>> > option space pxelinux;
>> > option pxelinux.magic code 208 = string;
>> > option pxelinux.configfile code 209 = text;
>> > option pxelinux.pathprefix code 210 = text;
>> > option pxelinux.rebootti...
2013 Jun 08
0
memdisk and iso, speed up
...example.com;
> option subnet-mask 255.255.255.0;
> default-lease-time 600;
> max-lease-time 7200;
> #allow bootp;
> #allow booting;
> option ip-forwarding false; # No IP forwarding
> option mask-supplier false; # Don't respond to ICMP Mask req
> server-name "dhcp209l";
> next-server 192.168.0.100;
> option space pxelinux;
> option pxelinux.magic code 208 = string;
> option pxelinux.configfile code 209 = text;
> option pxelinux.pathprefix code 210 = text;
> option pxelinux.reboottime code 211 = unsigned integer 32;
>
> subnet 1...
2013 Jun 07
2
memdisk and iso
On Fri, Jun 7, 2013 at 2:57 AM, Geert Stappers <stappers at stappers.nl> wrote:
> Op 2013-06-07 om 09:35 schreef Geert Stappers:
> > Op 2013-06-06 om 14:42 schreef H. Peter Anvin:
> > >
> > > Sounds like it's losing lots of packets.
> > >
> >
> > The tcpdump[1] shows strang HTTP traffic at the end.
> > It is TCP to port 80, but that
2013 Jun 10
2
memdisk and iso, speed up
...2.168.0.100;
> option pxelinux.magic f1:00:74:7e;
> option pxelinux.configfile "linux-install/pxelinux.cfg/default";
> option pxelinux.pathprefix "http://192.168.0.100/linux-install/";
> filename "linux-install/lpxelinux.0";
> server-name "dhcp209l";
> hardware ethernet 08:00:27:E7:34:E9;
> fixed-address 192.168.0.88;
> }
Good to see that 'site-option-space "pxelinux"' is added.
> stop/started DHCPd . Copied my /tftpboot/linux-install/* to
> /var/www/html/linux-install/* Changed tftp service config...
2013 Jun 11
0
memdisk and iso, speed up
...option pxelinux.magic f1:00:74:7e;
> > option pxelinux.configfile "linux-install/pxelinux.cfg/default";
> > option pxelinux.pathprefix "http://192.168.0.100/linux-install/";
> > filename "linux-install/lpxelinux.0";
> > server-name "dhcp209l";
> > hardware ethernet 08:00:27:E7:34:E9;
> > fixed-address 192.168.0.88;
> > }
>
> Good to see that 'site-option-space "pxelinux"' is added.
>
>
> > stop/started DHCPd . Copied my /tftpboot/linux-install/* to
> > /var/www/html/l...