router2.mrt 405 B

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