Router6.mrt 600 B

1234567891011121314151617181920
  1. ifconfig:
  2. # ethernet card (modelled by point-to-point link)
  3. name: ppp0 inet_addr: 10.3.254.1 MTU: 1500 Metric: 1 POINTTOPOINT MULTICAST
  4. # ethernet card (modelled by point-to-point link)
  5. name: ppp1 inet_addr: 10.3.254.3 MTU: 1500 Metric: 1 POINTTOPOINT MULTICAST
  6. # ethernet card (modelled by point-to-point link)
  7. name: ppp2 inet_addr: 10.3.0.2 MTU: 1500 Metric: 1 POINTTOPOINT MULTICAST
  8. ifconfigend.
  9. route:
  10. 10.3.1.0 10.3.254.2 255.255.255.0 G 0 ppp0
  11. 10.3.2.0 10.3.254.4 255.255.255.0 G 0 ppp1
  12. 0.0.0.0 10.3.0.1 0.0.0.0 G 0 ppp2
  13. routeend.