feat(vault01): add admin ipv4
All checks were successful
Run pre-commit on all files / pre-commit (push) Successful in 24s
Check meta / check_dns (pull_request) Successful in 15s
Check meta / check_meta (pull_request) Successful in 15s
Check workflows / check_workflows (pull_request) Successful in 17s
Build all the nodes / netcore00 (pull_request) Successful in 20s
Build all the nodes / netcore01 (pull_request) Successful in 20s
Build all the nodes / netaccess01 (pull_request) Successful in 28s
Build all the nodes / ap01 (pull_request) Successful in 30s
Build all the nodes / netcore02 (pull_request) Successful in 20s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m0s
Build all the nodes / hypervisor01 (pull_request) Successful in 1m0s
Build all the nodes / geo01 (pull_request) Successful in 1m1s
Build all the nodes / geo02 (pull_request) Successful in 1m1s
Build all the nodes / storage01 (pull_request) Successful in 54s
Build all the nodes / rescue01 (pull_request) Successful in 57s
Build all the nodes / tower01 (pull_request) Successful in 53s
Run pre-commit on all files / pre-commit (pull_request) Successful in 23s
Build all the nodes / web02 (pull_request) Successful in 1m2s
Build the shell / build-shell (pull_request) Successful in 30s
Build all the nodes / web03 (pull_request) Successful in 1m13s
Build all the nodes / compute01 (pull_request) Successful in 1m51s
Build all the nodes / bridge01 (pull_request) Successful in 1m55s
Build all the nodes / vault01 (pull_request) Successful in 1m30s
Build all the nodes / build01 (pull_request) Successful in 1m55s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m55s
Build all the nodes / cof02 (pull_request) Successful in 1m57s
Build all the nodes / web01 (pull_request) Successful in 2m21s
All checks were successful
Run pre-commit on all files / pre-commit (push) Successful in 24s
Check meta / check_dns (pull_request) Successful in 15s
Check meta / check_meta (pull_request) Successful in 15s
Check workflows / check_workflows (pull_request) Successful in 17s
Build all the nodes / netcore00 (pull_request) Successful in 20s
Build all the nodes / netcore01 (pull_request) Successful in 20s
Build all the nodes / netaccess01 (pull_request) Successful in 28s
Build all the nodes / ap01 (pull_request) Successful in 30s
Build all the nodes / netcore02 (pull_request) Successful in 20s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m0s
Build all the nodes / hypervisor01 (pull_request) Successful in 1m0s
Build all the nodes / geo01 (pull_request) Successful in 1m1s
Build all the nodes / geo02 (pull_request) Successful in 1m1s
Build all the nodes / storage01 (pull_request) Successful in 54s
Build all the nodes / rescue01 (pull_request) Successful in 57s
Build all the nodes / tower01 (pull_request) Successful in 53s
Run pre-commit on all files / pre-commit (pull_request) Successful in 23s
Build all the nodes / web02 (pull_request) Successful in 1m2s
Build the shell / build-shell (pull_request) Successful in 30s
Build all the nodes / web03 (pull_request) Successful in 1m13s
Build all the nodes / compute01 (pull_request) Successful in 1m51s
Build all the nodes / bridge01 (pull_request) Successful in 1m55s
Build all the nodes / vault01 (pull_request) Successful in 1m30s
Build all the nodes / build01 (pull_request) Successful in 1m55s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m55s
Build all the nodes / cof02 (pull_request) Successful in 1m57s
Build all the nodes / web01 (pull_request) Successful in 2m21s
This commit is contained in:
parent
08e4576f06
commit
ca9d1b1b1d
1 changed files with 7 additions and 1 deletions
|
@ -108,7 +108,10 @@ let
|
|||
|
||||
vlan-admin = {
|
||||
Id = 3000;
|
||||
address = [ "fd26:baf9:d250:8000::1/64" ];
|
||||
address = [
|
||||
"fd26:baf9:d250:8000::1/64"
|
||||
"192.168.129.1/24"
|
||||
];
|
||||
};
|
||||
|
||||
vlan-admin-ap = {
|
||||
|
@ -372,6 +375,9 @@ in
|
|||
ip6 daddr {
|
||||
fd26:baf9:d250::/48,
|
||||
} jump forward_reject;
|
||||
ip daddr {
|
||||
192.168.129.0/24
|
||||
} jump forward_reject;
|
||||
|
||||
# These are being deployed, and so are not trusted
|
||||
ip saddr 10.0.255.0/24 jump forward_reject;
|
||||
|
|
Loading…
Add table
Reference in a new issue