« Previous | Next » 

Revision d9acf43d

IDd9acf43d84bddeb9c1dece0f1d04f03c933b24f8

Added by Dimitris Aragiorgis almost 13 years ago

Introduce the gnt-network client

gnt-network is used to manipulate and handle networks.
gnt-network client currently provides the following operations:

  • Add a new network:
    gnt-network add --network=1.2.3.0/28 --gateway=1.2.3.1
    --reserve-ips=1.2.3.4,1.2.3.5 testnet
  • Remove an existing network:
    gnt-network remove testnet
  • Modify an existing network:
    gnt-network modify --gateway=1.2.3.6
    --reserved-ips=1.2.3.7 testnet
  • Connect an existing network to a nodegroup:
    gnt-network connect testnet default bridged br100
    gnt-network connect testnet <nodegroup> <mode> <link>
  • Disconnect an existing network from a nodegroup:
    gnt-network disconnect testnet <nodegroup>
  • List available networks:
    gnt-network list
  • Show network info:
    gnt-network info [testnet]

Signed-off-by: Dimitris Aragiorgis <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences