- <config>
- <interface hosts="area1lan1*" address="10.1.1.x" netmask="255.255.255.x"/>
- <interface hosts="area1lan2*" address="10.1.2.x" netmask="255.255.255.x"/>
- <interface hosts="area2lan2*" address="10.2.2.x" netmask="255.255.255.x"/>
- <interface hosts="area3lan1*" address="10.3.1.x" netmask="255.255.255.x"/>
- <interface hosts="area3lan2*" address="10.3.2.x" netmask="255.255.255.x"/>
- <interface hosts="backbonerouter" towards="area1router" address="10.1.0.x" netmask="255.255.255.x"/>
- <interface hosts="backbonerouter" towards="area2router" address="10.2.0.x" netmask="255.255.255.x"/>
- <interface hosts="backbonerouter" towards="area3router" address="10.3.0.x" netmask="255.255.255.x"/>
- <interface hosts="area1router" names="eth3" address="10.1.3.1" netmask="255.255.255.x"/>
- <interface hosts="area2router" names="eth0" address="10.2.1.1" netmask="255.255.255.x"/>
- <interface hosts="area3router" names="eth3" address="10.3.3.1" netmask="255.255.255.x"/>
- <interface hosts="*router*" address="10.x.x.x" netmask="255.255.255.x"/>
- </config>
|