From owner-freebsd-questions@FreeBSD.ORG Wed May 23 11:37:57 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A6C9106564A for ; Wed, 23 May 2012 11:37:57 +0000 (UTC) (envelope-from lars@larseighner.com) Received: from mail.team1internet.com (mail.team1internet.com [216.110.13.10]) by mx1.freebsd.org (Postfix) with ESMTP id 3A45B8FC0A for ; Wed, 23 May 2012 11:37:56 +0000 (UTC) Received: from larseighner.com (unknown [71.20.75.102]) by mail.team1internet.com (Postfix) with SMTP id ABC7A16B4AB; Wed, 23 May 2012 06:37:55 -0500 (CDT) Received: by larseighner.com (nbSMTP-1.00) for uid 1001 lars@larseighner.com; Wed, 23 May 2012 06:36:36 -0500 (CDT) Date: Wed, 23 May 2012 06:36:34 -0500 (CDT) From: Lars Eighner X-X-Sender: lars@noos.6dollardialup.com To: Robert Bonomi In-Reply-To: <201205230534.q4N5YhcB083259@mail.r-bonomi.com> Message-ID: References: <201205230534.q4N5YhcB083259@mail.r-bonomi.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Connect to Clear hub modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2012 11:37:57 -0000 On Wed, 23 May 2012, Robert Bonomi wrote: >> From owner-freebsd-questions@freebsd.org Tue May 22 23:03:03 2012 >> Date: Tue, 22 May 2012 22:58:39 -0500 (CDT) >> From: Lars Eighner >> To: freebsd-questions@freebsd.org >> Subject: Connect to Clear hub modem >> >> >> This is NOT a wireless question. >> >> I am running FreeBSD 8.3-p1. >> >> I want to connect to Clear Wireless Internet. I know I cannot do this with >> a Clear dongle, because Clear uses WiMax which is not supported. >> >> Instead I have a Clear hub modem. I want to connect by ethernet to it by >> wire. >> >> I get this from ifconfig: >> >> re0: flags=8802 metric 0 mtu 1500 >> options=209b >> ether 40:61:86:e9:96:0e >> media: Ethernet autoselect (100baseTX ) >> status: active >> >> But I don't have a clue what to do from here. >> >> The hub is supposed to have a web page at (imaginary address) 192.168.15.1, >> but I haven't been able to raise it. Whoops! By imaginary, I meant not really on the internet, but in 198.168.x.x block reserved for private netting. This combination of things seems to work in rc.conf: network_interfaces="lo0 re0" ifconfig="DCHP" ifconfig_re0="inet 192.168.15.2 netmask 255.255.255.0" defaultrouter="192.168.15.1" This seems to be the basic setup for all Clear hub modems for fixed locations. It may or may not be a step in the right direct for Clear mobile hotspot type modems. I also added the nameservers that the hub told me about to resolv.conf although it is not clear to me that this is consulted. tun0 will stomp all over this configuration (which is, as a reminder, wire ethernet connection to Clear hub-modem) and pppoe is not pertinent on your side anyway. It is much simpler than I thought. You can leave /etc/ppp/ppp.conf alone in case you have to drop back - just don't invoke tunX in rc.conf. Also part of the learning experience before the original question: ethernet cables are not created equal. Use the one that comes in the modem box (four wire), not some two-wire cable you have lying around. Later today, dongles that will work with FreeBSD are expected to arrive, so we will see whether it is possible to get wireless connections to the Clear hub modem. -- Lars Eighner http://www.larseighner.com/index.html 8800 N IH35 APT 1191 AUSTIN TX 78753-5266