networkConfig.xml 432 B

1234567891011
  1. <?xml version="1.0"?>
  2. <config>
  3. <interface hosts="Source" names="eth0" address="192.168.11.100" netmask="255.255.255.0"/>
  4. <interface hosts="Receiver" names="eth0" address="192.168.22.100" netmask="255.255.255.0"/>
  5. <interface hosts="R4" names="eth0" address="10.0.1.1" netmask="255.255.255.0"/>
  6. <interface hosts="**" address="10.x.x.x" netmask="x.x.x.x"/>
  7. <multicast-group hosts="Receiver" address="226.1.1.1"/>
  8. </config>