public
Description: cloudvpn init scripts
Homepage:
Clone URL: git://github.com/OwlManAtt/YS-Cloud-Scripts.git
OwlManAtt (author)
Sat May 16 23:21:21 -0700 2009
commit  23e73b4f78550ef6b588bfeda7e9fe593078ab8f
tree    d267080920b707191b7c81a23287d75501233cb3
parent  a6a61338a07ea0ac3b8f342252daaffbbd79fbcd
name age message
file README.markdown Loading commit data...
file bridge-ys
file cloudvpn-ys
README.markdown

Syndicate CloudVPN Scripts

These are a collection of initscripts (and eventually maybe some other junk) for the Yasashii Syndicate's CloudVPN deployment.

Files

  • cloudvpn-ys = bring up the client and the tap interface
  • brige-ys = br0 setup (make sure shorewall is configured for br0 and not eth1 or shit breaks)

Installation

Under Ubuntu, copy the scripts to /etc/init.d and run these commands:

sudo update-rc.d bridge-ys defaults 80 20
sudo update-rc.d cloudvpn-ys defaults 90 10