Categorygithub.com/ophum/ictsc2019-n0stack
modulepackage
0.0.0-20200525081808-7b9228014455
Repository: https://github.com/ophum/ictsc2019-n0stack.git
Documentation: pkg.go.dev

# README

ictsc2019-n0stack

testing... VLANネットワークを作成した場合、そのネットワークのブリッジにホスト側のVLANインターフェースを接続する。 そのため、n0stack上のブリッジ内ではVLANタグはつかずホストから外に出るときにVLANタグが付与される。 デフォルトゲートウェイにはCIDRのうち最大のホストアドレスが利用される。

install

--vlan-external-interfaceには、外部インターフェースを指定する。 外部インターフェースはL2スイッチにつながっており、Trunkとなる。

# go get -u github.com/ophum/ictsc2019-n0stack
# cd ~/go/bin/
# ./ictsc2019-n0stack install agent --arguments "--location=////1 --node-api-endpoint=localhost:20180 --vlan-external-interface=eth0"

run

# n0core serve api & 
# systemctl start n0core-agent

n0cliをダウンロードする。(https://github.com/n0stack/n0stack/releases)

# tar xvf n0cli_linux_amd64.tar.gz
# mv n0cli /usr/local/bin
# n0cli get node

develop

go/src/github.com/ophum/ictsc2019-n0stack/にソースコードが配置されている。

build

# cd go/src/github.com/ophum/ictsc2019-n0stack/
# go build
# ls ictsc2019-n0stack

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
References: https://github.com/grpc/grpc-go/pull/1406/files#diff-34c6b408d72845d076d47126c29948d1R591 https://qiita.com/ktateish/items/ff5c045e3cebc59bf119.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Variables

No description provided by the author