Difference between revisions of "Slangkop"
From CTWUG Wiki
Line 61: | Line 61: | ||
|} | |} | ||
+ | |||
+ | =Topology= | ||
+ | [[Image:Slangkop.png]] | ||
+ | |||
+ | <pre> | ||
+ | graph { | ||
+ | graph [label="Slangkop", labelloc="t"] | ||
+ | ub1 [shape=Mrecord, label="{Rocket M5|{<w1> wifi|<e1> eth}}", fillcolor=lightblue, style=filled] | ||
+ | ub2 [shape=Mrecord, label="{NanoBridge M5|{<w1> wifi|<e1> eth}}", fillcolor=lightblue, style=filled] | ||
+ | rb1 [shape=Mrecord, label="{RB435G|{<w1> wlan1|<e1> ether1|<e2> ether2}}", fillcolor=lightblue, style=filled] | ||
+ | hs1 [shape=circle, label="Kush", fillcolor="pink", style="bold, filled"] | ||
+ | hs2 [shape=circle, label="TheFarm", fillcolor="pink", style="bold, filled"] | ||
+ | ap1 [shape=hexagon, label="Sector", fillcolor=lightblue, style="filled"] | ||
+ | lan1 [shape=octagon, label="High Site\nLAN", fillcolor=green3, style="filled"] | ||
+ | lan2 [shape=octagon, label="Backbone\nLAN", fillcolor=green3, style="filled"] | ||
+ | riverside [fillcolor=orange, style=filled] | ||
+ | komskom [fillcolor=orange, style=filled] | ||
+ | andrews [fillcolor=orange, style=filled] | ||
+ | wentworthkom [fillcolor=orange, style=filled] | ||
+ | hs1 -- rb1:w1 [color=red, style=bold] | ||
+ | hs2 -- ub2:w1 [color=red, style=bold] | ||
+ | rb1:e1 -- lan1 [color=green] | ||
+ | rb1:e2 -- lan2 [color=green] | ||
+ | lan1 -- ub1:e1 [color=green] | ||
+ | ub2:e1 -- lan2 [color=green] | ||
+ | ub1:w1 -- ap1 | ||
+ | ap1 -- riverside [color=orange] | ||
+ | ap1 -- wentworthkom [color=orange] | ||
+ | andrews -- ap1 [color=orange] | ||
+ | ap1 -- komskom [color=orange] | ||
+ | } | ||
+ | </pre> | ||
{{hsnav}} | {{hsnav}} |
Revision as of 00:58, 6 May 2013
Slangkop | |
High Site: | Slangkop |
---|---|
SSID: | |
WIND: | Slangkop |
Head Admin: | Georg |
Co Admins: | Aragon |
Location: | Kommetjie |
Back Bone Links: | Kush TheFarm |
Interfaces
SSID | Protocol | Antenna | Direction | Frequency | Polarity |
---|---|---|---|---|---|
http://ctwug.za.net/slangkop1 | 802.11n Airmax | Sector 120x4° 17 dBi | North | 5500/40 MHz | H+V |
http://ctwug.za.net/slangkop3 | 802.11n Nv2 | Dish 5° 30 dBi | North East | 5220/40 MHz | H+V |
http://ctwug.za.net/slangkop4 | 802.11n Airmax | Dish 8° 24 dBi | East | 5620/40 MHz | H+V |
IP's
IP Range | Status | Assignee |
---|---|---|
172.18.100.0/27 | Active | Slangkop |
172.18.100.32/27 | Active | Riverside |
172.18.100.64/28 | Active | Komskom |
172.18.100.80/28 | Active | Andrew's |
172.18.100.96/28 | Active | WentworthKom |
172.18.100.112/28 | Unallocated | |
172.18.100.128/25 | Unallocated |
Topology
graph { graph [label="Slangkop", labelloc="t"] ub1 [shape=Mrecord, label="{Rocket M5|{<w1> wifi|<e1> eth}}", fillcolor=lightblue, style=filled] ub2 [shape=Mrecord, label="{NanoBridge M5|{<w1> wifi|<e1> eth}}", fillcolor=lightblue, style=filled] rb1 [shape=Mrecord, label="{RB435G|{<w1> wlan1|<e1> ether1|<e2> ether2}}", fillcolor=lightblue, style=filled] hs1 [shape=circle, label="Kush", fillcolor="pink", style="bold, filled"] hs2 [shape=circle, label="TheFarm", fillcolor="pink", style="bold, filled"] ap1 [shape=hexagon, label="Sector", fillcolor=lightblue, style="filled"] lan1 [shape=octagon, label="High Site\nLAN", fillcolor=green3, style="filled"] lan2 [shape=octagon, label="Backbone\nLAN", fillcolor=green3, style="filled"] riverside [fillcolor=orange, style=filled] komskom [fillcolor=orange, style=filled] andrews [fillcolor=orange, style=filled] wentworthkom [fillcolor=orange, style=filled] hs1 -- rb1:w1 [color=red, style=bold] hs2 -- ub2:w1 [color=red, style=bold] rb1:e1 -- lan1 [color=green] rb1:e2 -- lan2 [color=green] lan1 -- ub1:e1 [color=green] ub2:e1 -- lan2 [color=green] ub1:w1 -- ap1 ap1 -- riverside [color=orange] ap1 -- wentworthkom [color=orange] andrews -- ap1 [color=orange] ap1 -- komskom [color=orange] }