From owner-freebsd-questions Sun Feb 11 15:17:28 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06647 for questions-outgoing; Sun, 11 Feb 1996 15:17:28 -0800 (PST) Received: from venere.inet.it (venere.inet.it [194.20.8.4]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA06566 for ; Sun, 11 Feb 1996 15:17:17 -0800 (PST) Received: (from uusublin@localhost) by venere.inet.it (8.6.10/8.6.10) id AAA37654 for freebsd.org!freebsd-questions; Mon, 12 Feb 1996 00:17:05 +0100 Received: by hp-dyno.smd (Smail3.1.28.1 #8) id m0tlkm2-000JEnC; Mon, 12 Feb 96 00:01 MET Received: from luppolo.lpds.sublink.org (luppolo.lpds.sublink.org [192.9.200.50]) by radikkio.lpds.sublink.org (8.6.12/8.6.9) with ESMTP id VAA00544 for ; Sun, 11 Feb 1996 21:33:52 +0100 Received: (from wcp@localhost) by luppolo.lpds.sublink.org (8.6.12/8.6.9) id VAA00471; Mon, 12 Feb 1996 21:25:34 +0100 Date: Mon, 12 Feb 1996 21:25:34 +0100 Message-Id: <199602122025.VAA00471@luppolo.lpds.sublink.org> From: wcp@luppolo.lpds.sublink.org (Walter C. Pelissero) To: freebsd-questions@freebsd.org Subject: Hybrid configuration: named problem Reply-to: wcp@lpds.sublink.org Comments: Hyperbole mail buttons accepted, v3.18.5. Sender: owner-questions@freebsd.org Precedence: bulk I'm trying to configure my FreeBSD box as a gateway to an ISP but I don't want to depend on that ppp link for mail and news. I already have a fast uucp link with another provider. In other words I need to be able to use my LAN, resolving my internal names as usual, forwarding all my mail through my uucp link and sometime be able to surf the Internet resolving names outside my domain. The iijppp link is set up properly and filtering is done such as DNS packets don't make the daemon dial. What is difficult to me is how to configure named. The root.cache file points to three DNS hosts on the provider domain. If I start named without the -r option all my mail gets queued forever and some services become slow (very slow), but all works well when the ppp link with my ISP is up. If I start named with the -r option my LAN works well but I'm unable to resolve any host name outside my domain also if the ppp link is up. Then, how can I make my LAN and my Internet link live together? Thanks in advance.