From owner-freebsd-questions@FreeBSD.ORG Sat Feb 28 12:03:46 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F52448C for ; Sat, 28 Feb 2015 12:03:46 +0000 (UTC) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7535C8C for ; Sat, 28 Feb 2015 12:03:45 +0000 (UTC) Received: by labgq15 with SMTP id gq15so22285353lab.6 for ; Sat, 28 Feb 2015 04:03:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=uZMxIjnAx2eJHGoRLRpttB9JIMc8TX+xI0wY/iBl/nI=; b=Aj7DMrVd+sssYa+KrNqqXV6z+CZfmYia20ZFBujgWpGo3Sd/fnwX+8rN0yECJWiq1u k7CP5t5//CXjzP3kVHQE1HHUCHh+oqZ19bxdybVc2HXo9KNk+zwi4JiUAyRD8YTQwr5N mOprlCG2YKcVswMuuax7lbIyIggl1UZedkDcnxgdwfsxWqDvSWEdoopk2ON9gQt1mndE 2b3mHThcYXS3//sF7diwWLgwe6fspJ452Ip4h6Ft4HhMMkklLp9plsX+3HbcaJRdhL6+ eNj6f6l4ekIoG3tqbcnwbwzZ7K9dDzufqHEXDKM9SABJ5DM3BgmGCg/wiNYNpS2bHe86 lfJg== X-Received: by 10.112.242.163 with SMTP id wr3mr16249006lbc.98.1425125023649; Sat, 28 Feb 2015 04:03:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.89.170 with HTTP; Sat, 28 Feb 2015 04:03:23 -0800 (PST) From: Monah Baki Date: Sat, 28 Feb 2015 07:03:23 -0500 Message-ID: Subject: FreeBSD RDR question To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2015 12:03:46 -0000 Hi all, I have a freebsd 10.1 running squid, it has a single interface (bge0). My Cisco is doing policy based routing and forwarding all http request to my Freebsd server. In my pf.conf I have the following rule: rdr on bge0 inet proto tcp from any to any port 80 -> 10.0.0.24 port 3128 Do I need to add anything else? Reason I ask, it's not working. Thanks Monah