Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
crans
OpenWrt-ChaosCalmer-UAPPro
Commits
22c88e43
Commit
22c88e43
authored
Jan 25, 2015
by
Gabriel Detraz
Browse files
Ajout system (ntp) et de network (très important : un switch vlan à chaque fois)
parent
c16176c5
Changes
2
Show whitespace changes
Inline
Side-by-side
files/etc/config/network
0 → 100644
View file @
22c88e43
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'
files/etc/config/system
0 → 100644
View file @
22c88e43
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment