Wiki source code of mifa
Version 2.11 by Rudi Marais on 2024/04/25 13:02
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | == VPN <~= another page for VPN installations == | ||
| 2 | |||
| 3 | SonicWall Global VPN Connect | ||
| 4 | |||
| 5 | IP: vpn.mirf.co.za | ||
| 6 | 08D9691F2A9AC311 | ||
| 7 | |||
| 8 | -> process to get access very specific to each client and some clients is accessible via our VPN | ||
| 9 | |||
| 10 | -> Netsure-IT | ||
| 11 | |||
| 12 | ->>> Contact details / process | ||
| 13 | |||
| 14 | ->>> funny routing script | ||
| 15 | |||
| 16 | route delete 0.0.0.0 | ||
| 17 | route add 0.0.0.0 MASK 0.0.0.0 [@your_gateway_ip@] | ||
| 18 | |||
| 19 | route add 160.119.254.105 MASK 255.255.255.255 [@vpn_gateway@] | ||
| 20 | route add 196.1.1.108 MASK 255.255.255.255 [@vpn_gateway@] | ||
| 21 | route add 196.1.1.121 MASK 255.255.255.255 [@vpn_gateway@] | ||
| 22 | route add 192.168.100.11 MASK 255.255.255.255 [@vpn_gateway@] | ||
| 23 | route add 192.168.100.225 MASK 255.255.255.255 [@vpn_gateway@] | ||
| 24 | |||
| 25 | |||
| 26 | == SITES == | ||
| 27 | |||
| 28 | |||
| 29 | crm-dev.mifa.org -> 192.168.100.11 | ||
| 30 | |||
| 31 | api-dev.mifa.org -> 192.168.100.11 | ||
| 32 | |||
| 33 | |||
| 34 | == SERVERS == | ||
| 35 | |||
| 36 | |||
| 37 | CRM - 192.168.100.11 ->link to credentials in vault | ||
| 38 | |||
| 39 | DATABASE -> 196.1.1.108 ->Everest_Test | ||
| 40 | |||
| 41 | DATABASE -> 196.1.1.108 ->Everest_Test_Documents | ||
| 42 | |||
| 43 | |||
| 44 | == SERVICES == | ||
| 45 | |||
| 46 | crm-dev.mifa.org | ||
| 47 | |||
| 48 | C:\Everest\inetpub\wwwroot\za.co.mirf.dev-crm | ||
| 49 | |||
| 50 | |||
| 51 | |||
| 52 | |||
| 53 |