Date: Thu, 24 May 2012 08:45:12 -0500 (CDT) From: Lars Eighner <luvbeastie@larseighner.com> To: Warren Block <wblock@wonkity.com> Cc: freebsd-questions@freebsd.org, Robert Bonomi <bonomi@mail.r-bonomi.com> Subject: Re: Connect to Clear hub modem Message-ID: <alpine.BSF.2.00.1205240829240.1380@abbf.ynefrvtuareubzr.pbz> In-Reply-To: <alpine.BSF.2.00.1205240637120.53872@wonkity.com> References: <201205230534.q4N5YhcB083259@mail.r-bonomi.com> <alpine.BSF.2.00.1205230615320.52159@abbf.6qbyyneqvnyhc.pbz> <alpine.BSF.2.00.1205230804170.47816@wonkity.com> <alpine.BSF.2.00.1205240645550.1335@abbf.ynefrvtuareubzr.pbz> <alpine.BSF.2.00.1205240637120.53872@wonkity.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 24 May 2012, Warren Block wrote: > Looking at the code above again, there's an error. The first line is not > going to do anything (I think, rc.conf has surprised me before). It should > have the interface name. So either of these two lines should work: > > ifconfig_re0="DHCP" > or > ifconfig_re0="inet 192.168.15.2 netmask 255.255.255.0" I am only following up here because someday someone may find this thread in the archives. We are talking about the Clear hub modem (which is for wireless but can be connect by ethernet cable). ifconfig_re0="DHCP" doesn't work. Possibly because the hub so far as I can get it to reveal itself is running DHCP itself. This does work: network_interfaces="lo0 re0" ifconfig_re0="inet 192.168.15.2 netmask 255.255.255.0" defaultrouter="192.168.15.1" If they were both having DHCP, could some kind of race condition result, where they are dynamically reassigning each other? I don't know. I'm guessing at any rate, if you can firmly deliver the local machine to the tender mercies of the Clear hub, it will take over everything. Okay, so I can't explain it, but "works" convinces me. Perhaps as I move to the wireless side some light will be shed. I gather the ethernet cable connection is supposed to be the bullet-proof fallback for this device. -- Lars Eighner http://www.larseighner.com/index.html 8800 N IH35 APT 1191 AUSTIN TX 78753-5266
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1205240829240.1380>