Socket
Socket
Sign inDemoInstall

github.com/ophum/ictsc2019-n0stack

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/ophum/ictsc2019-n0stack


Version published
Created
Source

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

FAQs

Package last updated on 25 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc