Wiki source code of mifa

Version 2.3 by Rudi Marais on 2024/04/25 12:31

Show last authors
1 VPN <= another page for VPN installations
2
3 Global VPN Connect
4
5 -> process to get access very specific to each client and some clients is accessible via our VPN
6
7 -> Netsure-IT
8
9 ->>> Contact details / process
10
11 ->>> funny routing script
12
13 route delete 0.0.0.0
14 route add 0.0.0.0 MASK 0.0.0.0 [@your_gateway_ip@]
15
16 route add 160.119.254.105 MASK 255.255.255.255 [@vpn_gateway@]
17 route add 196.1.1.108 MASK 255.255.255.255 [@vpn_gateway@]
18 route add 196.1.1.121 MASK 255.255.255.255 [@vpn_gateway@]
19 route add 192.168.100.11 MASK 255.255.255.255 [@vpn_gateway@]
20 route add 192.168.100.225 MASK 255.255.255.255 [@vpn_gateway@]
21
22
23
24 CRM
25
26
27
28