Hi,
I want to use my Mikrotik router to replace the box supplied by my ISP (Neufbox/SFR in France) but it needs to send a specific DHCP request to get IP distributed by the ISP. Is it possible to customise DHCP request sent by Mikrotik ? It needs these parameters to work fine:
option classless-static-routes code 121 = array of { ip-address, ip-address };
send vendor-class-identifier "neufbox5_NB5-SER-r1_NB5-MAIN-R2.2.2";
supersede domain-name-servers 127.0.0.1;
request subnet-mask, routers, domain-name, domain-name-servers, host-name, ntp-servers, broadcast-address, root-path, merit-dump, classless-static-routes;
Thanks,
Vincèn