IPv4Config.xml 3.1 KB

1234567891011121314151617181920212223242526272829
  1. <config>
  2. <interface hosts='A' names='ppp0' address='100.10.10.1' netmask='255.255.255.0' groups='224.0.0.1 224.0.0.2 224.0.0.5' metric='1'/>
  3. <interface hosts='A' names='ppp1' address='10.10.1.2' netmask='255.255.255.0' groups='224.0.0.1 224.0.0.2 224.0.0.5' metric='1'/>
  4. <interface hosts='A' names='ppp2' address='10.10.3.2' netmask='255.255.255.0' groups='224.0.0.1 224.0.0.2 224.0.0.5' metric='1'/>
  5. <interface hosts='B' names='ppp0' address='100.10.10.2' netmask='255.255.255.0' groups='224.0.0.1 224.0.0.2 224.0.0.5' metric='1'/>
  6. <interface hosts='B' names='ppp1' address='10.20.1.2' netmask='255.255.255.0' groups='224.0.0.1 224.0.0.2 224.0.0.5' metric='1'/>
  7. <interface hosts='B' names='ppp2' address='10.20.3.2' netmask='255.255.255.0' groups='224.0.0.1 224.0.0.2 224.0.0.5' metric='1'/>
  8. <interface hosts='RA1' names='ppp0' address='10.10.1.1' netmask='255.255.255.0' groups='224.0.0.1 224.0.0.2 224.0.0.5' metric='1'/>
  9. <interface hosts='RA1' names='ppp1' address='10.10.2.1' netmask='255.255.255.0' groups='224.0.0.1 224.0.0.2 224.0.0.5' metric='1'/>
  10. <interface hosts='RA1' names='eth0' address='192.168.1.254' netmask='255.255.255.0' metric='1'/>
  11. <interface hosts='RA2' names='ppp0' address='10.10.3.1' netmask='255.255.255.0' groups='224.0.0.1 224.0.0.2 224.0.0.5' metric='1'/>
  12. <interface hosts='RA2' names='ppp1' address='10.10.2.2' netmask='255.255.255.0' groups='224.0.0.1 224.0.0.2 224.0.0.5' metric='1'/>
  13. <interface hosts='RA2' names='eth0' address='192.169.1.254' netmask='255.255.255.0' metric='1'/>
  14. <interface hosts='RB1' names='ppp0' address='10.20.1.1' netmask='255.255.255.0' groups='224.0.0.1 224.0.0.2 224.0.0.5' metric='1'/>
  15. <interface hosts='RB1' names='ppp1' address='10.20.2.1' netmask='255.255.255.0' groups='224.0.0.1 224.0.0.2 224.0.0.5' metric='1'/>
  16. <interface hosts='RB1' names='eth0' address='192.170.1.254' netmask='255.255.255.0' metric='1'/>
  17. <interface hosts='RB2' names='ppp0' address='10.20.3.1' netmask='255.255.255.0' groups='224.0.0.1 224.0.0.2 224.0.0.5' metric='1'/>
  18. <interface hosts='RB2' names='ppp1' address='10.20.2.2' netmask='255.255.255.0' groups='224.0.0.1 224.0.0.2 224.0.0.5' metric='1'/>
  19. <interface hosts='RB2' names='eth0' address='192.171.1.254' netmask='255.255.255.0' metric='1'/>
  20. <interface hosts='HA11' names='eth0' address='192.168.1.1' netmask='255.255.255.0' mtu='1500' metric='1'/>
  21. <interface hosts='HA12' names='eth0' address='192.168.1.2' netmask='255.255.255.0' mtu='1500' metric='1'/>
  22. <interface hosts='HA21' names='eth0' address='192.169.1.1' netmask='255.255.255.0' mtu='1500' metric='1'/>
  23. <interface hosts='HA22' names='eth0' address='192.169.1.2' netmask='255.255.255.0' mtu='1500' metric='1'/>
  24. <interface hosts='HB11' names='eth0' address='192.170.1.1' netmask='255.255.255.0' mtu='1500' metric='1'/>
  25. <interface hosts='HB12' names='eth0' address='192.170.1.2' netmask='255.255.255.0' mtu='1500' metric='1'/>
  26. <interface hosts='HB21' names='eth0' address='192.171.1.1' netmask='255.255.255.0' mtu='1500' metric='1'/>
  27. <interface hosts='HB22' names='eth0' address='192.171.1.2' netmask='255.255.255.0' mtu='1500' metric='1'/>
  28. <route hosts='H*' destination='*' netmask='*' interface='eth0'/>
  29. </config>