File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / etc / system.conf
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Feb 5 15:44:05 2014 UTC (10 years, 3 months ago) by misho
Branches: MAIN
CVS tags: tools3_0, tools2_9, tools2_8, tools2_7, tools2_6, tools2_5, tools2_4, tools2_3, tools2_2, tools2_1, TOOLS2_9, TOOLS2_8, TOOLS2_7, TOOLS2_6, TOOLS2_5, TOOLS2_4, TOOLS2_3, TOOLS2_2, TOOLS2_1, TOOLS2_0, HEAD
version 2.0

#
# ELWIX system config
#
# $Id: system.conf,v 1.2 2014/02/05 15:44:05 misho Exp $

[elwix]
hostname = elwix
timeserver = pool.ntp.org

web_admin = admin
web_password = $1$2xGLA75j$W/jiJc00HYBZX7kFjxjQv0

defaultroute = 
interfaces = "lan wan ap br0"

[lan]
iface = em0
#ether =
ip4 = 192.168.1.20
cidr4 = 24
ip6 = 
cidr6 = 64
media =
mediaopt =
#shutdown = 0

[wan]
iface = rl0
#ether =
ip4 = dhcp
#cidr4 =
#ip6 = 
#cidr6 = 64
#media =
#mediaopt =
#shutdown = 0

[br0]
iface = bridge0
#ether =
members = "lan ap"
stp = "lan ap"
shutdown = 0

[ap]
iface = wlan0
#ether =
vapon = ath0
#vapopt = wdslegacy
#vapwds =
#bssid =
# vap modes: ap | sta | ibss | wds | tdma | mesh | monitor
mode = ap
ssid = "ELWIX-device"
channel = 6
txpower = 18
#regdomain =
#country =
#wlanopt =
#mgtrate =
#mcastrate =
#ucastrate =

acl = ap_acl

#wepmode = on
#weptxkey = 1
#wepkey_1 =
#wepkey_2 =
#wepkey_3 =
#wepkey_4 =

[ap_acl]
# access type open | allow | deny | radius
access = open
#mac_0 = 
#mac_1 =

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>