source: genesis/nodes/HybridCope/wleiden.yaml@ 12446

Last change on this file since 12446 was 12421, checked in by rick, 11 years ago

Disable incoming rdr for time beeing, when using NAT, etc this might come back

File size: 2.1 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[11585]6externalif: "ue0"
[10881]7latitude : "52.15972"
[10116]8location : "Cope, Rapenburg 8, 2311 EV, Leiden"
[10881]9longitude : "4.48521"
[10116]10masterip : "172.17.8.1"
[11325]11monitoring_group: "wleiden"
[11247]12nodename : "Cope"
13nodetype : "Hybrid"
[10059]14rdnap_x : 93280
15rdnap_y : 463889
[11584]16release : "9.0-RELEASE"
[11246]17service_accesspoint: True
[11554]18service_concentrator: False
[12421]19service_incoming_rdr: False
[11246]20service_proxy_ileiden: False
[12419]21service_proxy_normal: False
[10116]22status : "up"
23
24
[10059]25iface_ath0:
[10885]26 comment : "AP voor de buurt"
[11246]27 ip : "172.17.8.1/24"
[10116]28 sdesc : "ap"
[10703]29 mode : "ap"
[11737]30 type : "11g"
[11738]31 channel : 6
[10156]32 ssid : "ap-WirelessLeiden-Cope"
[11246]33 dhcp : "10-250"
[10116]34 status : "up"
[10059]35
[10116]36
[10059]37iface_ue0:
[11246]38 comment : "External Link"
[11342]39 ip : "0.0.0.0/24"
[11246]40 sdesc : "2external"
[10116]41 type : "eth"
[11342]42 dhcp : "client"
[10116]43 status : "up"
[10059]44
45
46iface_vr0:
[10885]47 comment : "Ethernet to interlink UniGor1"
[10116]48 ip : "172.16.3.188/29"
49 sdesc : "2unigor1"
50 mode : "station-wds"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : "128"
54 ssid : "il-zo.unigor.wleiden.net"
[10463]55 dhcp : False
[10729]56 compass : "nw"
[10116]57 ns_ip : "172.16.3.187/29"
58 ns_mac : "00:15:6d:ea:f0:1d"
[10892]59 bridge_type: "NanoStation5"
[10116]60 status : "up"
[10059]61
[10116]62
[10059]63iface_vr1:
[10884]64 comment : "A-link naar Stadhuis via NS5"
[10116]65 ip : "172.16.3.180/29"
66 sdesc : "2stadhuis"
67 mode : "station-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "116"
71 ssid : "il-nw.stadhuis.wleiden.net"
[10463]72 dhcp : False
[10729]73 compass : "zo"
[10116]74 ns_ip : "172.16.3.179/29"
75 ns_mac : "00:15:6d:ea:f0:4c"
[10892]76 bridge_type: "NanoStation5"
[10116]77 status : "up"
[10059]78
[10116]79
80iface_vr2:
[12374]81 comment : "A-link naar VisitorCentre2"
82 ip : "172.16.7.60/29"
83 sdesc : "2visitorc2"
[10116]84 mode : "station-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "44"
[12374]88 ssid : "il-z.visitorcentre2.wleiden.net"
[10463]89 dhcp : False
[10386]90 compass : "n"
[12374]91 ns_ip : "172.16.7.59/29"
[10116]92 ns_mac : "00:15:6d:ea:f0:0f"
[10892]93 bridge_type: "NanoStation5"
[10386]94 status : "up"
[10116]95
96
Note: See TracBrowser for help on using the repository browser.