nat1_1.mrt 411 B

12345678910111213141516
  1. ifconfig:
  2. # ethernet card (modelled by point-to-point link)
  3. name: ppp0 inet_addr: 10.1.1.254 MTU: 1500 Metric: 1 POINTTOPOINT MULTICAST
  4. # ethernet card (modelled by point-to-point link)
  5. name: ppp1 inet_addr: 100.1.1.254 MTU: 1500 Metric: 1 POINTTOPOINT MULTICAST
  6. ifconfigend.
  7. route:
  8. 10.1.1.1 10.1.1.1 255.255.255.255 H 0 ppp0
  9. default: 100.1.1.253 0.0.0.0 G 0 ppp1
  10. routeend.