Changes between Version 1 and Version 2 of Mid-Atlantic Crossroads-4Q08-status


Ignore:
Timestamp:
05/24/10 13:20:26 (14 years ago)
Author:
jtaylor@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Mid-Atlantic Crossroads-4Q08-status

    v1 v2  
    2525  * We have found two ways to add a tagged 802.1Q VLAN interface to a vserver.  Normally this would be done using something like vconfig add eth1 3000 and configured with an IP address by running ifconfig eth1.3000 inet A.B.C.D.  However, this method will not work for vservers.
    2626    1. during vserver instantiation
    27       * With the latest releases (sometime around 12/15/2008), you can pass --interface ethX.YYYY directly to the vserver build command.  For example, this could be passed into the vtest-init-vserver.sh script:./vtest-init-vserver.sh [...] -- --interface eth0:10.1.1.1/24 --interface eth1.3000:10.2.2.1/24 --hostname [...]
     27      * With the latest releases (sometime around 12/15/2008), you can pass --interface ethX.YYYY directly to the vserver build command.  For example, this could be passed into the vtest-init-vserver.sh script:
     28{{{
     29./vtest-init-vserver.sh [...] -- --interface eth0:10.1.1.1/24 --interface eth1.3000:10.2.2.1/24 --hostname [...]
    2830    2. modifying an existing vserver
     31}}}
    2932      * Within the root context: [[BR]]
    3033{{{