File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / system.conf
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Sep 15 19:06:48 2014 UTC (9 years, 10 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

    1: #
    2: # ELWIX system config
    3: #
    4: # $Id: system.conf,v 1.2 2014/09/15 19:06:48 misho Exp $
    5: 
    6: [elwix]
    7: hostname = elwix
    8: timeserver = pool.ntp.org
    9: 
   10: web_admin = admin
   11: web_password = $1$2xGLA75j$W/jiJc00HYBZX7kFjxjQv0
   12: 
   13: defaultroute = 
   14: interfaces = "lan wan ap br0"
   15: 
   16: [lan]
   17: iface = em0
   18: #ether =
   19: ip4 = 192.168.1.20
   20: cidr4 = 24
   21: ip6 = 
   22: cidr6 = 64
   23: media =
   24: mediaopt =
   25: #shutdown = 0
   26: 
   27: [wan]
   28: iface = rl0
   29: #ether =
   30: ip4 = dhcp
   31: #cidr4 =
   32: #ip6 = 
   33: #cidr6 = 64
   34: #media =
   35: #mediaopt =
   36: #shutdown = 0
   37: 
   38: [br0]
   39: iface = bridge0
   40: #ether =
   41: members = "lan ap"
   42: stp = "lan ap"
   43: shutdown = 0
   44: 
   45: [ap]
   46: iface = wlan0
   47: #ether =
   48: vapon = ath0
   49: #vapopt = wdslegacy
   50: #vapwds =
   51: #bssid =
   52: # vap modes: ap | sta | ibss | wds | tdma | mesh | monitor
   53: mode = ap
   54: ssid = "ELWIX-device"
   55: channel = 6
   56: txpower = 18
   57: #regdomain =
   58: #country =
   59: #wlanopt =
   60: #mgtrate =
   61: #mcastrate =
   62: #ucastrate =
   63: 
   64: acl = ap_acl
   65: 
   66: #wepmode = on
   67: #weptxkey = 1
   68: #wepkey_1 =
   69: #wepkey_2 =
   70: #wepkey_3 =
   71: #wepkey_4 =
   72: 
   73: [ap_acl]
   74: # access type open | allow | deny | radius
   75: access = open
   76: #mac_0 = 
   77: #mac_1 =

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