Accessing IOPB network with VPN
- Home
- Configuration
- Accessing IOPB network with VPN
IOPB IT team has set up a VPN server which can be used to access the IOPB intranet securely from outside the campus. You can access journals and ssh in to your desktop by using the VPN. You can configure your mobile phone or laptop or desktop computer by following this how to.
First you will need to generate a configuration for VPN access. Generate the configuration at https://user.iopb.res.in/vpn-access on a desktop or laptop device. After successful generation, you will see a QR code and a link to download the configuration. You will need to scan the QR code if you want to configure VPN on a mobile pbone. If you want to configure the current device, download the config. Please note that you can use the VPN on one device at a time.
Configuring a mobile phone
MacOS
Windows
Linux
Installation
Install wireguard using the following commands one by one. Dont copy the “$”.
Ubuntu / Debian
$ sudo apt -y update
$ sudo apt install -y resolvconf wireguard
Fedora
$ sudo dnf install -y wireguard-tools
Arch
$ sudo pacman -S wireguard-tools
Others
Please visit https://www.wireguard.com/install/
Configuration
$ sudo mv ~/Downloads/wg0.conf /etc/wireguard/
$ wg-quick up wg0
$ wg-quick down wg0
Testing Access
Once you have activated the VPN, navigate to https://intranet.iopb.res.in to check if it is working.
Contact itsupport[at]iopb[dot]res[dot]in or call on +91-9438682626 for any support.