diff options
Diffstat (limited to 'config/pdv/servers/50_network_scc.cfg')
-rw-r--r-- | config/pdv/servers/50_network_scc.cfg | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/config/pdv/servers/50_network_scc.cfg b/config/pdv/servers/50_network_scc.cfg new file mode 100644 index 0000000..6e12c30 --- /dev/null +++ b/config/pdv/servers/50_network_scc.cfg @@ -0,0 +1,27 @@ +define host { + use switch + host_name ipegw + address 141.52.64.207 + parents ipe007 +} + +define host { + use switch + host_name sccgw + address 141.52.249.145 + parents ipegw +} + +define host { + use switch + host_name kitgw + address 141.52.249.254 + parents sccgw +} + +define host { + use switch + host_name inetgw + address 141.52.249.254 + parents kitgw +} |