Taking into account you have already a working Openvpn server, follow the steps bellow to configure static ip address to Openvpn users:
1. Create a folder called ccd inside /etc/openvpn/.
#mkdir /etc/openvpn/ccd
2. Add the following line to the openvpn server configuration file:
client-config-dir ccd
3. In /etc/openvpn/ccd/ you will create one file for each user you want to have [...]
Popularity: 16% [?]
Continue reading about How to assign a fixed ip-address to an openvpn user / lan-to-lan connection?
Grub
1. at the boot screen enter in edit mode:
1.1 Select the line that starts with kernel
1.2 Add at the end single
1.3 at the grub boot screen type ‘b’ to boot in user single mode.
LILO
1. at the LILO boot screen prompt or if you are using the graphical LILO, you press Ctrl-x to exit the graphical [...]
Popularity: 1% [?]
1. Check who is connected to the tty
#who
srv-srv1:~/test# w
08:50:26 up 152 days, 15:53, 2 users, load average: 0.00, 0.02, 0.01
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
root pts/0 wks1 08:27 0.00s 0.04s 0.00s w
root pts/2 wks1 Mon09 15:41m 0.17s 0.17s -bash
2. Verify its PID
ps -u root |grep -i pts/2
3. kill the connection
# kill -9 <PID>
Popularity: [...]
Popularity: 1% [?]
Photos about my travels around the world.
Popularity: 1% [?]
Popularity: 1% [?]
Space reserved for projects that I have been working on.
Coming soon…
Popularity: 1% [?]
Popularity: 1% [?]