From owner-freebsd-isp Mon Jun 29 08:56:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA10084 for freebsd-isp-outgoing; Mon, 29 Jun 1998 08:56:47 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA10030; Mon, 29 Jun 1998 08:56:21 -0700 (PDT) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199806291556.IAA10030@hub.freebsd.org> Subject: Re: cisco In-Reply-To: from Evren Yurtesen at "Jun 29, 98 05:05:40 pm" To: yurtesen@ispro.net.tr (Evren Yurtesen) Date: Mon, 29 Jun 1998 08:56:21 -0700 (PDT) Cc: eculp@webwizard.org.mx, freebsd-isp@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Evren Yurtesen wrote: > the problem is I just do not want my dialup user to not to be able > to use port 80, I do not want people on my local network to not to > be able to use port 80 too! > how may I do it? put your dialups in a separate address space from your local network folk. a simple example: if you are using 192.168.250.xxx for your networks, put your dialups in 192.168.250.1--192.168.250.126 and put your localnetworks in 192.168.250.128--192.168.250.254. overly simplistic example, and single-bit subnets ;) but it should get the idea across. jmb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message