<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
The trick to do it is to use "up" lines for the second and subsequent<br>
addresses, so:<br>
<br>
iface eth1 inet static<br>
address 192.168.1.1<br>
netmask 255.255.255.0<br>
network 192.168.1.0<br>
broadcast 192.168.1.255<br>
up ip addr add <a href="http://192.168.21.2/24" target="_blank">192.168.21.2/24</a> dev eth1<br>
up ip addr add <a href="http://192.168.22.2/24" target="_blank">192.168.22.2/24</a> dev eth1<br></blockquote><div><br></div><div>Great, this seemed to work. Thanks for your help!<br><br></div><div>It is a minor annoyance that this cannot be accomplished in the dnsmasq config file - I was hoping to keep the configuration/association of cameras/ports in just one place.<br>
<br>Might that be possible in the future?<br><br></div><div>John<br><br></div></div></div></div>