Community discussions

MikroTik App
 
trueskaarj
just joined
Topic Author
Posts: 2
Joined: Mon Sep 17, 2012 9:35 am

DHCP option 249

Mon Sep 17, 2012 9:42 am

Hello! Can mikrotik dhcp-client receive routes from ISC-DHCP in option 249? If it possible, how can i configure it?
Thanks.
 
forne
Frequent Visitor
Frequent Visitor
Posts: 65
Joined: Tue Feb 15, 2011 3:18 pm

Re: DHCP option 249

Mon Sep 17, 2012 10:47 am

Try to specify "add-default-route=yes" in dhcp-client. In fact, it adds not only a default route.
 
trueskaarj
just joined
Topic Author
Posts: 2
Joined: Mon Sep 17, 2012 9:35 am

Re: DHCP option 249

Mon Sep 17, 2012 1:02 pm

I has it already specified:

[admin@MikroTik] > ip dhcp-client print detail
Flags: X - disabled, I - invalid
0 interface=ether10 add-default-route=yes default-route-distance=2 use-peer-dns=yes use-peer-ntp=yes
 
DeGlucker
just joined
Posts: 14
Joined: Tue Apr 12, 2011 4:35 pm
Location: Moscow, Russia

Re: DHCP option 249

Tue Jul 09, 2013 7:28 pm

The same problem ! Theoretically starting from ROS 6.0 DHCP client has ability to get additional options from DHCP server. I need to get ms-classless-routes (Option 249) from my ISP (windows dhcp client successfully got it). How to properly setup dhcp client in mikrotik ? As I understand I should create new dhcp option with code 249, but what I should specify in "Value" field ?