IPv4Config.xml 1.3 KB

12345678910111213
  1. <config>
  2. <interface hosts='A' names='ppp0' address='10.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='B' names='ppp0' address='10.10.10.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='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'/>
  6. <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'/>
  7. <interface hosts='RA1' names='eth0' address='192.168.1.254' netmask='255.255.255.0' metric='1'/>
  8. <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'/>
  9. <interface hosts='RB1' names='eth0' address='192.170.1.254' netmask='255.255.255.0' metric='1'/>
  10. <interface hosts='HA11' names='eth0' address='192.168.1.1' netmask='255.255.255.0' mtu='1500' metric='1'/>
  11. <interface hosts='HB11' names='eth0' address='192.170.1.1' netmask='255.255.255.0' mtu='1500' metric='1'/>
  12. <route hosts='H*' destination='*' netmask='*' interface='eth0'/>
  13. </config>