Changeset 13928 in genesis
- Timestamp:
- Jun 21, 2017, 8:56:45 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nodes/OnsBuiten/wleiden.yaml
r13548 r13928 26 26 iface_ath0: 27 27 comment : "Lokaal Ap" 28 ip : "172.17.19.1/24"28 parent : "bridge0" 29 29 sdesc : "ap" 30 30 mode : "ap" … … 32 32 channel : 1 33 33 ssid : "WiFi-Leiden" 34 dhcp : "10-250"35 34 status : "up" 36 35 36 iface_bridge0: 37 comment : "Access Points" 38 ip : "172.17.19.1/24" 39 type : "eth" 40 dhcp : "10-240" 41 status : "up" 42 43 iface_bridge0_alias0: 44 comment : "Access Point Alias 0" 45 ip : "172.17.40.1/24" 46 type : "eth" 47 dhcp : "10-240" 48 status : "up" 49 50 iface_bridge0_alias1: 51 comment : "Access Point Alias 1" 52 ip : "172.17.101.1/24" 53 type : "eth" 54 dhcp : "10-240" 55 status : "up" 37 56 38 57 iface_sis0: … … 55 74 iface_sis1: 56 75 comment : "AP zuid en Clubhuis" 57 ip : "172.17.40.1/24"76 parent : "bridge0" 58 77 sdesc : "ap2" 59 78 mode : "ap-repeater" … … 62 81 channel : "11" 63 82 ssid : "WiFi Leiden" 64 dhcp : "10-250"83 dhcp : False 65 84 compass : "z" 66 85 ns_ip : "172.17.40.2" … … 83 102 iface_sis2: 84 103 comment : "AP zuidwest" 85 ip : "172.17.101.1/24"104 parent : "bridge0" 86 105 sdesc : "2apzw" 87 106 mode : "ap" … … 90 109 channel : "1" 91 110 ssid : "WiFi Leiden" 92 dhcp : "10-250"111 dhcp : False 93 112 compass : "zw" 94 113 ns_ip : "172.17.101.2/24"
Note:
See TracChangeset
for help on using the changeset viewer.