IPv4Config.xml 704 B

123456789
  1. <config>
  2. <interface hosts='A' names='ppp0' address='10.10.10.1' netmask='255.255.255.0' mtu='1500' metric='1'/>
  3. <interface hosts='A' names='eth0' address='192.168.1.254' netmask='255.255.255.0' mtu='1500' metric='1'/>
  4. <interface hosts='B' names='ppp0' address='10.10.10.2' netmask='255.255.255.0'/>
  5. <interface hosts='B' names='eth0' address='192.168.2.254' netmask='255.255.255.0' mtu='1500' metric='1'/>
  6. <interface hosts='H1' names='eth0' address='192.168.1.1' netmask='255.255.255.0' mtu='1500' metric='1'/>
  7. <interface hosts='H2' names='eth0' address='192.168.2.1' netmask='255.255.255.0' mtu='1500' metric='1'/>
  8. <route hosts='H*' destination='*' netmask='*' interface='eth0'/>
  9. </config>