|
osdir.com mailing list archive |
|
|
|
Subject: Re: Solaris dhcp jumpstart problem - msg#00176List: network.dhcp.isc.dhcp-server
*** From dhcp-server -- To unsubscribe, see the end of this message. ***
Hello, My problem was that the Sun jumpstart dhcp client don't understand vendor options when their combind length is more that 255. Notice the + sign just before "vers=2", the next byte is 255, stating that more that 255 bytes follow. The next plus sign says that another 0x24 = 26 = chr($) bytes follow. Reducing path lenth fixed my problem. regards, Ole Morten Øian Ole Morten Øian wrote: > *** From dhcp-server -- To unsubscribe, see the end of this message. *** > > Hello, > > I ve tried to do a solaris 9 custom jumpstart off an isc dhcpd > server. It failes in a strange way, seems like it delivers a > partly malformattet reply to the jumpstartclient. The problem is that > suninstall don't find the SjumpsCF option (vendor option 14). Options > less then 14 seem to be fine. > > Do you have any suggestions? > > When snooping for dhcp packets I get the following reply from the dhcp > server: > medusa # snoop -i /tmp/skullerud.snoop -p 2 -x 0 > 2 0.00000 gaustad.asp.infostream.no -> jc6-4.i.no2.asap-asp.net > DHCP/BOOTP > DHCPOFFER > 144: 0000 0000 0000 0000 0000 0000 0000 0000 ................ > 160: 0000 0000 0000 0000 0000 0000 0000 0000 ................ > 176: 0000 0000 0000 0000 0000 0000 0000 0000 ................ > 192: 0000 0000 0000 0000 0000 0000 0000 0000 ................ > 208: 0000 0000 0000 0000 0000 0000 0000 0000 ................ > 224: 0000 0000 0000 0000 0000 0000 0000 0000 ................ > 240: 0000 0000 0000 0000 0000 0000 0000 0000 ................ > 256: 0000 0000 0000 0000 0000 0000 0000 0000 ................ > 272: 0000 0000 0000 6382 5363 3501 0236 04c3 ......c.Sc5..6.. > 288: e104 0d33 0400 02a3 0001 04ff ffff 0003 ...3............ > 304: 04c3 e104 012b ff01 0676 6572 733d 3202 .....+...vers=2. > 320: 04c3 e102 a603 176e 6673 3762 2d70 726f .......nfs7b-pro > 336: 642e 6173 6170 2d61 7370 2e6e 6574 0435 d.asap-asp.net.5 > 352: 2f69 6e73 7461 6c6c 2f73 7061 7263 2f53 /install/sparc/S > 368: 756e 4f53 2f35 2e39 2f69 6e73 7461 6c6c unOS/5.9/install > 384: 2f53 6f6c 6172 6973 5f39 2f54 6f6f 6c73 /Solaris_9/Tools > 400: 2f42 6f6f 7407 1a69 6e65 7462 6f6f 742e /Boot..inetboot. > 416: 5355 4e34 552e 536f 6c61 7269 735f 392d SUN4U.Solaris_9- > 432: 310a 04c3 e102 a60b 176e 6673 3762 2d70 1........nfs7b-p > 448: 726f 642e 6173 6170 2d61 7370 2e6e 6574 rod.asap-asp.net > 464: 0c20 2f69 6e73 7461 6c6c 2f73 7061 7263 . /install/sparc > 480: 2f53 756e 4f53 2f35 2e39 2f69 6e73 7461 /SunOS/5.9/insta > 496: 6c6c 0d2d 3139 352e 3232 352e 322e 3136 ll.-195.225.2.16 > 512: 363a 2f69 6e73 7461 6c6c 2f73 7061 7263 6:/install/sparc > 528: 2f53 756e 4f53 2f35 2e39 2f63 6f6e 6669 /SunOS/5.9/confi > 544: 670e 3031 3935 2e32 3235 2e32 2e31 3636 g.0195.225.2.166 > 560: 3a2f 696e 7374 2b24 616c 6c2f 7370 6172 :/inst+$all/spar > 576: 632f 5375 6e4f 532f 352e 392f 6a75 6d70 c/SunOS/5.9/jump > 592: 7374 6172 740f 0576 7431 3030 ff start..vt100. > > Notice the vendor option 14 has got a +$ inserted in midstring (xref > dhcpd.conf below.) > > Checking values on the jumpstart client gives the following output: > > # dhcpinfo -i hme0 SrootNM > nfs7b-prod.asap-asp.net > # dhcpinfo -i hme0 SrootPTH > /install/sparc/SunOS/5.9/install/Solaris_9/Tools/Boot > # dhcpinfo -i hme0 SinstNM > nfs7b-prod.asap-asp.net > # dhcpinfo -i hme0 SinstPTH > /install/sparc/SunOS/5.9/install > # dhcpinfo -i hme0 SsysidCF > 195.225.2.166:/install/sparc/SunOS/5.9/config > # dhcpinfo -i hme0 SjumpsCF > # > > > Below you will find relevant parts of the dhcpd.conf file. > > relevant parts of dhcpd.conf: > option space SUNW; > option SUNW.rootopt code 1 = text; > option SUNW.rootip4 code 2 = ip-address; > option SUNW.rootname code 3 = text; > option SUNW.rootpath code 4 = text; > option SUNW.swapip4 code 5 = ip-address; > option SUNW.swappath code 6 = text; > option SUNW.bootfile code 7 = text; > option SUNW.tz code 8 = text; > option SUNW.bootreadsize code 9 = unsigned integer 16; > option SUNW.instip4 code 10 = ip-address; > option SUNW.instname code 11 = text; > option SUNW.instpath code 12 = text; > option SUNW.sysidconfig code 13 = text; > option SUNW.installcfg code 14 = text; > option SUNW.term code 15 = text; > > group { > authoritative; > > option time-offset -3600; > option subnet-mask 255.255.255.0; > option broadcast-address 195.225.4.255; > option routers 195.225.4.1; > option netbios-name-servers ntintern1.asp.infostream.no; > option domain-name-servers 195.225.4.10, 195.225.3.10, 195.225.2.10; > option domain-name "genuity.no"; > option lpr-servers 195.225.4.12; > option log-servers loghost; > option ntp-servers r1.n.no1.asap-asp.net, > as5200.n.no2.asap-asp.net, site1.m.no3.asap-asp.net; > > group { > # Solaris JumpStart > option vendor-class-identifier "SUNW.Ultra-5_10"; > > vendor-option-space SUNW; > option SUNW.rootopt "vers=2"; > option SUNW.rootip4 195.225.2.166; > option SUNW.rootname "nfs7b-prod.asap-asp.net"; > option SUNW.rootpath > "/install/sparc/SunOS/5.9/install/Solaris_9/Tools/Boot"; > # swapip4 > # swappath > option SUNW.bootfile "inetboot.SUN4U.Solaris_9-1"; > # tz > # bootreadsize > option SUNW.instip4 195.225.2.166; > option SUNW.instname "nfs7b-prod.asap-asp.net"; > option SUNW.instpath "/install/sparc/SunOS/5.9/install"; > option SUNW.sysidconfig > "195.225.2.166:/install/sparc/SunOS/5.9/config"; > option SUNW.installcfg > "195.225.2.166:/install/sparc/SunOS/5.9/jumpstart"; > option SUNW.term "vt100"; > > host jc6-4.i.no2.asap-asp.net { > hardware ethernet 08:00:20:b6:05:75; > fixed-address 195.225.4.80; > } > } > > } > > -- Ole Morten Øian e-mail: omoian@xxxxxxxxxx Systems Engineer phone: +47 2270 4715 Genuity Norway mobile: +47 982 15 525 http://www.genuity.no/ ----------------------------------------------------------------------- List Archives : http://www.isc.org/ml-archives/dhcp-server/ Unsubscribe : http://www.isc.org/dhcp-lists.html -or- : mailto:dhcp-server-request@xxxxxxx?Subject=unsubscribe -----------------------------------------------------------------------
Thread at a glance:
Previous Message by Date: (click to view message preview)Re: AW: PXE Solution*** From dhcp-server -- To unsubscribe, see the end of this message. *** Hello Bernd, I am not sure what you mean with dos boot image. We use this setup to (re)install w2k machines. After they booted from the TFTP-server image this image takes over and after that I don't know what the Windows people do. Give the machine its name and some other things. Best regards, Roelof Bass, Bernd wrote: > *** From dhcp-server -- To unsubscribe, see the end of this message. *** > > Hi Roelof, > > thank you Roelof for this information. Some question about the boot = > image. > We like to setup pc=B4s with win2k or winxp over PXE. The unattended = > setup > should be no big problem, but the dos boot image ? Do you or anybody = > else > has some experience with that ? > > Best regards > > Bernd > > > > -----Urspr=FCngliche Nachricht----- > Von: Sondaar, Roelof [mailto:roelof.sondaar@xxxxxxxxx]=20 > Gesendet: Donnerstag, 13. M=E4rz 2003 08:42 > An: dhcp-server@xxxxxxx > Betreff: Re: PXE Solution > > > *** From dhcp-server -- To unsubscribe, see the end of this message. = > *** > > Hello Bernd, > > We just implemented PXE. > We use the following configuration: > > Option space PXE; > class "PXE" { > match if substring(option vendor-class-identifier, 0, 9) =3D = > "PXEClient"; > option vendor-encapsulated-options 01:04:00:00:00:00:ff; > option boot-size 0x1; > filename "PXE/basepxe.0"; > option tftp-server-name "sv5077.nl.scania.com"; > option vendor-class-identifier "PXEClient"; > vendor-option-space PXE; > } > > We placed this after the global options in dhcpd.conf. > I found some initial information in a Debian mailing list using google. > > The boot image is on the DHCP-servers, the rest ? is on Winx servers. > We are using DHCP V3.0.1rc9 running on SuSE 7.3. > > Best Regards, > Roelof > > Bass, Bernd wrote: > >> *** From dhcp-server -- To unsubscribe, see the end of this = > > message. > *** > >>=20 >>Hi@all, >>has anybody expirience with pxeservers in conjunction with isc-dhcpd > > runing > >>under linux ? >>Which product ? Maybe some links would be helpfull :) ... >>=20 >>Best regards >>=20 >>Bernd Bass >>=20 >>=20 >>=20 >>=20 >>= > > ----------------------------------------------------------------------- > >>List Archives : http://www.isc.org/ml-archives/dhcp-server/ >>Unsubscribe : http://www.isc.org/dhcp-lists.html =20 >>-or- : = > > mailto:dhcp-server-request@xxxxxxx?Subject=3Dunsubscribe =20 > >>= > > ----------------------------------------------------------------------- > >>=20 > > > > ----------------------------------------------------------------------- > List Archives : http://www.isc.org/ml-archives/dhcp-server/ > Unsubscribe : http://www.isc.org/dhcp-lists.html =20 > -or- : = > mailto:dhcp-server-request@xxxxxxx?Subject=3Dunsubscribe =20 > ----------------------------------------------------------------------- > > ----------------------------------------------------------------------- > List Archives : http://www.isc.org/ml-archives/dhcp-server/ > Unsubscribe : http://www.isc.org/dhcp-lists.html > -or- : mailto:dhcp-server-request@xxxxxxx?Subject=unsubscribe > ----------------------------------------------------------------------- > ----------------------------------------------------------------------- List Archives : http://www.isc.org/ml-archives/dhcp-server/ Unsubscribe : http://www.isc.org/dhcp-lists.html -or- : mailto:dhcp-server-request@xxxxxxx?Subject=unsubscribe ----------------------------------------------------------------------- Next Message by Date: click to view message previewAW: AW: PXE Solution*** From dhcp-server -- To unsubscribe, see the end of this message. *** Hi Roelof, we would like to do the same thing with pxe. My main questions concerns the TFTP-Server image. Is this image self made, a free available image or something else ? What does your TFTP-Server image provide for the windows poeple ? I guess something like a simple network connection? Questions over questions :). I=B4ve checked some webpages concerning pxe and diskless clients, but i did=B4nt find really the answers for my questions.=20 Thanks in advance. Bernd -----Urspr=FCngliche Nachricht----- Von: Sondaar, Roelof [mailto:roelof.sondaar@xxxxxxxxx]=20 Gesendet: Donnerstag, 13. M=E4rz 2003 12:10 An: dhcp-server@xxxxxxx Betreff: Re: AW: PXE Solution *** From dhcp-server -- To unsubscribe, see the end of this message. = *** Hello Bernd, I am not sure what you mean with dos boot image. We use this setup to (re)install w2k machines. After they booted from the TFTP-server image this image takes over and=20 after that I don't know what the Windows people do. Give the machine = its=20 name and some other things. Best regards, Roelof Bass, Bernd wrote: > *** From dhcp-server -- To unsubscribe, see the end of this = message. *** >=20 > Hi Roelof, >=20 > thank you Roelof for this information. Some question about the boot = =3D > image. > We like to setup pc=3DB4s with win2k or winxp over PXE. The = unattended =3D > setup > should be no big problem, but the dos boot image ? Do you or anybody = =3D > else > has some experience with that ? >=20 > Best regards >=20 > Bernd >=20 >=20 >=20 > -----Urspr=3DFCngliche Nachricht----- > Von: Sondaar, Roelof [mailto:roelof.sondaar@xxxxxxxxx]=3D20 > Gesendet: Donnerstag, 13. M=3DE4rz 2003 08:42 > An: dhcp-server@xxxxxxx > Betreff: Re: PXE Solution >=20 >=20 > *** From dhcp-server -- To unsubscribe, see the end of this = message. =3D > *** >=20 > Hello Bernd, >=20 > We just implemented PXE. > We use the following configuration: >=20 > Option space PXE; > class "PXE" { > match if substring(option vendor-class-identifier, 0, 9) =3D3D = =3D > "PXEClient"; > option vendor-encapsulated-options 01:04:00:00:00:00:ff; > option boot-size 0x1; > filename "PXE/basepxe.0"; > option tftp-server-name "sv5077.nl.scania.com"; > option vendor-class-identifier "PXEClient"; > vendor-option-space PXE; > } >=20 > We placed this after the global options in dhcpd.conf. > I found some initial information in a Debian mailing list using = google. >=20 > The boot image is on the DHCP-servers, the rest ? is on Winx servers. > We are using DHCP V3.0.1rc9 running on SuSE 7.3. >=20 > Best Regards, > Roelof >=20 > Bass, Bernd wrote: >=20 >> *** From dhcp-server -- To unsubscribe, see the end of this =3D >=20 > message. > *** >=20 >>=3D20 >>Hi@all, >>has anybody expirience with pxeservers in conjunction with isc-dhcpd >=20 > runing >=20 >>under linux ? >>Which product ? Maybe some links would be helpfull :) ... >>=3D20 >>Best regards >>=3D20 >>Bernd Bass >>=3D20 >>=3D20 >>=3D20 >>=3D20 >>=3D >=20 > = ----------------------------------------------------------------------- >=20 >>List Archives : http://www.isc.org/ml-archives/dhcp-server/ >>Unsubscribe : http://www.isc.org/dhcp-lists.html =3D20 >>-or- : =3D >=20 > mailto:dhcp-server-request@xxxxxxx?Subject=3D3Dunsubscribe =3D20 >=20 >>=3D >=20 > = ----------------------------------------------------------------------- >=20 >>=3D20 >=20 >=20 >=20 > = ----------------------------------------------------------------------- > List Archives : http://www.isc.org/ml-archives/dhcp-server/ > Unsubscribe : http://www.isc.org/dhcp-lists.html =3D20 > -or- : =3D > mailto:dhcp-server-request@xxxxxxx?Subject=3D3Dunsubscribe =3D20 > = ----------------------------------------------------------------------- >=20 > = ----------------------------------------------------------------------- > List Archives : http://www.isc.org/ml-archives/dhcp-server/ > Unsubscribe : http://www.isc.org/dhcp-lists.html =20 > -or- : = mailto:dhcp-server-request@xxxxxxx?Subject=3Dunsubscribe =20 > = ----------------------------------------------------------------------- >=20 ----------------------------------------------------------------------- List Archives : http://www.isc.org/ml-archives/dhcp-server/ Unsubscribe : http://www.isc.org/dhcp-lists.html =20 -or- : = mailto:dhcp-server-request@xxxxxxx?Subject=3Dunsubscribe =20 ----------------------------------------------------------------------- ----------------------------------------------------------------------- List Archives : http://www.isc.org/ml-archives/dhcp-server/ Unsubscribe : http://www.isc.org/dhcp-lists.html -or- : mailto:dhcp-server-request@xxxxxxx?Subject=unsubscribe ----------------------------------------------------------------------- Previous Message by Thread: click to view message previewSolaris dhcp jumpstart problem*** From dhcp-server -- To unsubscribe, see the end of this message. *** Hello, I ve tried to do a solaris 9 custom jumpstart off an isc dhcpd server. It failes in a strange way, seems like it delivers a partly malformattet reply to the jumpstartclient. The problem is that suninstall don't find the SjumpsCF option (vendor option 14). Options less then 14 seem to be fine. Do you have any suggestions? When snooping for dhcp packets I get the following reply from the dhcp server: medusa # snoop -i /tmp/skullerud.snoop -p 2 -x 0 2 0.00000 gaustad.asp.infostream.no -> jc6-4.i.no2.asap-asp.net DHCP/BOOTP DHCPOFFER 144: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 160: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 176: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 192: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 208: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 224: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 240: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 256: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 272: 0000 0000 0000 6382 5363 3501 0236 04c3 ......c.Sc5..6.. 288: e104 0d33 0400 02a3 0001 04ff ffff 0003 ...3............ 304: 04c3 e104 012b ff01 0676 6572 733d 3202 .....+...vers=2. 320: 04c3 e102 a603 176e 6673 3762 2d70 726f .......nfs7b-pro 336: 642e 6173 6170 2d61 7370 2e6e 6574 0435 d.asap-asp.net.5 352: 2f69 6e73 7461 6c6c 2f73 7061 7263 2f53 /install/sparc/S 368: 756e 4f53 2f35 2e39 2f69 6e73 7461 6c6c unOS/5.9/install 384: 2f53 6f6c 6172 6973 5f39 2f54 6f6f 6c73 /Solaris_9/Tools 400: 2f42 6f6f 7407 1a69 6e65 7462 6f6f 742e /Boot..inetboot. 416: 5355 4e34 552e 536f 6c61 7269 735f 392d SUN4U.Solaris_9- 432: 310a 04c3 e102 a60b 176e 6673 3762 2d70 1........nfs7b-p 448: 726f 642e 6173 6170 2d61 7370 2e6e 6574 rod.asap-asp.net 464: 0c20 2f69 6e73 7461 6c6c 2f73 7061 7263 . /install/sparc 480: 2f53 756e 4f53 2f35 2e39 2f69 6e73 7461 /SunOS/5.9/insta 496: 6c6c 0d2d 3139 352e 3232 352e 322e 3136 ll.-195.225.2.16 512: 363a 2f69 6e73 7461 6c6c 2f73 7061 7263 6:/install/sparc 528: 2f53 756e 4f53 2f35 2e39 2f63 6f6e 6669 /SunOS/5.9/confi 544: 670e 3031 3935 2e32 3235 2e32 2e31 3636 g.0195.225.2.166 560: 3a2f 696e 7374 2b24 616c 6c2f 7370 6172 :/inst+$all/spar 576: 632f 5375 6e4f 532f 352e 392f 6a75 6d70 c/SunOS/5.9/jump 592: 7374 6172 740f 0576 7431 3030 ff start..vt100. Notice the vendor option 14 has got a +$ inserted in midstring (xref dhcpd.conf below.) Checking values on the jumpstart client gives the following output: # dhcpinfo -i hme0 SrootNM nfs7b-prod.asap-asp.net # dhcpinfo -i hme0 SrootPTH /install/sparc/SunOS/5.9/install/Solaris_9/Tools/Boot # dhcpinfo -i hme0 SinstNM nfs7b-prod.asap-asp.net # dhcpinfo -i hme0 SinstPTH /install/sparc/SunOS/5.9/install # dhcpinfo -i hme0 SsysidCF 195.225.2.166:/install/sparc/SunOS/5.9/config # dhcpinfo -i hme0 SjumpsCF # Below you will find relevant parts of the dhcpd.conf file. relevant parts of dhcpd.conf: option space SUNW; option SUNW.rootopt code 1 = text; option SUNW.rootip4 code 2 = ip-address; option SUNW.rootname code 3 = text; option SUNW.rootpath code 4 = text; option SUNW.swapip4 code 5 = ip-address; option SUNW.swappath code 6 = text; option SUNW.bootfile code 7 = text; option SUNW.tz code 8 = text; option SUNW.bootreadsize code 9 = unsigned integer 16; option SUNW.instip4 code 10 = ip-address; option SUNW.instname code 11 = text; option SUNW.instpath code 12 = text; option SUNW.sysidconfig code 13 = text; option SUNW.installcfg code 14 = text; option SUNW.term code 15 = text; group { authoritative; option time-offset -3600; option subnet-mask 255.255.255.0; option broadcast-address 195.225.4.255; option routers 195.225.4.1; option netbios-name-servers ntintern1.asp.infostream.no; option domain-name-servers 195.225.4.10, 195.225.3.10, 195.225.2.10; option domain-name "genuity.no"; option lpr-servers 195.225.4.12; option log-servers loghost; option ntp-servers r1.n.no1.asap-asp.net, as5200.n.no2.asap-asp.net, site1.m.no3.asap-asp.net; group { # Solaris JumpStart option vendor-class-identifier "SUNW.Ultra-5_10"; vendor-option-space SUNW; option SUNW.rootopt "vers=2"; option SUNW.rootip4 195.225.2.166; option SUNW.rootname "nfs7b-prod.asap-asp.net"; option SUNW.rootpath "/install/sparc/SunOS/5.9/install/Solaris_9/Tools/Boot"; # swapip4 # swappath option SUNW.bootfile "inetboot.SUN4U.Solaris_9-1"; # tz # bootreadsize option SUNW.instip4 195.225.2.166; option SUNW.instname "nfs7b-prod.asap-asp.net"; option SUNW.instpath "/install/sparc/SunOS/5.9/install"; option SUNW.sysidconfig "195.225.2.166:/install/sparc/SunOS/5.9/config"; option SUNW.installcfg "195.225.2.166:/install/sparc/SunOS/5.9/jumpstart"; option SUNW.term "vt100"; host jc6-4.i.no2.asap-asp.net { hardware ethernet 08:00:20:b6:05:75; fixed-address 195.225.4.80; } } } -- Ole Morten Øian e-mail: omoian@xxxxxxxxxx Systems Engineer phone: +47 2270 4715 Genuity Norway mobile: +47 982 15 525 http://www.genuity.no/ ----------------------------------------------------------------------- List Archives : http://www.isc.org/ml-archives/dhcp-server/ Unsubscribe : http://www.isc.org/dhcp-lists.html -or- : mailto:dhcp-server-request@xxxxxxx?Subject=unsubscribe ----------------------------------------------------------------------- Next Message by Thread: click to view message previewLinux DHCP and Winows XP problem*** From dhcp-server -- To unsubscribe, see the end of this message. *** Hello Everyone, I have a peculiar problem that quite frankly has me stumped. I am running Mandrake 9.0 on my company server which is also acting as our DHCP server and our internet gateway. We have a dozen or so machines running everything from Windows 95 to XP. All of the windows 95 through Windows ME machine work fine. Here is the interesting part. The main hub is up-linked to to another hub in an adjoining office. On that hub there is an XP machine and a old 95 machine. The XP machine has a shared network drive on the 95 machine. Since I have connected the new Linux DHCP server whenever the XP machine machine reboots the XP GUI claims the network drive mounted on the 95 machine is disconnected. But, clicking on the icon connects the drive right away? If I use a Lynksys DSL router as our dhcp server the problem goes away and the XP GUI is correct. I have shut down every service on the server except for the DHCP server and I still get the same results. What can the Linksys router be doing that my fancy server is not? I am stumped on this one. I do know that XP is an offshoot of NT and everything from 95 to ME is Windows. Somewhere in that difference might explain why the other older machines still work flawlessly. Unfortunately my knowledge of NT is limited and I really have to fix this problem on the server side. If you have any thoughts or insight to this problem it would be hugely appreciated. Thank you in advance! Bill Morse Opera Systems Inc. __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - establish your business online http://webhosting.yahoo.com ----------------------------------------------------------------------- List Archives : http://www.isc.org/ml-archives/dhcp-server/ Unsubscribe : http://www.isc.org/dhcp-lists.html -or- : mailto:dhcp-server-request@xxxxxxx?Subject=unsubscribe -----------------------------------------------------------------------
Web Hosting Reviews from OSDir.com Sister Site iBizWebHosting.com
|
|