#Fichier de configuration pour le bridge #La section Bridge ne sert a rien pour le moment BEGIN Globals # Config generale du bridge Port = 2000 Log = /home/benny/projet/VLANbridge/BRIDGELOG END BEGIN Interfaces # Config du performer VLANcount = 16 # Nombre de VLANs VLANdefault = 2 # VLAN par defaut VLAN2 = eth0 # Mapping VLAN / If # VLAN3 = eth1 # VLAN4 = eth2 # VLAN15 = eth2 # VLAN16 = eth3 END BEGIN Router IP = 138.195.136.1 # IP du router MAC = 08:00:02:1A:3D:89 # MAC du router END BEGIN Hosts # Definitions des clients potentiels Start = 138.195.136.2 End = 138.195.138.55 # Forbidden = 138.195.136.1 END