Hi there.
I’m trying to add static routes with this option but can't find any information regarding the correct formatting.
With Windows it would be in the format of destination network, subnet mask and then the router like
route add 192.168.3.0 mask 255.255.255.0 192.168.150.1
Any assistance would be great.
Cheers
I guess the option for static routes is destinaton+router. In Open DHCP and Dual DHCP DNS Server it should be:-
33=192.168.3.0,192.168.150.1
Please give it a try
Thanks Achal
Sorry, above option 33 is for normal static routes, For classless routes please use option 121 like:=
121=192.168.3.0,192.168.150.1
Log in to post a comment.
Hi there.
I’m trying to add static routes with this option but can't find any information regarding the correct formatting.
With Windows it would be in the format of destination network, subnet mask and then the router like
route add 192.168.3.0 mask 255.255.255.0 192.168.150.1
Any assistance would be great.
Cheers
I guess the option for static routes is destinaton+router. In Open DHCP and Dual DHCP DNS Server it should be:-
33=192.168.3.0,192.168.150.1
Please give it a try
Thanks
Achal
Sorry, above option 33 is for normal static routes, For classless routes please use option 121 like:=
121=192.168.3.0,192.168.150.1
Thanks
Achal