Compare commits

...
Sign in to create a new pull request.

4 commits
pico ... master

Author SHA1 Message Date
Gabriel Detraz
170fafff13 FedeRez et pas Federez pour le ssid 2015-08-22 14:09:47 +02:00
Gabriel Detraz
f253758021 Vlan 12-> vlan 22 2015-06-02 22:17:55 +02:00
Gabriel Detraz
b3cb252272 Vlan 12 pour la branche chaos calmer 2015-05-14 02:04:42 +02:00
Daniel STAN
e0d8399c59 test vlan7 en ping6-ant le routeur 2015-03-02 16:20:21 +01:00
2 changed files with 27 additions and 3 deletions

View file

@ -27,7 +27,12 @@ config interface 'vlan10'
option ifname 'eth0.10' option ifname 'eth0.10'
option type 'bridge' option type 'bridge'
option proto 'none' option proto 'none'
config interface 'vlan22'
option ifname 'eth0.22'
option type 'bridge'
option proto 'none'
config interface 'vlan7' config interface 'vlan7'
option ifname 'eth0.7' option ifname 'eth0.7'
option type 'bridge' option type 'bridge'
@ -53,7 +58,7 @@ config switch_vlan
option vlan '10' option vlan '10'
option ports '0t 1t 2t' option ports '0t 1t 2t'
config switch_vlan config switch_vlan
option device 'switch0' option device 'switch0'
option vlan '7' option vlan '7'
option ports '0t 1t 2t' option ports '0t 1t 2t'
@ -63,4 +68,9 @@ config switch_vlan
option vlan '6' option vlan '6'
option ports '0t 1t 2t' option ports '0t 1t 2t'
config switch_vlan
option device 'switch0'
option vlan '22'
option ports '0t 1t 2t'

View file

@ -126,6 +126,20 @@ config wifi-iface
option dynamic_vlan 1 option dynamic_vlan 1
option vlan_bridge br-vlan option vlan_bridge br-vlan
config wifi-iface
option device radio$devidx
option network vlan22
option mode ap
option isolate 0
option wmm 1
option ssid FedeRez
option encryption wpa2
# Serveur radius de prod:
option server fda8:5d34:a228:c04:7261:6469:7573:3031
option key fill_it
option disabled 1
option dynamic_vlan 1
config wifi-iface config wifi-iface
option device radio$devidx option device radio$devidx
option network vlan10 option network vlan10
@ -142,7 +156,7 @@ config 'wifi-iface'
option 'mode' 'ap' option 'mode' 'ap'
option 'ssid' 'Cr@ns-accueil' option 'ssid' 'Cr@ns-accueil'
option 'encryption' 'none' option 'encryption' 'none'
option 'test_connect' 'arping -I br-vlan7 10.51.0.10 -c 4' option 'test_connect' 'ping fe80::1%br-vlan7 -c 4'
option 'isolate' '1' option 'isolate' '1'
option 'wmm' '1' option 'wmm' '1'