Community discussions

MikroTik App
 
stimels
newbie
Topic Author
Posts: 26
Joined: Sun Jan 31, 2010 9:56 pm

Can ROS Recieve DHCP Routes?

Sun Jun 20, 2010 2:21 pm

Hi
Can DHCP Client receive from FreeBSD Routes?

ISC DHCPD V3.1.3

in general:
option ms-classless-static-routes code 249 = array of unsigned integer 8;
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
in shared net
shared-network vlan501 {
subnet 192.168.101.0 netmask 255.255.255.0 {
option ms-classless-static-routes 16, 192,168, 192,168,101,254;
option rfc3442-classless-static-routes 16, 192,168, 192,168,101,254;
range 192.168.101.2 192.168.101.254;
option subnet-mask 255.255.255.0;
option routers 192.168.101.1;
}
}
ROS 4.10 ignored static route

in docs
The client will accept an address, netmask, default gateway, and two dns server addresses.
nothing about routes
 
Pada
Member Candidate
Member Candidate
Posts: 150
Joined: Tue Dec 08, 2009 11:37 pm
Location: South Africa, Stellenbosch

Re: Can ROS Recieve DHCP Routes?

Sun Jun 20, 2010 10:28 pm

I've never seen any other devices receiving routes from a DHCP server, except for the default gateway of course.

If you want to push routes from a central server, see something like BGP.
 
stimels
newbie
Topic Author
Posts: 26
Joined: Sun Jan 31, 2010 9:56 pm

Re: Can ROS Recieve DHCP Routes?

Tue Jun 22, 2010 11:09 pm

yes, other devices receive routes.
linux and windows PC, but only mikrotik ignored dhcp messages.

this is localnet, users don't need a BGP ))
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8709
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: Can ROS Recieve DHCP Routes?

Thu Jun 24, 2010 1:36 am

linux? we haven't got any success a year ago trying to announce Option 249 to Linux and Mac machines. by the way, 249 is only Windows option... RFC one is 121 =)

and - no, RouterOS do not support it, use static routes =)

Who is online

Users browsing this forum: Fogga and 208 guests