server.mrt 419 B

12345678910111213141516171819202122
  1. # filename: server.mrt
  2. # author: Thomas Reschka
  3. # routing table for server of tcp example "extserver"
  4. ifconfig:
  5. # interface 0 to router
  6. name: ppp0
  7. inet_addr: 172.0.1.111
  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.1.100 0.0.0.0 G 0 ppp0
  15. routeend.