*** From dhcp-server -- To unsubscribe, see the end of this message. ***

> So here's the problem, on my sun server I have
> the in.dhcpd that came with the OS and I which to convert it to isc's.
> A slice from my dhcptab:

I'm not entirely sure how to read those definitions, but I'll take a
shot at it.  I think what you should write is something like this:

option space pcnfs;
option pcnfs.Licserv code 3 = ip-address;
option pcnfs.Pcnfsd code 2 = ip-address;
option SN_TZ code 13 = string;
option SNadmfw code 1 = string;
option SNCboot code 12 = string;
option SNClgout code 9 = string;
option SNClogin code 8 = string;
option SNCpath code 11 = string;
option SNCserv code 10 = ip-address;
option SNnfsRd code 4 = integer 16;
option SNnfsTim code 6 = integer 16;
option SNnfsTry code 7 = integer 16;
option SNnfsWr code 5 = integer 16;

class "vendor-identifier" {
  match option vendor-class-identifier;
  vendor-option-space pcnfs;
  option pcnfs.SNadmfw "newserv";
  option pcnfs.Pcnfsd 172.16.10.40;
  option pcnfs.SNCserv=172.16.10.40;
  option pcnfs.Licserv=172.16.10.40;
}

subclass "vendor-identifier" "SUNW.PCNFS.5.1.1" {
  option pcnfs.SNCpath "/opt/SUNWpcnet/1.5/site";
  option pcnfs.SNCboot "pcnfs\\boot.snc";
  option pcnfs.SNClogin "pcnfs\\login.snc";
  option pcnfs.SNClgout "pcnfs\\logout.snc";
}

subclass "vendor-identifier" "SUNW.PCNFSPRO.1.1" {
  option pcnfs.SNCpath "/opt/SUNWpcnet/1.5/site";
  option pcnfs.SNCboot "pcnfspro\\boot.snc";
  option pcnfs.SNClogin "pcnfspro\\login.snc";
  option pcnfs.SNClgout "pcnfspro\\logout.snc";
}

subclass "vendor-identifier" "SUNW.PCW.LAN" {
}

Unfortunately, it's possible that a bug in the dhcp package will eat
the '\' characters - I can't remember whether or not I fixed that.
Can you give this a try and see how it goes?

Thanks!

                               _MelloN_


------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED]   Please try to use the web
page first - it will take a long time for your request to be processed by hand.

Archives for this mailing list are available at 
http://www.webnology.com/list-archives/dhcp/dhcp-server

------------------------------------------------------------------------------

Reply via email to