11.09.2006

DHCP settings for Wanray

I've been using sunrays behind firewalls and routers for a while now using other DHCP servers to hand out the correct attributes. But, I've only found the right attributes in one place. Here at Notre Dame's site, an assistant professor named Aaron Striegal made a short how-to. Here are the main things you must put in your dhcpd.conf:

authoritative;
option space SUNW-NewT;
option SUNW-NewT.AuthSrvr code 21 = ip-address;
option SUNW-NewT.AuthPort code 22 = unsigned integer 16;
option SUNW-NewT.NewTVer code 23 = text;
option SUNW-NewT.LogHost code 24 = ip-address;
option SUNW-NewT.LogKern code 25 = unsigned integer 8;
option SUNW-NewT.LogNet code 26 = unsigned integer 8;
option SUNW-NewT.LogUSB code 27 = unsigned integer 8;
option SUNW-NewT.LogVid code 28 = unsigned integer 8;
option SUNW-NewT.LogAppl code 29 = unsigned integer 8;
option SUNW-NewT.FWSrvr code 31 = ip-address;
option SUNW-NewT.Intf code 33 = text;

class "vendor-classes" {
match option vendor-class-identifier;
}

subclass "vendor-classes" "SUNW.NewT.SUNW" {
vendor-option-space SUNW-NewT;
option SUNW-NewT.AuthSrvr XXX.XX.XX.XXX;
}

Obviously you want to replace the Xs with your server's IP. The link is also in my del.icio.us. The Think Thin blog also has some info on it. I also just put my feed on feedburner, check it out.

submit to: del.icio.us | Digg | reddit

1 Comments:

At 2:38 PM, Blogger Nate Wheeler said...

Come on.....leave one at least eh?

 

Post a Comment

<< Home