extRouter.mrt 601 B

1234567891011121314151617181920212223
  1. ifconfig:
  2. # ethernet card (modelled by point-to-point link)
  3. name: ppp0 inet_addr: 10.2.0.1 MTU: 1500 Metric: 1 POINTTOPOINT MULTICAST
  4. # ethernet card (modelled by point-to-point link)
  5. name: ppp1 inet_addr: 10.3.0.1 MTU: 1500 Metric: 1 POINTTOPOINT MULTICAST
  6. # ethernet card (modelled by point-to-point link)
  7. name: ext0 inet_addr: 10.0.1.129 MTU: 1500 Metric: 1 POINTTOPOINT MULTICAST
  8. ifconfigend.
  9. route:
  10. 10.2.0.0 10.2.0.2 255.255.0.0 G 0 ppp0
  11. 10.3.0.0 10.3.0.2 255.255.0.0 G 0 ppp1
  12. 0.0.0.0 * 0.0.0.0 G 0 ext0
  13. routeend.