https://bugzilla.novell.com/show_bug.cgi?id=733080 https://bugzilla.novell.com/show_bug.cgi?id=733080#c19 --- Comment #19 from Rob Verduijn <rob.verduijn@gmail.com> 2012-07-21 11:23:19 UTC --- @Peter It seems you have pointed out the exact problem. I've used dnsmasq as a dhcpserver in this case. But this problem also appears when you you a microsoft dhcp server. I guess this is not just limited to those two. Just set up a dhcp server and test to see that it works fine Then add the option 121 (static route) , as long as you add another static route with this option in addition to the defaulkt gateway. For dnsmasq this would be : dhcp-option=121,172.16.2/24,1.2.3.4 for your info, this is my full dnsmasq config : (I hashed out the static route to prevent it from biting me) expand-hosts domain=home.local dhcp-range=172.16.1.100,172.16.1.149,255.255.255.0,1440m dhcp-option=3,172.16.1.10 #dhcp-option=121,172.16.2/24,1.2.3.4 dhcp-option=44,172.16.1.13 # set wins server dhcp-boot=pxelinux.0,dnsmasq,172.16.1.14 dhcp-authoritative dhcp-boot=pxelinux.0 tftp-root=/srv/tftpboot enable-tftp Rob -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.