From owner-freebsd-questions Tue Jan 11 23:41:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kuzhmaker.tec2000.org.il (f194.ifirewall.israsrv.net.il [192.117.193.194]) by hub.freebsd.org (Postfix) with ESMTP id F38BB14CAB for ; Tue, 11 Jan 2000 23:41:23 -0800 (PST) (envelope-from aeg@iname.com) Received: from lair ([192.168.1.2]) by kuzhmaker.tec2000.org.il (8.9.3/8.9.3) with SMTP id JAA29290 for ; Wed, 12 Jan 2000 09:44:02 +0200 (IST) (envelope-from aeg@iname.com) From: "Alexandr Gribenko" To: "QuestionsBSD" Subject: aliasing Date: Wed, 12 Jan 2000 09:53:49 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please help... I have an alias on one of my ethernet interfaces ifconfig ep0 looks like ep0: flags=8843 mtu 1500 inet 192.117.193.194 netmask 0xfffffff8 broadcast 192.117.193.199 inet 192.117.193.195 netmask 0xffffff00 broadcast 192.117.193.255 ether 00:20:af:c4:5c:a5 but when I try to ping 192.117.193.195 it dooesnt work no like the real one 192.117.193.194 which is ok my firewall is simple like this 00100 divert 8668 ip from any to any via ep0 00200 allow ip from any to any via lo0 00300 deny ip from any to 127.0.0.0/8 00400 allow ip from 192.168.0.224/27 to any 00500 allow ip from 192.168.1.0/24 to any via rl1 00600 fwd 127.0.0.1,3128 tcp from any to any 80 via rl0 00700 fwd 127.0.0.1,3128 tcp from any to any 8080 via rl0 00800 fwd 127.0.0.1,3128 tcp from any to any 3128 via rl0 00900 allow ip from any to any 65535 deny ip from any to any To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message