Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

redundant array of networks

License

NotificationsYou must be signed in to change notification settings

NickCao/ranet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

ranet, acronym for redundant array of networks, forms full mesh IPSec connectivity among network participants.

Configuration

{"organization":"acme corp",// unique identifier of a keypair"common_name":"some server",// node name, unique within an organization"endpoints":[{"serial_number":"0",// fort distinguishing endpoints, unique within a node"address":"1.1.1.1",// ip address or cidr, can be omitted"address_family":"ip4",// or ip6"port":13000,// must be identical to charon.port_nat_t"updown":"/usr/local/bin/updown",// script to run on connection changes, see https://docs.strongswan.org/docs/5.9/plugins/updown.html"fwmark":null// see <child>.set_mark_out in https://docs.strongswan.org/docs/5.9/swanctl/swanctlConf.html},{"serial_number":"1","address":null,"address_family":"ip6","port":13000,"updown":"/usr/local/bin/updown","fwmark":null}]}

Registry

The registry is a json array containing information of mesh participants.

[{"public_key":"<PEM encoded public key>","organization":"acme corp","nodes":[{"common_name":"some server","endpoints":[{"serial_number":"0",// matches one-to-one with endpoints in local config"address_family":"ip4","address":"example.com",// ip or domain name, can be omitted"port":13000},{"serial_number":"1","address_family":"ip6","address":null,"port":13000}],"remarks":{"arbitrary":"metadata"}}]}]

About

redundant array of networks

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp