<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.5803" name=GENERATOR></HEAD>
<BODY>
<DIV>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">Hi All,</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><?xml:namespace prefix = o ns = 
"urn:schemas-microsoft-com:office:office" /><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">This is my first post on this 
list, hope someone can help me with this strange DHCP server behavior.</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">I have got a lab which simulates 
an ADSL service provider network. My network is something like this:</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">CPEs (HAG)-----------DSLAM(DHCP 
relay)----------Router--------DHCP Server</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">Sub 192.168.x.x<SPAN 
style="mso-tab-count: 1">           
</SPAN>Sub 172.30.1.x<SPAN 
style="mso-tab-count: 4">                                                
</SPAN>Sub 192.168.x.x</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">I’m able to setup my DHCP Server 
to correctly assign ip addresses to the CPEs, with an intermediary DHCP relay in 
the middle. My dhcp server is a linux PC (Fedora 10: 2.6.27.5-117.fc10.i686) 
with isc-dhcpd-4.0.0 package.</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">But this is just working if I set 
the DHCP Server to assign ip-addresses in a range (for example range 
192.168.2.10 192.168.2.50). When I’m trying to assign a fixed address to a 
single CPE, for example with the statements:</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-INDENT: 0.5in">host<SPAN 
style="mso-spacerun: yes">  </SPAN>{</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">          
</SPAN><SPAN style="mso-tab-count: 1">  </SPAN>hardware ethernet 
00:0d:da:00:28:1d;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">          
</SPAN><SPAN style="mso-tab-count: 1">  </SPAN>fixed-address 
192.168.2.51;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes"> </SPAN><SPAN 
style="mso-spacerun: yes">             
</SPAN>}</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">This is not working. All subnets 
192.168.2.x, 192.168.3.x and 192.168.4.x get the same ip address on the subnet 
192.168.2.x and the CPE is reporting an ip-address overlapping error.</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">It seem that DHCP server is not 
able to correctly match the agent.remote-id and agent.circuit-id of the incoming 
DHCP packet and select the correct fixed address to serve all subnets with the 
correct fixed address.</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">If I remove the host and 
fixed-address statements all is working fine and each CPE could have all his 
subnets correctly served with a correct ip-address. So the issue is just when 
trying to assign a static fixed address.</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">Here is my DHCP.conf file in the 
non working case:</P>
<DIV 
style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 1pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 6.75pt double; mso-element: para-border-div; mso-border-bottom-alt: thin-thick-thin-medium-gap windowtext 6.75pt">
<P class=MsoNormal 
style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: medium none; mso-border-bottom-alt: thin-thick-thin-medium-gap windowtext 6.75pt; mso-padding-alt: 0in 0in 1.0pt 0in"><o:p> </o:p></P></DIV>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">ddns-update-style none;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">class "MAP-MGMT" {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">match if (substring (option 
agent.remote-id,0,3)="NE1") and (substring (option 
agent.circuit-id,2,1)="\x00\x66");</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">}</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">class "MAP-Voip" {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">match if (substring (option 
agent.remote-id,0,3)="NE1") and (substring (option 
agent.circuit-id,2,1)="\x00\x67 ");</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">}</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">class "MAP-Data" {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">match if (substring (option 
agent.remote-id,0,3)="NE1") and (substring (option 
agent.circuit-id,2,1)="\x00\x68");</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">}</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">class "MAP-Video" {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">match if (substring (option 
agent.remote-id,0,3)="NE1") and (substring (option 
agent.circuit-id,2,1)="\x00\x69");</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">}</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">shared-network NE1 {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">subnet 192.168.8.0 netmask 
255.255.255.0 {}</P>
<P class=MsoNormal 
style="MARGIN: 0in 0in 0pt">#******************************************************************</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">#MANAGEMENT subnet 192.168.2.0 
(netmask 255.255.255.0) configuration</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">#this subnet belongs to vlan 
102</P>
<P class=MsoNormal 
style="MARGIN: 0in 0in 0pt">#******************************************************************</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">subnet 192.168.2.0 netmask 
255.255.255.0 {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>option subnet-mask 
255.255.255.0;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>max-lease-time 6000;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>default-lease-time 6000;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>pool {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">       </SPAN><SPAN 
style="mso-tab-count: 1">     </SPAN><SPAN 
style="mso-spacerun: yes">  </SPAN>range 192.168.2.10 
192.168.2.50;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">              
</SPAN>host RG613LH-2 {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">      </SPAN><SPAN 
style="mso-spacerun: yes">    </SPAN><SPAN 
style="mso-tab-count: 1">  </SPAN>hardware ethernet 00:0d:da:00:28:1d;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">          
</SPAN><SPAN style="mso-tab-count: 1">  </SPAN>fixed-address 
192.168.2.51;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">              
</SPAN>}<SPAN 
style="mso-tab-count: 2">                    
</SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">              
</SPAN>host iMG634A-R2-ADSL-2 {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">          
</SPAN><SPAN style="mso-tab-count: 1">  </SPAN>hardware ethernet 
00:0d:da:0b:49:c9;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">          
</SPAN><SPAN style="mso-tab-count: 1">  </SPAN>fixed-address 
192.168.2.52;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">              
</SPAN>}<SPAN 
style="mso-tab-count: 4">                                            
</SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">       </SPAN><SPAN 
style="mso-tab-count: 2">                 
</SPAN>allow members of "MAP-MGMT";</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-tab-count: 1">            
</SPAN>}<SPAN style="mso-spacerun: yes">    </SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">}</P>
<P class=MsoNormal 
style="MARGIN: 0in 0in 0pt">#******************************************************************</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">#VOIP subnet 192.168.3.0 (netmask 
255.255.255.0) configuration</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">#this subnet belongs to vlan 
103</P>
<P class=MsoNormal 
style="MARGIN: 0in 0in 0pt">#******************************************************************</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">subnet 192.168.3.0 netmask 
255.255.255.0 {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>option subnet-mask 
255.255.255.0;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>max-lease-time 6000;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>default-lease-time 6000;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>pool {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">       </SPAN><SPAN 
style="mso-tab-count: 1">     </SPAN>range 192.168.3.10 
192.168.3.50;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">              
</SPAN>host RG613LH-3 {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">          
</SPAN><SPAN style="mso-tab-count: 1">  </SPAN>hardware ethernet 
00:0d:da:00:28:1d;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">          
</SPAN><SPAN style="mso-tab-count: 1">  </SPAN>fixed-address 
192.168.3.51;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">              
</SPAN>}<SPAN 
style="mso-tab-count: 2">                    
</SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">              
</SPAN>host iMG634A-R2-ADSL-3 {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">          
</SPAN><SPAN style="mso-tab-count: 1">  </SPAN>hardware ethernet 
00:0d:da:0b:49:c9;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">          
</SPAN><SPAN style="mso-tab-count: 1">  </SPAN>fixed-address 
192.168.3.52;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">              
</SPAN>}<SPAN 
style="mso-tab-count: 2">                    
</SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">           
</SPAN>allow members of "MAP-Voip";</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-tab-count: 1">            
</SPAN>}<SPAN style="mso-spacerun: yes">       
</SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">}</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal 
style="MARGIN: 0in 0in 0pt">#******************************************************************</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">#DATA subnet 192.168.4.0 (netmask 
255.255.255.0) configuration</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">#this subnet belongs to vlan 
104</P>
<P class=MsoNormal 
style="MARGIN: 0in 0in 0pt">#******************************************************************</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">subnet 192.168.4.0 netmask 
255.255.255.0 {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>option subnet-mask 
255.255.255.0;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>max-lease-time 6000;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>default-lease-time 6000;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>pool {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN><SPAN 
style="mso-tab-count: 1">        </SPAN>range 
192.168.4.10 192.168.4.50;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">              
</SPAN>host RG613LH-4 {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">          
</SPAN><SPAN style="mso-tab-count: 1">  </SPAN>hardware ethernet 
00:0d:da:00:28:1d;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">          
</SPAN><SPAN style="mso-tab-count: 1">  </SPAN>fixed-address 
192.168.4.51;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">              
</SPAN>}<SPAN 
style="mso-tab-count: 2">                    
</SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">              
</SPAN>host iMG634A-R2-ADSL-4 {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">          
</SPAN><SPAN style="mso-tab-count: 1">  </SPAN>hardware ethernet 
00:0d:da:0b:49:c9;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">          
</SPAN><SPAN style="mso-tab-count: 1">  </SPAN>fixed-address 
192.168.4.52;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">              
</SPAN>}<SPAN 
style="mso-tab-count: 3">                                
</SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN><SPAN 
style="mso-tab-count: 1">        </SPAN>allow 
members of "MAP-Data";</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-tab-count: 1">            
</SPAN>}</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">} </P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal 
style="MARGIN: 0in 0in 0pt">#******************************************************************</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">#VIDEO subnet 192.168.5.0 
(netmask 255.255.255.0) configuration</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">#this subnet belongs to vlan 
105</P>
<P class=MsoNormal 
style="MARGIN: 0in 0in 0pt">#******************************************************************</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">subnet 192.168.5.0 netmask 
255.255.255.0 {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>option subnet-mask 
255.255.255.0;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>max-lease-time 6000;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>default-lease-time 6000;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>pool {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN><SPAN 
style="mso-tab-count: 1">        </SPAN>range 
192.168.5.10 192.168.5.50;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">              
</SPAN>host RG613LH-5 {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">          
</SPAN><SPAN style="mso-tab-count: 1">  </SPAN>hardware ethernet 
00:0d:da:00:28:1d;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">     </SPAN><SPAN 
style="mso-spacerun: yes">     </SPAN><SPAN 
style="mso-tab-count: 1">  </SPAN>fixed-address 192.168.5.51;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">              
</SPAN>}<SPAN 
style="mso-tab-count: 2">                    
</SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">              
</SPAN>host iMG634A-R2-ADSL-5 {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">          
</SPAN><SPAN style="mso-tab-count: 1">  </SPAN>hardware ethernet 
00:0d:da:0b:49:c9;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">          
</SPAN><SPAN style="mso-tab-count: 1">  </SPAN>fixed-address 
192.168.5.52;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">              
</SPAN>}<SPAN 
style="mso-tab-count: 2">                    
</SPAN><SPAN 
style="mso-tab-count: 1">            
</SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN><SPAN 
style="mso-tab-count: 1">        </SPAN>allow 
members of "MAP-Video";</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-tab-count: 1">            
</SPAN>}<SPAN 
style="mso-spacerun: yes">              
</SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">}</P>
<DIV 
style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 1pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 6.75pt double; mso-element: para-border-div; mso-border-bottom-alt: thin-thick-thin-medium-gap windowtext 6.75pt">
<P class=MsoNormal 
style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: medium none; mso-border-bottom-alt: thin-thick-thin-medium-gap windowtext 6.75pt; mso-padding-alt: 0in 0in 1.0pt 0in">}<SPAN 
style="mso-spacerun: yes">    </SPAN><SPAN 
style="mso-spacerun: yes">     </SPAN></P></DIV>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">To have the working fine case 
it’s enough to remove the hosts declarations:</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<DIV 
style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 1pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 6.75pt double; mso-element: para-border-div; mso-border-bottom-alt: thin-thick-thin-medium-gap windowtext 6.75pt">
<P class=MsoNormal 
style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: medium none; mso-border-bottom-alt: thin-thick-thin-medium-gap windowtext 6.75pt; mso-padding-alt: 0in 0in 1.0pt 0in"><o:p> </o:p></P></DIV>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">ddns-update-style none;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">class "MAP-MGMT" {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">match if (substring (option 
agent.remote-id,0,3)="NE1") and (substring (option 
agent.circuit-id,2,1)="\x00\x66");</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">}</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">class "MAP-Voip" {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">match if (substring (option 
agent.remote-id,0,3)="NE1") and (substring (option 
agent.circuit-id,2,1)="\x00\x67 ");</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">}</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">class "MAP-Data" {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">match if (substring (option 
agent.remote-id,0,3)="NE1") and (substring (option 
agent.circuit-id,2,1)="\x00\x68");</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">}</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">class "MAP-Video" {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">match if (substring (option 
agent.remote-id,0,3)="NE1") and (substring (option 
agent.circuit-id,2,1)="\x00\x69");</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">}</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">shared-network NE1 {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">subnet 192.168.8.0 netmask 
255.255.255.0 {}</P>
<P class=MsoNormal 
style="MARGIN: 0in 0in 0pt">#******************************************************************</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">#MANAGEMENT subnet 192.168.2.0 
(netmask 255.255.255.0) configuration</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">#this subnet belongs to vlan 
102</P>
<P class=MsoNormal 
style="MARGIN: 0in 0in 0pt">#******************************************************************</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">subnet 192.168.2.0 netmask 
255.255.255.0 {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>option subnet-mask 
255.255.255.0;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>max-lease-time 6000;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>default-lease-time 6000;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>pool {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">       </SPAN><SPAN 
style="mso-tab-count: 1">     </SPAN><SPAN 
style="mso-spacerun: yes">  </SPAN>range 192.168.2.10 
192.168.2.50;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">       </SPAN><SPAN 
style="mso-tab-count: 1">     </SPAN>allow members of 
"MAP-MGMT";</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-tab-count: 1">            
</SPAN>}<SPAN style="mso-spacerun: yes">    </SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">}</P>
<P class=MsoNormal 
style="MARGIN: 0in 0in 0pt">#******************************************************************</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">#VOIP subnet 192.168.3.0 (netmask 
255.255.255.0) configuration</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">#this subnet belongs to vlan 
103</P>
<P class=MsoNormal 
style="MARGIN: 0in 0in 0pt">#******************************************************************</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">subnet 192.168.3.0 netmask 
255.255.255.0 {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>option subnet-mask 
255.255.255.0;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>max-lease-time 6000;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>default-lease-time 6000;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>pool {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">       </SPAN><SPAN 
style="mso-tab-count: 1">     </SPAN>range 192.168.3.10 
192.168.3.50;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">           
</SPAN>allow members of "MAP-Voip";</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-tab-count: 1">            
</SPAN>}<SPAN style="mso-spacerun: yes">       
</SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">}</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal 
style="MARGIN: 0in 0in 0pt">#******************************************************************</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">#DATA subnet 192.168.4.0 (netmask 
255.255.255.0) configuration</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">#this subnet belongs to vlan 
104</P>
<P class=MsoNormal 
style="MARGIN: 0in 0in 0pt">#******************************************************************</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">subnet 192.168.4.0 netmask 
255.255.255.0 {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>option subnet-mask 
255.255.255.0;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>max-lease-time 6000;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>default-lease-time 6000;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>pool {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN><SPAN 
style="mso-tab-count: 1">        </SPAN>range 
192.168.4.10 192.168.4.50;<SPAN 
style="mso-tab-count: 1">       </SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN><SPAN 
style="mso-tab-count: 1">        </SPAN>allow 
members of "MAP-Data";</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-tab-count: 1">            
</SPAN>}</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">} </P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal 
style="MARGIN: 0in 0in 0pt">#******************************************************************</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">#VIDEO subnet 192.168.5.0 
(netmask 255.255.255.0) configuration</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">#this subnet belongs to vlan 
105</P>
<P class=MsoNormal 
style="MARGIN: 0in 0in 0pt">#******************************************************************</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">subnet 192.168.5.0 netmask 
255.255.255.0 {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>option subnet-mask 
255.255.255.0;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>max-lease-time 6000;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>default-lease-time 6000;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN>pool {</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN><SPAN 
style="mso-tab-count: 1">        </SPAN>range 
192.168.5.10 192.168.5.50;<SPAN 
style="mso-tab-count: 1">       </SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes">    </SPAN><SPAN 
style="mso-tab-count: 1">        </SPAN>allow 
members of "MAP-Video";</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-tab-count: 1">            
</SPAN>}<SPAN 
style="mso-spacerun: yes">              
</SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">}</P>
<DIV 
style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 1pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 6.75pt double; mso-element: para-border-div; mso-border-bottom-alt: thin-thick-thin-medium-gap windowtext 6.75pt">
<P class=MsoNormal 
style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; MARGIN: 0in 0in 0pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: medium none; mso-border-bottom-alt: thin-thick-thin-medium-gap windowtext 6.75pt; mso-padding-alt: 0in 0in 1.0pt 0in">}<SPAN 
style="mso-spacerun: yes">         
</SPAN></P></DIV>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">I thank you in advance for all 
your replies and if you need more details and information don’t hesitate to ask 
me.</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes"><SPAN class=185135210-26062009><FONT face=Arial 
size=2>Best Regards</FONT></SPAN></SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN 
style="mso-spacerun: yes"><SPAN class=185135210-26062009><FONT face=Arial 
size=2>Gianluca</FONT></SPAN></SPAN></P></DIV></BODY></HTML>