File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / system.conf
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Sep 15 19:06:44 2014 UTC (9 years, 9 months ago) by misho
Branches: MAIN
CVS tags: elwix2_8, elwix2_7, elwix2_6, elwix2_3, HEAD, ELWIX2_7, ELWIX2_6, ELWIX2_5, ELWIX2_2p0
elwix 2.2

#
# ELWIX system config
#
# $Id: system.conf,v 1.2 2014/09/15 19:06:44 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>