Operating System - Linux
1830194 Members
14024 Online
109999 Solutions
New Discussion

Re: dhcpd scope option 161

 
Matt Shaffer_1
Regular Advisor

dhcpd scope option 161

I have the need to add 2 dhcp scope options (for ftp server and ftp directory) to dhcpd.conf and it's not working. I'm running redhat E3. I add in 2lines:
option option-161 10.4.44.60;
option option-162 "Blazer";

Has anyone experienced this before? I've searched online and the instructions I find say to do exactly what I did. Tahnks
2 REPLIES 2
Ivan Ferreira
Honored Contributor

Re: dhcpd scope option 161

Option 162 seems to be the full path to the directory, you have set only Blazer. Is this correct?

Maybe you can also try the next-server and filename parameters instead.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Matt Shaffer_1
Regular Advisor

Re: dhcpd scope option 161

solution


option ftp-server code 161 = ip-address;
option ftp-server 10.4.44.60;
option ftp-dir code 162 = text;
option ftp-dir Blazer;