dhcpd.conf with options 161 and 162

Installing, Configuring, Troubleshooting server daemons such as Web and Mail
Post Reply
4dmin
Posts: 1
Joined: 2014/05/29 21:37:43

dhcpd.conf with options 161 and 162

Post by 4dmin » 2014/05/29 21:47:01

Hello Everyone,
i have CentOS 5 with DHCP server. i need to modify my server to work with terminal WYSE. I have to write options 161 and 162 - ip ftp server and directory. I have no idea how to make it in centOS (dhcpd.conf)

X.X.X.X - ip ftp cerver
i tried:
option ftp-server code 161 = ip-address;
option ftp-server X.X.X.X;
option ftp-dir code 162 = text;
option ftp-dir C:\inetpub\ftproot;

also:
option ftpserver "X.X.X.X";
option ftpserver X.X.X.X;
option ftpserver code 161 "X.X.X.X";
option ftpserver code 161 = "X.X.X.X";
option ftpserver code 161 = X.X.X.X;
option ftpserver code 161 = ip-address; option ftpserver X.X.X.X;
option ftpserver code 161 = string; option ftpserver "X.X.X.X";
option option-161 "X.X.X.X";
option option-161 X.X.X.X;
option option-161 X.X.X.X;
option option-162 "pub/config";

but it isnt work,
please help! :)

Post Reply