All Projects → nanopack → red

nanopack / red

Licence: MIT License
A fast, in-kernel, ad-hoc point-to-point vxlan network.

Programming Languages

c
50402 projects - #5 most used programming language
ruby
36898 projects - #4 most used programming language
M4
1887 projects
Makefile
30231 projects

Projects that are alternatives of or similar to red

portal
An api-driven, in-kernel layer 2/3 load balancer.
Stars: ✭ 101 (+225.81%)
Mutual labels:  devtools, developer-tools, nanobox, nanopack
narc
Small utility to watch log files and ship to syslog service.
Stars: ✭ 18 (-41.94%)
Mutual labels:  devtools, developer-tools, nanobox, nanopack
nanoinit
A small, proper, init process for docker containers.
Stars: ✭ 43 (+38.71%)
Mutual labels:  devtools, nanobox, nanopack
flip
Simple, lightweight, virtual IP management utility for moving IPs around nodes in response to cluster events.
Stars: ✭ 23 (-25.81%)
Mutual labels:  devtools, nanobox, nanopack
nanobox-rails
Quickly set up a Ruby on Rails app on Nanobox, the ideal platform for developers. With Nanobox, Rails app developers can set up instant, isolated development environments that can be shared among team members. Rails apps created using Nanobox can be automatically deployed to AWS, Azure, Google Cloud, and other cloud hosts without the need for de…
Stars: ✭ 19 (-38.71%)
Mutual labels:  devtools, developer-tools, nanobox
Tutorialdb
A search 🔎 engine for programming/dev tutorials, See it in action 👉
Stars: ✭ 93 (+200%)
Mutual labels:  devtools, developer-tools
Hmake
HyperMake - Makes Builds Green without Worrying about Pre-requisites
Stars: ✭ 95 (+206.45%)
Mutual labels:  devtools, developer-tools
Check It Out
A command line interface for Git Checkout. See branches available for checkout.
Stars: ✭ 127 (+309.68%)
Mutual labels:  devtools, developer-tools
Aiohttp Devtools
dev tools for aiohttp
Stars: ✭ 202 (+551.61%)
Mutual labels:  devtools, developer-tools
Grpcc
A gRPC cli interface for easy testing against gRPC servers
Stars: ✭ 1,078 (+3377.42%)
Mutual labels:  devtools, developer-tools
Works For Me
Collection of developer toolkits
Stars: ✭ 131 (+322.58%)
Mutual labels:  devtools, developer-tools
Kubefwd
Bulk port forwarding Kubernetes services for local development.
Stars: ✭ 2,713 (+8651.61%)
Mutual labels:  devtools, developer-tools
Hoarder
A simple, api-driven storage system for storing code builds and cached libraries for cloud-based deployment services.
Stars: ✭ 91 (+193.55%)
Mutual labels:  devtools, developer-tools
Artemis Dev Tool
An Apollo GraphQL Query Schema Testing Tool
Stars: ✭ 66 (+112.9%)
Mutual labels:  devtools, developer-tools
Service Worker Detector
This extension detects if a website registers a Service Worker.
Stars: ✭ 124 (+300%)
Mutual labels:  devtools, developer-tools
Logvac
Simple, lightweight, api-driven log aggregation service with realtime push capabilities and historical persistence.
Stars: ✭ 61 (+96.77%)
Mutual labels:  devtools, developer-tools
Prosemirror Dev Tools
Developer Tools for ProseMirror
Stars: ✭ 167 (+438.71%)
Mutual labels:  devtools, developer-tools
tunfish-vxlan
A proof-of-concept for creating convenient VPN environments on top of secure WireGuard tunnels, with VXLAN.
Stars: ✭ 22 (-29.03%)
Mutual labels:  vxlan, vxlan-interface
Shon
A simple tool to convert json or yaml into a shell-compliant data structure.
Stars: ✭ 47 (+51.61%)
Mutual labels:  devtools, developer-tools
Pulse
Dynamic, api-driven stats collector service for realtime stats publishing and historical aggregation with Influxdb.
Stars: ✭ 48 (+54.84%)
Mutual labels:  devtools, developer-tools

red

A fast, in-kernel, ad-hoc point-to-point vxlan network. This project interacts with redd to build virtual networks. The redd project is the daemon that interacts with the kernel's vxlan module. This project is the command-line utility used to interact with redd.

How to use red:

Usage

Usage: red [OPTIONS] <subcommand>  <args> ...
    -h <hostname>      red hostname (default: 127.0.0.1)
    -p <port>          red port (default: 4470)
    --help             Output this help and exit
    --version          Output version and exit
    --yaml             Format output in YAML

    add-ip <ip address>
    remove-ip <ip address>
    show-ip

    add-node <ip address | hostname>
    remove-node <ip address | hostname>
    show-node

    ping

    status

Options

-h

Specify the host to connect to

-p

Specify the port to connect to

--help

Show the help for red

--version

Show the version number of red

--yaml

Format the output of subcommands to be yaml

Subcommands

add-ip

Add ip to the vxlan interface. Must specify with the cidr (192.168.0.1/24).

remove-ip

Remove ip from the vxlan interface. Must specify with the cidr (192.168.0.1/24).

show-ip

Show a list of IPs attached to the vxlan interface.

add-node

Add host node to peer list.

remove-node

Remove host node from peer list.

show-node

Show a list of nodes in the peer list.

ping

Sends a simple request to the redd api to see if it is listening.

status

Shows information about the redd server, including ips and nodes.

open source

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].