From owner-freebsd-questions@freebsd.org Fri Jan 6 16:45:14 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66396CA2A28 for ; Fri, 6 Jan 2017 16:45:14 +0000 (UTC) (envelope-from milstar2@eml.cc) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 286F51C9E for ; Fri, 6 Jan 2017 16:45:13 +0000 (UTC) (envelope-from milstar2@eml.cc) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id DE64B215B0 for ; Fri, 6 Jan 2017 11:45:12 -0500 (EST) Received: from web5 ([10.202.2.215]) by compute1.internal (MEProxy); Fri, 06 Jan 2017 11:45:12 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=eml.cc; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=SGBkb24Qo2MYdwNy8VWT+ytFRJM=; b=XGxBZ6hRKgpFJ24mPvWKh cZdHKyhvv0Fq1H12Gs87d0SYqaO2UM4O/3M8/c1s0k6QNDDl24UD04uuKwS6tfba KrDsp6tBK7yjWts6iMv7wdNbiXwq/8+ULLNfWwv/HXA3zKsXBY7WSIvxk9p8ADN4 ruz+XnUfOs1Q1Htonik5bo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=smtpout; bh=SGBkb24Qo2MYdwNy8VWT+ytFR JM=; b=utKld7fBAtjedwa5DnqhmhAiBe+trsRqkvekkY1Mr2xzdWHO5EFD4Uu/n yg923dgHsXTv69GNcm9rNsmOZIIEkFe6UbR5wBcOklM+5+qvXzhoyra8UDwqtD1j tYbk+4e2ypY5XGp+ER6wIegnfychUQ4vSA8sd//qQrqc+v8lzc= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id BC5796ABED; Fri, 6 Jan 2017 11:45:12 -0500 (EST) Message-Id: <1483721112.1716008.839507001.5EC27016@webmail.messagingengine.com> From: swjatoslaw gerus To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-34b48c55 X-Forwarded-Message-Id: <1483719854.1711700.839492865.460DBE0C@webmail.messagingengine.com> Date: Fri, 06 Jan 2017 17:45:12 +0100 Subject: after poweroff .. poweron Fwd: that possible step in right direction .. . Last change what was performed and which result after X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2017 16:45:14 -0000 msk0 link state changed to down wlan0 link state changed to up wlan0 link state up > down DHCPDISCOVER on wlan0 255 ... wlan0 lin state changed to down system logout withou author asked about login multiple messages after system logout iwn0 device timeout last message repeated 6 times poweroff ( hand from author ) -- swjatoslaw gerus milstar2@eml.cc ----- Original message ----- From: swjatoslaw gerus To: freebsd-questions@freebsd.org Subject: that possible step in right direction .. . Last change what was performed and which result after Date: Fri, 06 Jan 2017 17:24:14 +0100 that possible step in right direction .. . Last change what was performed and which result after ################################################################ 1 .wpa* and rc* changed copy cat wpa* network = { ssid= " myssid" key_mgmt=WPA-EAP identity= " myiden@uni-hamburg.de" password=" mypasswd" } ------------------------------------------------------------ cat rc.conf hostname=" sony" keymap ="german.iso.kbd" ifconfig_msk0= "DHCP" defaultrouter="" ifconfig_msk0_ipv6= " inet6 accept_rtadv" create_args_wlan0=" country US regdomain FCC" wlans_iwn0="wlan0" ifconfig_wlan0="WPA SYNCDHCP" local _unbound_enable= "YES" sshd_enable= "YES" moused enable="YES" dumpdev=AUTO" ################################ than are questions from author ifconfig_msk0 ? defaultrouter ="" ? wlans or wlan ? 2. after change -service netif restart (before last change used multiple time's ... without result) ################################## after 3.ifconfig wlan0 inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 nd6 options=29 media :IEEE 802.11 Wireless Ethernet autoselect status : no carrier ssid "" channel 1 (2412 mhz 11g ht/20) regdomain FCC country US authomode WPA1+WPA2/802.11i privacy ON deftxkey UNDEF txpower 30 bmiss 10 scanvalid 60 protmode CTS ampdulimit 8k -amsdutx amsdurx shortgi -stbc wme roaming MANUAL groups: wlan ############ Polytropon wrote: (copy) Replace with the SSID you want to connect to, and with the corresponding password. Add those to /etc/rc.conf: wlans_iwn0="wlan0" <=== THOSE ARE ifconfig_wlan0="WPA SYNCDHCP" <=== MISSING! author performed ,that what you stated .. .some advanced but are you sure wlans ... wlan wlan ################################### or wlans must be wlan ? -- http://www.fastmail.com - Access your email from home and the web -- http://www.fastmail.com - Accessible with your email software or over the web