DHCP Relay Invalid type "dhcp" in listen section
Hi, i have problem when i configured for dhcp relay, i have configured ./sites-enabled/dhcp-relay according to https://github.com/FreeRADIUS/freeradius-server/blob/master/raddb/sites-avai... and i have included dictionary.dhcp in ./dictionary config file, but i still got error *Debug: listen {* *Debug: type = "dhcp"* *Error: /etc/raddb/sites-enabled/dhcp.relay[12]: Invalid type "dhcp" in listen section.* listen type dhcp is not recognize, can anybody help me? Thanks before
Which version is this? 2.2.0 should have DHCP support enabled by default. Older version (e.g. the one bundled with debian/ubuntu) might not have that support yet. -- Fajar On Mon, Sep 23, 2013 at 10:17 AM, bayu setiawan <baydongkol15@gmail.com>wrote:
Hi,
i have problem when i configured for dhcp relay,
i have configured ./sites-enabled/dhcp-relay according to https://github.com/FreeRADIUS/freeradius-server/blob/master/raddb/sites-avai...
and i have included dictionary.dhcp in ./dictionary config file,
but i still got error
*Debug: listen {* *Debug: type = "dhcp"* *Error: /etc/raddb/sites-enabled/dhcp.relay[12]: Invalid type "dhcp" in listen section.*
listen type dhcp is not recognize, can anybody help me?
Thanks before
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
this is my version *radiusd: FreeRADIUS Version 2.1.12, for host i386-redhat-linux-gnu* On Mon, Sep 23, 2013 at 10:25 AM, Fajar A. Nugraha <list@fajar.net> wrote:
Which version is this?
2.2.0 should have DHCP support enabled by default. Older version (e.g. the one bundled with debian/ubuntu) might not have that support yet.
-- Fajar
On Mon, Sep 23, 2013 at 10:17 AM, bayu setiawan <baydongkol15@gmail.com>wrote:
Hi,
i have problem when i configured for dhcp relay,
i have configured ./sites-enabled/dhcp-relay according to https://github.com/FreeRADIUS/freeradius-server/blob/master/raddb/sites-avai...
and i have included dictionary.dhcp in ./dictionary config file,
but i still got error
*Debug: listen {* *Debug: type = "dhcp"* *Error: /etc/raddb/sites-enabled/dhcp.relay[12]: Invalid type "dhcp" in listen section.*
listen type dhcp is not recognize, can anybody help me?
Thanks before
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Regards, Bayu Setiawan 085646556923
On Mon, Sep 23, 2013 at 10:34 AM, bayu setiawan <baydongkol15@gmail.com>wrote:
this is my version
*radiusd: FreeRADIUS Version 2.1.12, for host i386-redhat-linux-gnu*
Short version: upgrade. If you know how to build a package from source (i.e. rpmbuild), 2.2.0 has a working spec file. Due to a recently discovered bug in 2.2.1, at this time I wouldn't recommend using that yet. Either use 2.2.0, or download latest 2.x.x branch from https://github.com/FreeRADIUS/freeradius-server/tree/v2.x.x -- Fajar
Is dhcp not available in 2.1.12 version? and is my configure automaticly exitst if i built package from source for latest 2.x.x version? so i don't need reconfigure it?
On Mon, Sep 23, 2013 at 11:35 AM, bayu setiawan <baydongkol15@gmail.com>wrote:
Is dhcp not available in 2.1.12 version?
Yes, if you enable it.
and is my configure automaticly exitst if i built package from source for latest 2.x.x version? so i don't need reconfigure it?
No idea what you mean by that. If you build rpm frm source (i.e.rpmbuibd), you should be able to use "rpm -Uvh", and your old existing config files (/etc/raddb/* ) will be preserved and used. -- Fajar
participants (2)
-
bayu setiawan -
Fajar A. Nugraha