Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 May 2012 21:21:33 -0700
From:      Chuck Swiger <cswiger@mac.com>
To:        Lars Eighner <luvbeastie@larseighner.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Connect to Clear hub modem
Message-ID:  <C5D4E0F8-0B67-493C-B1C8-FB1E21D59CD9@mac.com>
In-Reply-To: <alpine.BSF.2.00.1205222258260.1421@abbf.6qbyyneqvnyhc.pbz>
References:  <alpine.BSF.2.00.1205222258260.1421@abbf.6qbyyneqvnyhc.pbz>

next in thread | previous in thread | raw e-mail | index | archive | help
On May 22, 2012, at 8:58 PM, Lars Eighner wrote:
> But I don't have a clue what to do from here.

Try running 'dhclient'.  If that works, add this to /etc/rc.conf:

  ifconfig_re0="DHCP"

> 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.

If the above doesn't work, try:

  ifconfig re0 inet 192.168.15.2 netmask 255.255.255.0
  route add default 192.168.15.1

Regards,
-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C5D4E0F8-0B67-493C-B1C8-FB1E21D59CD9>