-
Notifications
You must be signed in to change notification settings - Fork 2
Tutorial of IPOP access point for a user
Kyuho Jeong edited this page Jun 15, 2016
·
6 revisions
This tutorial guides users through the process of deploying IPOP on their computers to connect to a PRAGMA-ENT Access Point. In order to work, this tutorial assumes your PRAGMA-ENT site is currently running a PRAGMA-ENT IPOP Access Point - please contact one of the coordinators (below) to check if your site runs an Access Point.
- Download the IPOP binary and controller file from the link below:
or you can use on of the commands below on your console:
wget http://www.acis.ufl.edu/~xetron/pragma-ent/ipop-pragma-0.1-centos.zip # for CentOs
wget http://www.acis.ufl.edu/~xetron/pragma-ent/ipop-pragma-0.1-ubuntu.zip # for Ubuntu
- IPOP requires python-argparse package as a prerequisite. Install it if you don't have it. (You don't need this step if you are Ubuntu user)
sudo yum install python-argparse
- Contact one of the coordinators by email to get a config file:
When you try contact, make sure to cc Dr Ichikawa.
-
Kyuho Jeong ()
-
Dr Kohei Ichikawa ()
- Run ipop-tincan
sudo ./ipop-tincan-centos # For Centos
sudo ./ipop-tincan-ubuntu # For Ubuntu users
- Use the config file provided from the coordinator and run the controller.
./gvpn_controller.py -c config.json
- Now, you can see the ipop tap device when you list network interface.
ifconfig -a
- You may attach this ipop tap to your linux bridge or Open vSwitch to extend the PRAMA-ENT network. Or you can run it without attaching to any bridge.
- Home
- How to participate
- Projects
- People
- Publications
- [Application Documentation] (https://github.com/pragmagrid/pragma_ent/wiki/Application-Development)
- [Infrastructure Documentation] (https://github.com/pragmagrid/pragma_ent/wiki/Infrastructure-Development)