configuration.xml 612 B

1234567891011
  1. <config>
  2. <!-- routers eth interfaces -->
  3. <interface hosts="router0" names="eth0" address="192.168.0.1" netmask="255.255.255.x"/>
  4. <interface hosts="router0" names="eth1" address="192.168.1.1" netmask="255.255.255.x"/>
  5. <interface hosts="router2" names="eth0" address="192.168.2.1" netmask="255.255.255.x"/>
  6. <interface hosts="router2" names="eth1" address="192.168.3.1" netmask="255.255.255.x"/>
  7. <!-- routers ppp interfaces -->
  8. <interface hosts='router*' names='ppp*' address='10.x.x.x' netmask='255.x.x.x'/>
  9. <!-- sources and destinations -->
  10. <interface hosts='**' address="192.168.x.x" />
  11. </config>