From owner-freebsd-questions@FreeBSD.ORG Wed Aug 24 11:22:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 129D616A420 for ; Wed, 24 Aug 2005 11:22:50 +0000 (GMT) (envelope-from fin7pl@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E3A143D45 for ; Wed, 24 Aug 2005 11:22:49 +0000 (GMT) (envelope-from fin7pl@gmail.com) Received: by rproxy.gmail.com with SMTP id r35so71777rna for ; Wed, 24 Aug 2005 04:22:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:x-mailer:date:to:from:subject:mime-version:content-type:content-transfer-encoding; b=p93Y23V9iFJ8m7mUgGnyIpe93Put58ynloF7XwiJQ245RV+vB+SEyAfwghLOLfAftv4NOSygpF2mQzvCmV7H/j5n3UhRI0pjrCn/meH8f2Z+KW5YshA0v7OoPDYW4UqlVAZrVpjzjVVIxRl5uTFPclhBCia+WGeMIXwLRA2rwk0= Received: by 10.38.59.54 with SMTP id h54mr209600rna; Wed, 24 Aug 2005 04:22:49 -0700 (PDT) Received: from PATE.gmail.com ( [212.149.179.254]) by mx.gmail.com with ESMTP id h17sm637814rnb.2005.08.24.04.22.48; Wed, 24 Aug 2005 04:22:49 -0700 (PDT) Message-Id: <6.2.0.14.2.20050824140017.03dda200@mail.dnainternet.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.0.14 Date: Wed, 24 Aug 2005 14:19:05 +0300 To: freebsd-questions@freebsd.org From: Patrick Lindholm Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Routing problem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 11:22:50 -0000 Ok, here=B4s the deal I have my Freebsd 4.10 gateway/nat/firewall on my network. On my LAN i have couple WIN machines and a Linux Redhat machine working ok= =20 to outside and other machine=B4s with IP 192.168.255.252 eth0 I have one software running on Redhat Machine that uses SLIP and i have=20 configured sl0 with 192.168.255.252 P-t-P 192.168.0.6 The 192.168.0.6 is the IP of that Software Ok with these configurations i can connect from my Linuxbox locally to the= =20 software with 192.168.0.6 But the 192.168.0.6 Does=B4nt appear to be available for other computers on= =20 my LAN So i checked out some manuals and used command: ARP -Ds 192.168.0.6 sl0=20 pub and 92.168.0.6 came visible to other computers on my LAN. So now i thought that all i have to do is to put on my BSDBOX=20 natd.conf to redirect all requests from 23 and 81 to=20 192.168.0.6 right? and allow of course ports from Firewall (My software=20 with the SLIP has entrance via HTTP and TELNET) Well nobody can=B4t still connect to my Linux software from outside? From= =20 my LAN it=B4works ok. I tried also adding allow ip from any to 192.168.0.6 via ep0 and that=20 worked for a while (now anybody from outside can connect to my=20 software) It works only for couple hours and the no response? I=B4cant= =20 understand how the allow ip from any to 192.168.0.6 can help. Well if anyone has understood what i=B4m trying to do here and wants to send= =20 couple hints i would be glad. :-) Thanks for your reply. =20