Connect to Clear hub modem

Chuck Swiger cswiger at mac.com
Wed May 23 05:21:44 UTC 2012


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



More information about the freebsd-questions mailing list