nat_server.mrt 404 B

123456789101112131415
  1. ifconfig:
  2. # ethernet card (modelled by point-to-point link) 0 to router
  3. name: ppp0 inet_addr: 100.1.3.1 MTU: 1500 Metric: 1 POINTTOPOINT MULTICAST
  4. name: ppp1 inet_addr: 100.2.3.1 MTU: 1500 Metric: 1 POINTTOPOINT MULTICAST
  5. ifconfigend.
  6. route:
  7. 100.1.0.0 100.1.3.254 255.255.0.0 G 0 ppp0
  8. 100.2.0.0 100.2.3.254 255.255.0.0 G 0 ppp1
  9. routeend.