router1.mrt 406 B

1234567891011121314151617
  1. ifconfig:
  2. # ethernet card (modelled by point-to-point link)
  3. name: eth0 inet_addr: 10.2.1.254 MTU: 1500 Metric: 1 POINTTOPOINT MULTICAST
  4. # ethernet card (modelled by point-to-point link)
  5. name: ppp0 inet_addr: 10.2.254.2 MTU: 1500 Metric: 1 POINTTOPOINT MULTICAST
  6. ifconfigend.
  7. route:
  8. 10.2.1.0 * 255.255.255.0 G 0 eth0
  9. 0.0.0.0 10.2.254.1 0.0.0.0 G 0 ppp0
  10. routeend.