From owner-freebsd-questions@FreeBSD.ORG Tue Jul 20 19:41:02 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F32C81065670 for ; Tue, 20 Jul 2010 19:41:02 +0000 (UTC) (envelope-from dadans@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id AA9F58FC1B for ; Tue, 20 Jul 2010 19:41:02 +0000 (UTC) Received: by vws19 with SMTP id 19so7969222vws.13 for ; Tue, 20 Jul 2010 12:41:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=VZPqB4sc/DjFIiwVDHEc8j7EeWM3ekzuOz2lOcLTtMY=; b=wBksvA4sCR9wjPPnHHDIsLRUeAU+pPY4l59xDV3Wu52kZWIVZw6L8WCn4MnflFR/vs OdrV0kVs/T+7cEppnTP//nZgHTuwEKF6BYE0KdQkbEfgln5IBwSkrdyrmCVOKfXSuFej w6vicPhTkHGkFhIsxPRQXLaAfc0EtCPR+JeW4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=hUxefK6uCSbIF/HyE9ZbP8trt4AxKdX5HWadCzeSKsgeFmHvBFXXmOceZzsiu4eMSn CcpljREb96HFK2RkD4cgijNjPrGLVXJitL7rqtl00bNqF7W+7wA3PY3e3kP5RY5QvRrc /itvVLe56WYCp9S0tx3aOZ803eKVa1OlE6bz8= Received: by 10.220.49.204 with SMTP id w12mr3775707vcf.103.1279653013256; Tue, 20 Jul 2010 12:10:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.189.199 with HTTP; Tue, 20 Jul 2010 12:09:53 -0700 (PDT) From: DadAN Date: Tue, 20 Jul 2010 21:09:53 +0200 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Wifi AP behind FreeBSD 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: Tue, 20 Jul 2010 19:41:03 -0000 Hello, I am planning to change my network a little, I need to put WiFi AP (Dlink Di-524) behind FreeBSD box, there are 2 nic in this box - one should be for internet (xl0) and another should use xl1 nic for WiFi AP. I need to know how to setup routing in FreeBSD box, could someone help? And also when someone connect via WiFi, I want to get connected to internet. Now I use 192.168.0.0/24 adresses from WiFi AP dhcp. FreeBSD 8.0 thanks & regards for any advice DadAN