From owner-freebsd-questions Mon Jun 8 14:05:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08527 for freebsd-questions-outgoing; Mon, 8 Jun 1998 14:05:26 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from martyr.ml.org (root@62-042.tr.cgocable.ca [205.151.62.42]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA08491 for ; Mon, 8 Jun 1998 14:05:10 -0700 (PDT) (envelope-from David_Boisvert@uqtr.uquebec.ca) Received: from martyr.ml.org (boisvdav@localhost.0.0.127.IN-ADDR.ARPA [127.0.0.1] (may be forged)) by martyr.ml.org (8.9.0/8.9.0) with SMTP id RAA00324 for ; Mon, 8 Jun 1998 17:04:58 -0400 (EDT) Message-ID: <357C51F9.167EB0E7@uqtr.uquebec.ca> Date: Mon, 08 Jun 1998 17:04:57 -0400 From: David Boisvert X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: FreeBSD questions Subject: ipfw & natd problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I need some assistance and help with the install of ipfw and natd. I have a P100 with FreeBSD 2.2.6 on it and I also have a 489dx66 with win3.11 for workgroup. I can telnet from my win3.11 to my FreeBSD box and myFreeBSD box can ping my 486. My settings are: 205.151.62.42 : Cable modem connected to the internet (ed1) 192.168.1.1 : Second ethernet card in the FreeBSD connected to the 486 (ed2) 192.168.1.2 : Third ethernet card in the 486 In the 486: IP Adress 192.168.1.2 SubnetMASK 255.255.255.0 Default Gateway 192.168.1.1 Primary Wins Server 1.1.1.1 Secondary Wins Server 1.1.1.1 Enable dns for windows name resolution dns 205.151.69.200 (same as my FreeBSD box) /etc/rc.conf firewall_enable="YES" firewall_type="open" firewall_quiet="NO" gateway_enable="YES" KERNEL: options IPFIREWALL #code packet filtering options IPFIREWALL_VERBOSE #logging packet throught syslogd options IPFIREWALL_VERBOSE_LIMIT=20 #limits the numbers of packets #logged throught syslogd on a #per day basis options IPDIVERT #for the use of NATD FIREWALL: 01000 allow ip from any to any via lo0 01010 deny ip from 127.0.0.0/8 to 127.0.0.0/8 65000 allow ip from any to any 65535 deny ip from any to any /etc/services: natd 6668/divert # Network adress translation socke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message