From owner-freebsd-questions@FreeBSD.ORG Mon Jun 19 23:16:12 2006 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 C856E16A47A for ; Mon, 19 Jun 2006 23:16:12 +0000 (UTC) (envelope-from gurdiga@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3147A43D48 for ; Mon, 19 Jun 2006 23:16:11 +0000 (GMT) (envelope-from gurdiga@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1063459uge for ; Mon, 19 Jun 2006 16:16:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NDYyL/nLvAgwffFZJ7aKMFJguC9K85MdObmCXfNq+FgiKSTQG/23guDq0w/nImp7Nlho2EgaesACOktzNsngZjsYEwPnTupVVHsekzLXcjtysiZhyNMQqYQPMX9MSkgql5dS1US/j5yYma7oiig36wHELrj/L9S/YEJWsXB7htE= Received: by 10.78.67.20 with SMTP id p20mr2434656hua; Mon, 19 Jun 2006 16:16:10 -0700 (PDT) Received: by 10.78.12.10 with HTTP; Mon, 19 Jun 2006 16:16:10 -0700 (PDT) Message-ID: Date: Tue, 20 Jun 2006 02:16:10 +0300 From: "Vlad GURDIGA" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: nat question 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: Mon, 19 Jun 2006 23:16:12 -0000 Hello, I could not figureout the answer to a question. Here is the situation: PC A: Windows XP Pro. PC B: FreeBSD 6.1, connected to internet, acting as a gateway for PC A, with NAT (built by hanbook instructions http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-natd.html), open firewall, no restrictions. For long time I have used the PC A with PC B as gateway and everything worked just fine, but now PC A can only ping any host (by IP) in Internet. No other traffic (DNS queries, FTP or HTTP) does not reach the Internet comming back with TTL exceeded response apparently from de destination host (I've seen this on PC B with Ethereal). Question: Is there any way my ISP can 'see' and cut out NATted traffic from PC A letting only the traffic from PC B pass?! How?!