Custom DHCP options on WAN side
Hello,
I've got a FTTH connexion with an ONT + ISP router + Firebox router.
In order to remove my ISP box and connect the Firebox directly to the ONT, I need to create a VLAN with a specific ID used by an external interface ("wan 1").
In that VLAN (so in External Zone), I have to use the DHCP Client and send few custom options in order to be authentificated by ISP.
These custom DHCP options exists on DHCP server side for LAN, but seems not to exist on DHCP client side for WAN, or at least are not visible in WSM (am I wrong ?)
I was wondering if it would neavertheless be possible in CLI ?
Thank you,
Fred
Answers
-
Hi @Yatwatch
DHCP options are sent by the DHCP server -- aside from some random connection details there aren't really any options to add other than the VLAN ID.There aren't any DHCP options in the CLI that aren't in the policy manager and webUI tools -- if you're having trouble getting this set up I'd suggest a support case so that our team can help determine what might be wrong.
0 -
Hello, thank you for your answer.
I knew about DHCP options send by DHCP server, but I discovered that one could send from client side too. At least, it's how I understood it.
Here is an example of a config on another router (vlan 832 and its options) :
option rfc3118-auth code 90 = string;
interface "eth1.832" {
send host-name "gateway";
request subnet-mask, broadcast-address, routers, domain-name-servers, interface-mtu;
send vendor-class-identifier "sagem";
send user-class "\053FSVDSL_livebox.Internet.softathome.Livebox4";
request subnet-mask, routers, domain-name-servers, domain-name, broadcast-address, dhcp-lease-time, dhcp-renewal-time, dhcp-rebinding-time, rfc3118-auth;
send rfc3118-auth 00:00:00:00:00:00:00:00:00:00:00:1A:09:00:00:05:58:01:03:41:01:0D:66:74:69:2F:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX;
send dhcp-client-identifier 1:24:7f:XX:XX:XX:XX;
}I will open a case with support but I first asked here cause I like to share issues and solutions
0 -
@Yatwatch said:
Hello, thank you for your answer.I knew about DHCP options send by DHCP server, but I discovered that one could send from client side too. At least, it's how I understood it.
Here is an example of a config on another router (vlan 832 and its options) :
option rfc3118-auth code 90 = string;
interface "eth1.832" {
send host-name "gateway";
request subnet-mask, broadcast-address, routers, domain-name-servers, interface-mtu;
send vendor-class-identifier "sagem";
send user-class "\053FSVDSL_livebox.Internet.softathome.Livebox4";
request subnet-mask, routers, domain-name-servers, domain-name, broadcast-address, dhcp-lease-time, dhcp-renewal-time, dhcp-rebinding-time, rfc3118-auth;
send rfc3118-auth 00:00:00:00:00:00:00:00:00:00:00:1A:09:00:00:05:58:01:03:41:01:0D:66:74:69:2F:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX;
send dhcp-client-identifier 1:24:7f:XX:XX:XX:XX;
}I will open a case with support but I first asked here cause I like to share issues and solutions

Hi!
So.. I'm running into the same issue. Could you share if you ever got a answer for this?0 -
Was this issue ever resolved in a newer Fireware release, or is there still no option to configure a Vendor Class Identifier (DHCP Option 60) on an external VLAN DHCP client interface?
I am currently testing IPTV multicast on a Firebox T45-W. For routed IPTV, my ISP (KPN in the Netherlands) requires the DHCP client on the IPTV VLAN to send DHCP Option 60 with the value `IPTV_RG`; otherwise, no DHCP lease is assigned on that VLAN.
I can configure the external VLAN interface as a DHCP client, but I cannot find a way to add custom DHCP client options such as Option 60. Without this functionality, the Firebox cannot fully replace the ISP router in this IPTV multicast scenario. Unicast/OTT streaming works, but the user experience is not as good, especially when switching channels.
During testing, IGMP queries, IGMP membership reports, PIM, and multicast routing all appear to function correctly. However, without obtaining the required DHCP lease on the IPTV VLAN, the IPTV client does not appear to receive the expected multicast streams and falls back to unicast/OTT streaming.
If this is still not supported, including through the CLI, I would like to submit this as a feature request if possible.0

