-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(temp-privatek8s) add automatic routing to the temp-privatek8s ne…
…twork Using the following commands after updating the config.yaml: mv cert/ccd /tmp/ccd mkdir cert/ccd ./easyvpn config --commit=false $( echo $(ls -1 /tmp/ccd)) Signed-off-by: Damien Duportal <[email protected]>
- Loading branch information
Showing
22 changed files
with
44 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.20 255.255.254.0 | ||
ifconfig-push 10.8.0.2 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.6 255.255.254.0 | ||
ifconfig-push 10.8.0.3 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
ifconfig-push 10.8.1.3 255.255.254.0 | ||
push "route 10.0.1.0 255.255.255.0" | ||
ifconfig-push 10.8.0.4 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.0.99.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.16 255.255.254.0 | ||
ifconfig-push 10.8.0.5 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.15 255.255.254.0 | ||
ifconfig-push 10.8.0.6 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.11 255.255.254.0 | ||
ifconfig-push 10.8.0.7 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.17 255.255.254.0 | ||
ifconfig-push 10.8.0.8 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.13 255.255.254.0 | ||
ifconfig-push 10.8.0.9 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.2 255.255.254.0 | ||
ifconfig-push 10.8.0.10 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.4 255.255.254.0 | ||
ifconfig-push 10.8.0.11 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.19 255.255.254.0 | ||
ifconfig-push 10.8.0.12 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.12 255.255.254.0 | ||
ifconfig-push 10.8.0.13 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.8 255.255.254.0 | ||
ifconfig-push 10.8.0.14 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
ifconfig-push 10.8.1.2 255.255.254.0 | ||
push "route 10.0.1.0 255.255.255.0" | ||
ifconfig-push 10.8.0.15 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.0.99.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.9 255.255.254.0 | ||
ifconfig-push 10.8.0.16 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.7 255.255.254.0 | ||
ifconfig-push 10.8.0.17 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.5 255.255.254.0 | ||
ifconfig-push 10.8.0.18 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.18 255.255.254.0 | ||
ifconfig-push 10.8.0.19 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.10 255.255.254.0 | ||
ifconfig-push 10.8.0.20 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.14 255.255.254.0 | ||
ifconfig-push 10.8.0.21 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
ifconfig-push 10.8.0.3 255.255.254.0 | ||
ifconfig-push 10.8.0.22 255.255.254.0 | ||
push "route 10.0.2.0 255.255.255.0" | ||
push "route 10.240.0.0 255.252.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters