|
Last change
on this file since 4939 was 4317, checked in by dirkx, 21 years ago |
|
Fixing line types
|
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | #
|
|---|
| 3 | # Copyright 2004-2005 (c) WirelessLeiden, All rights reserved.
|
|---|
| 4 | #
|
|---|
| 5 | # License: http://www.wirelessleiden.nl/LICENSE.
|
|---|
| 6 | # Written by Rudolf
|
|---|
| 7 | # modified for unix-friendlyness by Roland
|
|---|
| 8 |
|
|---|
| 9 | NODENAMES='
|
|---|
| 10 | CNodeAA24
|
|---|
| 11 | CNodeAJSoft
|
|---|
| 12 | CNodeAZC
|
|---|
| 13 | CNodeBDboon
|
|---|
| 14 | CNodeBroekplein
|
|---|
| 15 | CNodeBrug
|
|---|
| 16 | CNodeCeTIM1
|
|---|
| 17 | CNodeCeTIM2
|
|---|
| 18 | CNodeCeTIM3
|
|---|
| 19 | CNodeCope
|
|---|
| 20 | CNodeDirkx
|
|---|
| 21 | CNodeDuivenHok
|
|---|
| 22 | CNodeGandalf
|
|---|
| 23 | CNodeGer
|
|---|
| 24 | CNodeGraficall
|
|---|
| 25 | CNodeGrip
|
|---|
| 26 | CNodeHMKerk1
|
|---|
| 27 | CNodeHMKerk2
|
|---|
| 28 | CNodeHMgw2
|
|---|
| 29 | CNodeHaagwijk
|
|---|
| 30 | CNodeHofwijck
|
|---|
| 31 | CNodeHoutmarkt
|
|---|
| 32 | CNodeHuub
|
|---|
| 33 | CNodeIMI
|
|---|
| 34 | CNodeIntCom
|
|---|
| 35 | CNodeJVC
|
|---|
| 36 | CNodeJasper
|
|---|
| 37 | CNodeJorg
|
|---|
| 38 | CNodeJorg2
|
|---|
| 39 | CNodeKaag
|
|---|
| 40 | CNodeKaag2
|
|---|
| 41 | CNodeKees
|
|---|
| 42 | CNodeLCPL
|
|---|
| 43 | CNodeLMdorp
|
|---|
| 44 | CNodeLMkempers1
|
|---|
| 45 | CNodeLMkempers2
|
|---|
| 46 | CNodeLMstruykverwo1
|
|---|
| 47 | CNodeLMstruykverwo2
|
|---|
| 48 | CNodeLebkov
|
|---|
| 49 | CNodeLijtweg1
|
|---|
| 50 | CNodeLijtweg2
|
|---|
| 51 | CNodeLijtweg3
|
|---|
| 52 | CNodeLorentzhof
|
|---|
| 53 | CNodeLvLn
|
|---|
| 54 | CNodeLvLz
|
|---|
| 55 | CNodeMarten
|
|---|
| 56 | CNodeMeca
|
|---|
| 57 | CNodeOBLc
|
|---|
| 58 | CNodePlantsoen
|
|---|
| 59 | CNodeROCl
|
|---|
| 60 | CNodeRV
|
|---|
| 61 | CNodeRabo
|
|---|
| 62 | CNodeRegenboog
|
|---|
| 63 | CNodeRobijn
|
|---|
| 64 | CNodeRuben
|
|---|
| 65 | CNodeRudi
|
|---|
| 66 | CNodeRund
|
|---|
| 67 | CNodeRustenborch
|
|---|
| 68 | CNodeSHFortis
|
|---|
| 69 | CNodeSOM
|
|---|
| 70 | CNodeThomas
|
|---|
| 71 | CNodeUniGor
|
|---|
| 72 | CNodeUniGorN
|
|---|
| 73 | CNodeVAIPS
|
|---|
| 74 | CNodeVeldbies
|
|---|
| 75 | CNodeVosko1
|
|---|
| 76 | CNodeVosko2
|
|---|
| 77 | CNodeWBRotary1
|
|---|
| 78 | CNodeWBRotary2
|
|---|
| 79 | CNodeZijloever
|
|---|
| 80 | CNodeZwet
|
|---|
| 81 | '
|
|---|
| 82 |
|
|---|
| 83 | for i in $NODENAMES
|
|---|
| 84 | do
|
|---|
| 85 | echo
|
|---|
| 86 | echo CONFIG FOR $i
|
|---|
| 87 | ssh root@$i "ifconfig"
|
|---|
| 88 | done
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.