summaryrefslogtreecommitdiffstats
path: root/config/pdv/servers/50_network_scc.cfg
blob: 6e12c30b1f589e07301bf61618f41e169d67e0c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
}