Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 2003 10:29:05 -0600
From:      Aaron Siegel <aj@siegel-tech.net>
To:        freebsd-newbies@freebsd.org
Subject:   Re: how to install samba and windows xp ?
Message-ID:  <200308101029.05110.aj@siegel-tech.net>
In-Reply-To: <20030808201128.92959.qmail@web80709.mail.yahoo.com>
References:  <20030808201128.92959.qmail@web80709.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello

Start with the easiest task. If your cable company is like the companies I 
have dealt with you are assigned one IP address. In order to share you need a 
gateway or route using a some type of address translation to connect your 
computers to the internet.  There are two different method of doing this buy 
a cheap gateway (linksys, netgear, ....) or you can use your FreeBSD.

If you decide to use your FreeBSD computer you will need to ethernet cards, 
and a hub. Connect the modem to one of your ethernet cards.  Plug the hub 
into the other card. You will want to set the FreeBSD server as a gateway and 
NAT.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-routing.html
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-natd.html
You may what to read the whole section on networking.

Apache and samba - what is not working.  

Samba - Did you configure the /usr/local/etc/smb.conf file? Are you able to 
ping the server from your clients? Read the following:

http://us2.samba.org/samba/docs/
http://www.oreilly.com/catalog/samba/chapter/book/index.html


All I had to do to get apache was install it from the ports and type 
"http://localhost" in my web browser (this on your FreeBSD box). I am not 
sure what you mean it does not work?   Install lynx, /usr/ports/www/lynx, 
(any other web browser will work) and type:
	$lynx http://localhost
at the terminal of your FreeBSD computer. This should work. 

Before you post again do some reading, all your question are answered in the 
handbook and in the samba documentation. 


Aaron 


On Friday 08 August 2003 02:11 pm, Zivo Ki wrote:
> I have to many questions because Im a complete newbie, I have done this
> with windows 2000 server with none problem, but I didnt have the licence so
> I got rid of windows server  and Installed freebsd instead , because I want
> to learn it: )
>
>
> I have a freebsd box and I want to share folders with all the windows xp
> boxes (5 pc's),  the windows machine has a worgroup named officewinxp and
> also i want to install apache, and the most dificult part I want to share a
> cable modem conection for the internet .
>
> All this, is it posible ?
>
> I installed the default package of apache, and samba but it didnt worked,
> and also i cant share my internet conection. I  have to change my mac
> address in the freebsd box (because that mac restriction with my cable
> company)
>
> ( i tryied with ifconfig and it worked but I think the system is not
> configurated to share the internet)
>
> So if someone have the patience to help me
> please I would be so happy
>
> Thanks
>
> Zivo Ki
>
>
> p.s. sorry for my bad english
>
>
>
>
>
>
>
>
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> _______________________________________________
> freebsd-newbies@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
> To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308101029.05110.aj>