US Robotics USR2410 Bedienungsanleitung Seite 69

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 107
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 68
57
ip_to_intern :: GetIPAddress(16)
-> CheckIPHeader
-> [0]intern_arpq
-> intern_dev;
// to grid mesh network from internal network
rewriter[2]->ip_to_extern_class :: IPClassifier(dst host intern,dst host me, -);
ip_to_extern_class[0]->to_host_encap; //packets addressed to the router
ip_to_extern_class[1]->to_host_encap;
ip_to_extern_class[2]-> [0]rewriter; //packets addressed to another machine go to
the grid mesh network
rewriter[0]->ip_demux;
// to internal server from grid mesh network
rewriter[3]->ip_to_client_class :: IPClassifier(dst host intern,dst host me, -);
ip_to_client_class[0]->to_host_encap; //packets addressed to the router
ip_to_client_class[1]->to_host_encap;
ip_to_client_class[2]-> [1]rewriter; //packets addressed to another machine go to
the grid mesh network
rewriter[1] -> ip_to_intern;
//ICMP Ping packets:
irw[0] -> ip_demux;
irw[1] -> ip_to_intern;
//OTHER ICMP packets
ierw[0] -> ip_to_intern;
ierw[1] -> to_host_encap; //packets that were not re-written
// FILTER & REWRITE IP PACKETS FROM INSIDE
intern_arp_class[2] -> Strip(14) //data packets
-> intern_data_chk :: CheckIPHeader
-> icmp_i_packet_classifier :: IPClassifier (icmp type echo, proto icmp, -);
icmp_i_packet_classifier[0] -> [0]irw; // icmp ping
icmp_i_packet_classifier[1] -> to_host_encap; // other icmp
icmp_i_packet_classifier[2] -> [2]rewriter; // stuff for the mesh network or for
this router
// Grid mesh network packets
ls2 :: Idle;
ls :: LinkStat(ETH me:eth, SIZE 148 );
metric :: HopcountMetric();
Seitenansicht 68
1 2 ... 64 65 66 67 68 69 70 71 72 73 74 ... 106 107

Kommentare zu diesen Handbüchern

Keine Kommentare