From owner-freebsd-questions Mon Dec 22 16:37:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA14068 for questions-outgoing; Mon, 22 Dec 1997 16:37:20 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gold.skyinternet.com (root@gold.SKYINTERNET.COM [209.5.28.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA14063 for ; Mon, 22 Dec 1997 16:37:15 -0800 (PST) (envelope-from fwu@skyinternet.com) Received: from wildriver (net15.SKYINTERNET.COM [209.5.28.65]) by gold.skyinternet.com (8.8.5/8.6.12) with SMTP id TAA16809; Mon, 22 Dec 1997 19:37:04 -0500 (EST) Reply-To: "Felix Wu" From: "Felix Wu" To: Cc: Date: Mon, 22 Dec 1997 19:38:41 -0500 Message-ID: <01bd0f3b$1e810160$02646464@wildriver.paradise.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I'm a newbie to FreeBSD. I'm trying to setup a gateway with FreeBSD 2.2.5 I'm running ppp -auto -alias my connection for the ppp dial-up daemon, everything seems to be working fine, except when I telnet or ftp to the gateway itself by using either IP or hostname, it will still activate the modem and dial out to get connected first... in 2.2.1 I didn't experience this annoying problem. this is the related stuff I have in rc.conf, did I do something wrong in here? network_interfaces="ed0 lo0" ifconfig_ed0="inet 100.100.100.1 netmask 255.255.255.0" ifconfig_lo0="inet 127.0.0.1" defaultrouter="NO" # Set to default gateway (or NO). static_routes="" # Set to static route list (or leave empty). gateway_enable="YES" # Set to YES if this host will be a gateway. router_enable="NO" # Set to YES to enable a routing daemon. router="routed" # Name of routing daemon to use if enabled. router_flags="-q" # Flags for routing daemon. mrouted_enable="NO" # Do multicast routing (see /etc/mrouted.conf). btw, I have windows 95 machines connected to this gateway, everything for internet is working normally on the 95 stations, except I cannot establish DCC in IRC, also sending files on ICQ cannot be done, is there anything I can do about it to solve these problems? Thanks a lot in advance. Felix Wu fwu@skyinternet.com http://www.skyinternet.com/fwu