Changes between Version 4 and Version 5 of Internal/SharedNAT
- Timestamp:
- Sep 24, 2014 5:30:26 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/SharedNAT
v4 v5 7 7 the previous Risky Experiment mechanism, but gives some additional capabilites. 8 8 9 == Caveats and testing == 10 11 Please note that like the risky experiment facility that it extends, '''you cannot use ping (icmp) to verify that the access is functioning'''. 12 13 The system gives specific access with different port sets to TCP and UDP and does not support ICMP at all. 14 9 15 == Dynamic modification/access == 10 16 11 If you have an an existing experiment, and you want to grant it external 17 If you have an an existing experiment, and you want to grant it external access, you can do so , even if it is already swapped in, without restarting the experiment. 12 18 13 19 You use a web page {{{https://<testbed>/expcxa.php?pid=<pid>&eid=<eid>}}} and fill out the same form that is used by the "Make Experiment Risky" page, parsed with almost the same rules. … … 24 30 for "Experiment need outside connetctivity" even if you've already 25 31 granted it. 32 33 To dynamically '''remove''' access granted either by using the CXA webpage, or as a result of the NS File extensions described 34 below, us the CXA webpage again, and delete the entries in the boxes as you would for modifying a risky experiment. 26 35 27 36 If your experiment already has specified nodes with external … … 88 97 the HTTP port on the experiment node named "web" and to the daytime UDP port on the experiment host called "othernode". 89 98 99 For any experiment having a tb-allow-external call in the ns file (even with no parameters), a swap-modify will '''overrule''' any changes 100 instituted using the dynamic CXA webpage above. 101 90 102 91 103 == DNS stuff ==