66 | | When you have external network access working for your Users machine, you should be able to SSH in now. In ~/testbed there is a file called defs-example-deter. Change this file to reflect your site and save it as defs-<yoursite>. We have slimmed down the defs file so this should be self explanatory. |
| 66 | When you have external network access working for your Users machine, you should be able to SSH in now. In ~/testbed there is a file called defs-example-deter. Change this file to reflect your site and save it as defs-<yoursite>. We have slimmed down the defs file so this should be self explanatory. Here is what defs-example-deter currently contains: |
| 67 | |
| 68 | {{{ |
| 69 | # |
| 70 | # This is an example definitions file for configure. |
| 71 | # |
| 72 | # Use the --with-TBDEFS=filename to specify your own file. |
| 73 | # If you add a variable, be sure to go and update configure.in. |
| 74 | # |
| 75 | |
| 76 | # The subdomain name of this installation |
| 77 | OURDOMAIN=example.deterlab.net |
| 78 | THISHOMEBASE=Example.Deterlab.Net |
| 79 | SITENAME="USC/ISI" |
| 80 | SITECOPYRIGHT="University of Southern California Information Sciences Institute (USC/ISI)" |
| 81 | SITEDATES=2013 |
| 82 | |
| 83 | # |
| 84 | # SSL Setup |
| 85 | # |
| 86 | SSLCERT_COUNTRY="US" |
| 87 | SSLCERT_STATE="California" |
| 88 | SSLCERT_LOCALITY="Los Angeles" |
| 89 | SSLCERT_ORGNAME="DETER EXAMPLE Testbed" |
| 90 | |
| 91 | # |
| 92 | # Domain, host names, and external IP addresses |
| 93 | # |
| 94 | # The network that boss and users sit on |
| 95 | EXTERNAL_TESTBED_NETWORK=A.B.C.0 |
| 96 | EXTERNAL_TESTBED_NETMASK=255.255.255.0 |
| 97 | |
| 98 | # This should be boss.<yoursubdomain as defined in THISHOMEBASE> |
| 99 | EXTERNAL_BOSSNODE_IP=A.B.C.D |
| 100 | |
| 101 | # This should be users.<yoursubdomain as defined in THISHOMEBASE> |
| 102 | EXTERNAL_USERNODE_IP=A.B.C.D |
| 103 | |
| 104 | # Named forwarders, typically your upstream DNS servers. |
| 105 | NAMED_FORWARDERS="A.B.C.D W.X.Y.Z" |
| 106 | }}} |