configurationH.xml 880 B

1234567891011121314
  1. <config>
  2. <!-- routers dhcp interfaces -->
  3. <interface hosts="router0" names="eth0" address="192.168.0.1" netmask="255.255.255.0"/>
  4. <interface hosts="router1" names="eth0" address="192.168.1.1" netmask="255.255.255.0"/>
  5. <interface hosts="router2" names="eth0" address="192.168.2.1" netmask="255.255.255.0"/>
  6. <interface hosts="router3" names="eth0" address="192.168.3.1" netmask="255.255.255.0"/>
  7. <!-- non dhcp interfaces -->
  8. <interface hosts="router0" names="eth1" address="192.168.5.1" netmask="255.255.255.0"/>
  9. <interface hosts="videoStreamServer" names="eth0" address="192.168.5.x" netmask="255.255.255.0"/>
  10. <interface hosts='router*' names='ppp*' address='10.x.x.x' netmask='255.x.x.x'/>
  11. <interface hosts="tcpHost[*]" names="eth0" address="192.168.x.x" netmask="255.255.255.x"/>
  12. <interface hosts="router1" names="eth1" address="192.168.11.1" netmask="255.255.255.x"/>
  13. </config>