Changes between Version 7 and Version 8 of MyPlc/NetworkCoreRecommendations


Ignore:
Timestamp:
05/05/11 13:32:08 (13 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MyPlc/NetworkCoreRecommendations

    v7 v8  
    3838=== Configure static arp tables for Plastic Slices IPs ===
    3939
    40 Many !OpenFlow-based configurations require static ARP entries so that traffic from a given planetlab host can reach other IPs in the experimental range.  GPO recommends the `install_geni_core_arp_entries.sh` script to apply static ARP entries.  Obtain this script and the corresponding startup script from the GPO, and install it following the steps at [wiki:GpoLab/MyplcReferenceImplementation#InstallStaticARPTablesforExperimentalTopology].  The most current file of ARP entries is at [http://www.gpolab.bbn.com/arp/geni-core-arp.txt].
     40Many !OpenFlow-based configurations require static ARP entries so that traffic from a given planetlab host can reach other IPs in the experimental range.  GPO recommends the `install_geni_core_arp_entries.sh` script to apply static ARP entries.  Obtain this script and the corresponding startup script from the GPO, and install it following the steps at [wiki:GpoLab/MyplcReferenceImplementation#InstallStaticARPTablesforExperimentalTopology].  The most current file of ARP entries is at [http://www.gpolab.bbn.com/arp/geni-core-arp.txt].  You may need to update your settings periodically to get the most recent ARP file.  Do this on each MyPLC !PlanetLab node:
     41{{{
     42sudo wget -O /root/geni-core-arp.txt http://www.gpolab.bbn.com/arp/geni-core-arp.txt
     43sudo /root/install_geni_core_arp_entries.sh
     44}}}
    4145
    4246=== Ensure all IP addresses on a node are visible to slivers ===