From 22c88e43ffbab5eb381dbcc64011db12bbecc2b4 Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Sun, 25 Jan 2015 19:23:18 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20system=20(ntp)=20et=20de=20network=20(t?= =?UTF-8?q?r=C3=A8s=20important=20:=20un=20switch=20vlan=20=C3=A0=20chaque?= =?UTF-8?q?=20fois)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/etc/config/network | 55 ++++++++++++++++++++++++++++++++++++++++ files/etc/config/system | 11 ++++++++ 2 files changed, 66 insertions(+) create mode 100644 files/etc/config/network create mode 100644 files/etc/config/system diff --git a/files/etc/config/network b/files/etc/config/network new file mode 100644 index 0000000000..d2229ae915 --- /dev/null +++ b/files/etc/config/network @@ -0,0 +1,55 @@ +config interface 'loopback' + option ifname 'lo' + option proto 'static' + option ipaddr '127.0.0.1' + option netmask '255.0.0.0' + +config interface 'lan' + option ifname 'eth0.1' + option force_link '1' + option type 'bridge' + option proto 'static' + option ipaddr '192.168.1.1' + option netmask '255.255.255.0' + option ip6assign '60' + +config interface 'vlan3' + option ifname 'eth0.3' + option type 'bridge' + option proto 'dhcpv6' + +config interface 'vlan10' + option ifname 'eth0.10' + option type 'bridge' + option proto 'none' + +config interface 'vlan7' + option ifname 'eth0.7' + option type 'bridge' + option proto 'none' + +config switch + option name 'switch0' + option reset '1' + option enable_vlan '1' + +config switch_vlan + option device 'switch0' + option vlan '1' + option ports '0t 2' + +config switch_vlan + option device 'switch0' + option vlan '3' + option ports '0t 1t 2t' + +config switch_vlan + option device 'switch0' + option vlan '10' + option ports '0t 1t 2t' + +config switch_vlan + option device 'switch0' + option vlan '7' + option ports '0t 1t 2t' + diff --git a/files/etc/config/system b/files/etc/config/system new file mode 100644 index 0000000000..188b250dcc --- /dev/null +++ b/files/etc/config/system @@ -0,0 +1,11 @@ +config system + option hostname OpenWrt + option timezone CET-1CEST + option log_type file +# thot.crans.org + option log_ip 'fda8:5d34:a228:c04:7379:736c:6f67:3031' + option log_file /dev/null + +config timeserver ntp + option enable_server 0 + list server ntp.v6.crans.org