User Tools
Writing /app/www/public/data/meta/databaseandnetworkmanagement/openvpn3.meta failed
databaseandnetworkmanagement:openvpn3
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| databaseandnetworkmanagement:openvpn3 [2021/05/26 17:44] – created 10.91.120.28 | databaseandnetworkmanagement:openvpn3 [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | === openvpn3 install === | ||
| + | A playbook exists in https:// | ||
| + | |||
| + | Example use: | ||
| + | < | ||
| + | |||
| + | ==== Openvpn3 routing ==== | ||
| + | |||
| + | Example IP rules added for telnet, modify and run them before establishing a connection so that your session persists and other internal connections stay intact: | ||
| + | |||
| + | == apps1 == | ||
| + | sudo ip rule add table 128 from 10.91.140.138; | ||
| + | |||
| + | == lb == | ||
| + | sudo ip rule add table 128 from 10.91.140.212; | ||
| + | |||
| + | == apps2 == | ||
| + | sudo ip rule add table 128 from 10.91.140.205; | ||
| + | |||
| + | ==== Starting a Session ==== | ||
| + | < | ||
| + | |||
| + | ==== Stopping a Session ==== | ||
| + | < | ||