From owner-freebsd-questions Fri May 25 16:54: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.rogers.com (mail1.rogers.com [142.146.31.21]) by hub.freebsd.org (Postfix) with ESMTP id C336737B43C for ; Fri, 25 May 2001 16:53:57 -0700 (PDT) (envelope-from dstrba@rci.rogers.com) Received: from rssrgesnxd.rogers.com (rssrgesnxd [209.112.33.10]) by mail1.rogers.com (smapd 2.1) with ESMTP id TAA25566 for ; Fri, 25 May 2001 19:55:11 -0400 (EDT) Received: by rci.rogers.com with Internet Mail Service (5.5.2653.19) id ; Fri, 25 May 2001 19:51:12 -0400 Message-ID: <2947F0965EEDD4119AAB000347247C8B0198E2@rssesnexl.rogers.com> From: David Strba To: "'freebsd-questions@FreeBSD.ORG'" Subject: Natd with static ip not werking Date: Fri, 25 May 2001 19:53:49 -0400 Importance: low X-Priority: 5 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If i use dhcp, Natd werks fine. If i hardcode my ip/gateway/subnet/dns , Natd stops werking. basically i'm going from the uncommented stuff to the commented stuff to go from dhcp to static ip. i put the dns servers in resolv.conf as well. rc.conf #ifconfig_xl0="inet x.x.x.x netmask 255.255.255.0" #defaultrouter="x.x.x.1" #hostname="x.x.x.x.com" ifconfig_xl0="DHCP" Plz help! :] Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message