We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo apt-get update -y sudo apt-get install -y python3 python3-pip iproute2 openvswitch-switch bridge-utils sudo -H pip3 install psutil sleekxmpp requests
If you have already done building IPOP, it must be in ~/workspace/ipop-projct/ipop-vpn:
~/workspace/ipop-projct/ipop-vpn
cd ~/workspace/ipop-project/ipop-vpn
You will need a valid configuration file, config.json in config directory to run IPOP. A sample configuration file is available to use:
config.json
config
cp controller/template-config.json config/config.json
Follow the instructions.
sudo ./ipop-tincan &
sudo python3 -m controller.Controller -c ./config/config.json &
sudo killall ipop-tincan
ps aux | grep -v grep | grep controller.Controller | awk '{print $2}' | xargs sudo kill -9
To uninstall IPOP, it is safe to stop it first and then remove the ipop-vpn directory:
ipop-vpn
rm -rf ~/workspace/ipop-project/ipop-vpn
Deploying IPOP-VPN
General Documentation