configurationF.xml 525 B

123456789
  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. <!-- non dhcp interfaces -->
  6. <interface hosts="router0" names="eth1" address="192.168.5.1" netmask="255.255.255.0"/>
  7. <interface hosts="videoStreamServer" names="eth0" address="192.168.5.254" netmask="255.255.255.0"/>
  8. <interface hosts='router*' names='ppp*' address='10.x.x.x' netmask='255.x.x.x'/>
  9. </config>