From owner-freebsd-current@FreeBSD.ORG Fri Apr 2 03:35:28 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7CF71065670; Fri, 2 Apr 2010 03:35:28 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id AECFF8FC0C; Fri, 2 Apr 2010 03:35:28 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=rmac.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.71 (FreeBSD)) (envelope-from ) id 1NxXfL-000Ppn-VS; Fri, 02 Apr 2010 03:35:28 +0000 Date: Fri, 02 Apr 2010 12:35:24 +0900 Message-ID: From: Randy Bush To: freebsd-net , FreeBSD Current User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: Subject: bridged wlan/ether still the same X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Apr 2010 03:35:28 -0000 i have a year old 8 soekris system i am about to upgrade. it is pppoe externally, and has a bridged natted wireless/ether internal net. .----------------. | | | b --wlan0| | r | 192.168.0.0/24 ext iij | i --- vr1| LAN hosts, PPP/NAT ---|vr0--- d | DHCP Clients WAN | g --- vr2| ... | e | | 0 --- vr3| | | `----------------' /etc/rc.conf ppp_enable=YES ppp_mode=dedicated ppp_nat=YES ppp_profile=iij hostapd_enable=YES wlans_ath0=wlan0 create_args_wlan0="wlanmode ap mode 11g channel 11 up" cloned_interfaces=bridge0 ifconfig_bridge0="192.168.0.1 addm vr1 addm vr2 addm vr3 addm wlan0 addm wlan1 up" ifconfig_vr1=up ifconfig_vr2=up ifconfig_vr3=up /etc/hostap.conf interface=wlan0 ctrl_interface=/var/run/hostapd logger_syslog=-1 logger_syslog_level=0 ssid=rgnet-crypt country_code=JP hw_mode=g wpa=2 wpa_key_mgmt=WPA-PSK wpa_passphrase=notreally wpa_pairwise=CCMP TKIP /etc/ppp/ppp.conf entry iij: set device PPPoE:vr0 set MRU 1454 # NTT suggests this value set MTU 1454 accept CHAP enable lqr add default HISADDR nat enable yes set authname nope set authkey peon is this still gonna work? is this a reasonable way to do this? i ask because, if it does not, i will not have usable connectivity to get help fixing it :) randy