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, 4 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

    1: #
    2: # ELWIX system config
    3: #
    4: # $Id: system.conf,v 1.2 2014/02/05 15:44:05 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>