<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
I'm not sure if this issue is being caused by my ignorance, or if its actually a bug/issue with dnsmasq<BR>
<BR>
what I'm trying to achieve is routing particular public addresses via a certain router - essentially need to push out a static route to a machine connected to 2 networks,&nbsp; both with internet access, and enforcing a connection to the mail server of one ISP to be routed via the correct connection.<BR>
<BR>
when I add the following line to dnsmasq<BR>
dhcp-option=121,61.9.168.0/24,192.168.10.30<BR>
<BR>
The default route is lost on the client, leaving me with no routing rules for public addresses outside of the 61.9.168.0/24 address range.<BR>
adding the line<BR>
dhcp-option=3,192.168.10.30<BR>
<BR>
has no effect on the routing either.&nbsp; is there any reason that I can't force routing in this manner, or is there something else I'm missing?<BR>
<BR>
Cheers<BR>
<BR>
Tim Allingham<BR>
<BR>
</BODY>
</HTML>