~ubuntu-branches/debian/experimental/ion/experimental

« back to all changes in this revision

Viewing changes to configs/2node-stcp/host1.ipnrc

  • Committer: Package Import Robot
  • Author(s): Leo Iannacone
  • Date: 2012-02-01 09:46:31 UTC
  • Revision ID: package-import@ubuntu.com-20120201094631-qpfwehc1b7ftkjgx
Tags: upstream-2.5.3~dfsg1
ImportĀ upstreamĀ versionĀ 2.5.3~dfsg1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ipnrc configuration file for host1 in the 2node stcp network.
 
2
#       Essentially, this is the IPN scheme's routing table.
 
3
#       Command: % ipnadmin host1.ipnrc
 
4
#       This command should be run AFTER bpadmin (likely to be run last).
 
5
#
 
6
#       Ohio University, Oct 2008
 
7
 
 
8
# Add services
 
9
#       Add service 0 (i.e. ipn:1.0) called 'admin.'
 
10
#       Add service 1 (ipn:1.1) called 'test1.'
 
11
#       Add service 2 (ipn:1.2) called 'test2.'
 
12
#       See your bprc file for endpoint IDs you should use.
 
13
a service 0 admin
 
14
a service 1 test1
 
15
a service 2 test2
 
16
 
 
17
# Add an egress plan. (to yourself)
 
18
#       Bundles to be transmitted to element number 1 (that is, yourself).
 
19
#       This element is named 'host1.'
 
20
#       The plan is to queue for transmission (x) on protocol 'stcp' using
 
21
#       the outduct identified as '10.1.1.1:4556'
 
22
#       See your bprc file or bpadmin for outducts/protocols you can use.
 
23
a plan 1 host1 x stcp/10.1.1.1:4556
 
24
 
 
25
# Add an egress plan. (to the second host)
 
26
#       Bundles to be transmitted to element number 2 (the other node).
 
27
#       This element is named 'host2.'
 
28
#       The plan is to queue for transmission (x) on protocol 'stcp' using
 
29
#       the outduct identified as '10.1.1.2:4556'
 
30
#       See your bprc file or bpadmin for outducts/protocols you can use.
 
31
a plan 2 host2 x stcp/10.1.1.2:4556