add radius.serv container

This commit is contained in:
Eri - 2017-02-06 23:35:14 +01:00
parent 03b77ac422
commit 8bc988c9ca
2 changed files with 9 additions and 0 deletions

View File

@ -81,6 +81,7 @@ hosts-inet:
serv-gw: 172.20.73.1 serv-gw: 172.20.73.1
dns: 172.20.73.2 dns: 172.20.73.2
stats: 172.20.73.3 stats: 172.20.73.3
radius: 172.20.73.4
priv1: priv1:
priv1-gw: 172.20.74.1 priv1-gw: 172.20.74.1
{%- for i in range(1, 14) %} {%- for i in range(1, 14) %}
@ -181,6 +182,7 @@ hosts-inet6:
serv-gw: fd23:42:c3d2:582::1 serv-gw: fd23:42:c3d2:582::1
dns: fd23:42:c3d2:582:2:0:0:2 dns: fd23:42:c3d2:582:2:0:0:2
stats: fd23:42:c3d2:582:2:0:0:3 stats: fd23:42:c3d2:582:2:0:0:3
radius: fd23:42:c3d2:582:2:0:0:4
pub: pub:
pub-gw: fd23:42:c3d2:583::1 pub-gw: fd23:42:c3d2:583::1
priv1: priv1:

View File

@ -149,3 +149,10 @@ containers:
type: veth type: veth
gw: serv-gw gw: serv-gw
gw6: serv-gw gw6: serv-gw
radius:
interfaces:
serv:
type: veth
gw: serv-gw
gw6: serv-gw