Re: (Yet Another) Home Networking Question

2004-01-15 Thread Lowell Gilbert
Rishi Chopra <[EMAIL PROTECTED]> writes: > A question about the 'me' keyword and ipfw: The man page for ipfw > states the following: > > me matches any IP address configured on an interface in the > system. The address list is evaluated at the time the >

Re: (Yet Another) Home Networking Question

2004-01-14 Thread Rishi Chopra
A question about the 'me' keyword and ipfw: The man page for ipfw states the following: me matches any IP address configured on an interface in the system. The address list is evaluated at the time the packet is analysed. If I set my oif to '

Re: (Yet Another) Home Networking Question

2004-01-12 Thread Rishi Chopra
Thanks for the generally good info; the 'me' keyword was the key piece of info that I needed =) Lowell Gilbert wrote: Rishi Chopra <[EMAIL PROTECTED]> writes: Perhaps someone can help me with this small part of rc.firewall: [Ss][Ii][Mm][Pp][Ll][Ee]) # This is a pr

Re: (Yet Another) Home Networking Question

2004-01-12 Thread Lowell Gilbert
Rishi Chopra <[EMAIL PROTECTED]> writes: > Perhaps someone can help me with this small part of rc.firewall: > > [Ss][Ii][Mm][Pp][Ll][Ee]) > > # This is a prototype setup for a simple firewall. Configure this > # machine as a named server and ntp server, and p

Re: (Yet Another) Home Networking Question

2004-01-12 Thread Scott W
Rishi Chopra wrote: Perhaps someone can help me with this small part of rc.firewall: [Ss][Ii][Mm][Pp][Ll][Ee]) # This is a prototype setup for a simple firewall. Configure this # machine as a named server and ntp server, and point all the machines # on t

Re: (Yet Another) Home Networking Question

2004-01-12 Thread Rishi Chopra
RT in your kernel? Read the ipfw manpages to find out how to forward ports. Regards Subhro Subhro Sankha Kar Indian Institute of Information Technology Block AQ-13/1, Sector V Salt Lake City PIN 700091 India -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rishi Ch

Re: (Yet Another) Home Networking Question

2004-01-11 Thread Rishi Chopra
I was able to get my network up and running with the suggestions below. To review, my setup is the following: ISP FreeBSD Gateway Win2k Box >--rl0--rl1---< ALL DHCP 192.168.0.1 192.168.0.2 rl0 is connected to the modem by ethern

Re: (Yet Another) Home Networking Question

2003-12-12 Thread Mike Maltese
> One thing you yet lack, according to the handbook, > and it's a bit of a job. The GENERIC kernel doesn't > ship with the following options, which you are > supposed to need. > > options IPFIREWALL > options IPDIVERT > > Add them to /usr/src/sys/i386/conf/GENERIC, > run "make buildkernel" and "ma

Re: (Yet Another) Home Networking Question

2003-12-12 Thread Kevin D. Kinsey, DaleCo, S.P.
Rishi Chopra wrote: Here's my setup: What else do I need in order to get my Win2k box surfing? You did do a great job documenting the problem. You have also gotten good advice thus far. One thing you yet lack, according to the handbook, and it's a bit of a job. The GENERIC kernel doesn't s

Re: (Yet Another) Home Networking Question

2003-12-12 Thread Mike Maltese
> hostname="idfubar.dyndns.org" is wrong. > This needs to be a fake domain name. > Dyndns.org is real name. > > Hostname="idfubar.fbsdhome.com" is better. DynDNS is a dynamic DNS service. Nothing wrong here. Have a look at http://www.dyndns.org. ___

RE: (Yet Another) Home Networking Question

2003-12-12 Thread fbsd_user
hostname="idfubar.dyndns.org" is wrong. This needs to be a fake domain name. Dyndns.org is real name. Hostname="idfubar.fbsdhome.com" is better. To enable NATD you need ipfw firewall. These two statements are options for IPFW/Nated. Your win box can not reach public internet because it's pri

Re: (Yet Another) Home Networking Question

2003-12-12 Thread Mike Maltese
> (1) in /etc/rc.conf, I added the following > natd_enable="YES" > natd_interface="rl0" ### public interface connected to cable modem > gateway_enable="YES" > defaultrouter="192.168.0.1" ### LAN machines use this > ifconfig_rl0="DHCP" ### Astound uses dhcp > ifconfig_rl1="inet 192.168