[Kea-users] Kea does not send option 161, 162, 184 and 185 information

Ege Tunckanat tunckanat15 at itu.edu.tr
Tue Oct 9 07:20:36 UTC 2018


Hello,

I'm trying to use option 161, 162, 184 and 185 with option definition in Kea
1.4.0 P1. However, Kea dhcp does not send the option information to the
client.

 "option-def": [
                {
                        "name": "wyse-ftp-config",
                        "code": 161,
                        "type": "string"
                },
                {
                        "name": "wyse-ftp-path",
                        "code": 162,
                        "type": "string"
                },
                {
                        "name": "wyse-ftp-user",
                        "code": 184,
                        "type": "string"
                },
                {
                        "name": "wyse-ftp-password",
                        "code": 185,
                        "type": "empty"
                }

               ]

And my option data is;

 "option-data": [

                {"name": "routers", "data": "10.0.1.254"},
                {
                "name": "wyse-ftp-config",
                "code": 161,
                "data": "a.example.com"
                },
                {
                "name": "wyse-ftp-path",
                "code": 162,
                "data": "/wyse/conf/"
                },
                {
                "name": "wyse-ftp-user",
                "code": 184,
                "data": "admin"
                },
                {
                "name": "wyse-ftp-password",
                "code": 185,
                "data": ""
                }
]
I'm waiting your response about this matter as soon as possible.
Regards



--
Sent from: http://kea-users.7364.n8.nabble.com/



More information about the Kea-users mailing list