From owner-freebsd-stable Sun Oct 3 18:29:33 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.home.com (mx1.home.com [24.0.0.31]) by hub.freebsd.org (Postfix) with ESMTP id 65C4E14E04 for ; Sun, 3 Oct 1999 18:29:27 -0700 (PDT) (envelope-from dakott@home.com) Received: from kott (cc939825-a.stcl1.mi.home.com [24.7.250.15]) by mx1.home.com (8.9.1/8.9.1) with ESMTP id SAA01075; Sun, 3 Oct 1999 18:28:59 -0700 (PDT) Date: Sun, 3 Oct 1999 21:31:20 -0400 (EDT) From: David Kott To: John Dowdal Cc: High Voltage , FreeBSD-Stable Subject: Re: @Home Connect. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 3 Oct 1999, John Dowdal wrote: > One additional note for setting up @home, or most other cable modem > services, (hmm .. any more words to throw in here for the search engine?) > make sure you power cycle the cable modem when switching between two > computers. When the cable modem powers up, it locks itself onto the MAC > address of your ethernet card, and only listens to packets from that one > address. If you go from one computer to another (or one ethernet card to > another), you must power cycle the cable modem to reinitialize the MAC > address, otherwise the connection will appear totally dead. Two friends > of mine have wasted hours on this; lets get this archived to keep anyone > else from wasting all this time. That seems odd to me. My roommate and I share the same cable modem. We are not proxied as each of us have a distinct, and static IP. @Home allows us to purchase additional IPs (up to 3 per household) to add additional computers. The modem is a Mot. Cybersurfer Wave. I merely ran the cable modem's 10bT segment to the crossover port on an el-cheapo hub, and regular patch cable to each of our NICs. Perhaps your friends are using a first generation cable modem? Perhaps there is an ability to configure the cable modem we have remotely at the service head to allow multiple MAC addresses on the same segment? The modem would have to cache this configuration in something non-volatile as I have cycled the power on it several times. Also, I see ARP requests bouncing off my NIC (and presumably my roommates). This seems to suggest that most of the MAC level filtering, if you will, is done at the upstream router, and not necessarily in the cable modem itself. > > Otherwise, its quite easy to set up. You could set up the DHCP client, or > else just run 'winipcfg' on the windoze machine they set up to get your > IP, netmask, gateway, dhcp server, and DNS server, and punch that > information into the BSD machine. > It is indeed easy to setup. Just copy down the settings the techy installs in your Win32 configuration and translate them when you boot 'nix. For instance, place the DNS entries in /etc/resolv.conf in this format: nameserver nnn.nnn.nnn.nnn where: nnn.nnn.nnn.nnn is your assigned nameserver and use something similiar to the following commands to utilize your @Home interface: ifconfig de0 inet xxx.xxx.xxx.xxx netmask 255.255.255.0 route add default ddd.ddd.ddd.ddd where: xxx.xxx.xxx.xxx is your IP. ddd.ddd.ddd.ddd is your upstream router. (called a "gateway" in Microsoft-eze) replace interface "de0" with the interface that is attached to your cable modem. I don't use DHCP, and indeed, the only time I ever tried to use it, no one responded to the DHCP requests. I am not very familiar w/ the protocol or implementation that I tried, so YMMV. Curiosity may, or may not, have killed Schrodinger's cat. -townba To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message