From owner-freebsd-questions@FreeBSD.ORG Fri May 16 12:02:03 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DFD437B401 for ; Fri, 16 May 2003 12:02:03 -0700 (PDT) Received: from workhorse.skicentral.tv (pcp01254176pcs.hamden01.ct.comcast.net [68.63.99.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5700343F93 for ; Fri, 16 May 2003 12:02:02 -0700 (PDT) (envelope-from freebsd@skicentral.tv) Received: from skicentral.tv (workhorse.skicentral.tv [192.168.0.5]) h4GK4lWv094899; Fri, 16 May 2003 15:04:48 -0500 (EST) (envelope-from freebsd@skicentral.tv) Message-ID: <3EC53599.9000805@skicentral.tv> Date: Fri, 16 May 2003 15:01:45 -0400 From: ski - Darryl Wisneski User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3b) Gecko/20030408 Minotaur/0.1a X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: RE: FreeBSD client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd@skicentral.tv List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2003 19:02:03 -0000 Also, edit /etc/rc.conf to have the internal card (LAN) DHCP when you reboot. ifconfig_xxx="DHCP" Substitute xxx with your network card's name. You can find that by typing ifconfig -a Best regards, dkw >route add default 192.168.0.1 (192.168.0.1 or whatever being your >Window's IP machine (the gateway)) >and in /etc/resolv.conf add your ISP DNS Servers like that : >nameserver 212.27.x.x >nameserver 212.27.x.y >> I have a setup with win2k internet sharing, and my machine as a FreeBSD >> (ver 5) wishing to use it as the client. >> >> Anyone know a guide on how to make this happen? Perhaps even a brief >> outline of what is needed. >> >> Regards, >> Quinny >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"