nat_mrouter_1.mrt 400 B

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