client.mrt 417 B

12345678910111213141516171819202122
  1. # filename: client.mrt
  2. # author: Thomas Reschka
  3. # routing table for client of tcp example "extserver"
  4. ifconfig:
  5. # interface 0 to router
  6. name: ppp0
  7. inet_addr: 172.0.0.1
  8. Mask: 255.255.255.0
  9. MTU: 1500
  10. POINTTOPOINT MULTICAST
  11. ifconfigend.
  12. route:
  13. #Destination Gateway Genmask Flags Metric Iface
  14. default: 172.0.0.100 0.0.0.0 G 0 ppp0
  15. routeend.