From owner-freebsd-questions Fri Nov 6 08:49:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23888 for freebsd-questions-outgoing; Fri, 6 Nov 1998 08:49:45 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from chat.ru (light.chat.ru [195.16.123.250]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23873 for ; Fri, 6 Nov 1998 08:49:13 -0800 (PST) (envelope-from tolpin@chat.ru) Received: from [195.19.64.96] (helo=saturn) by chat.ru with smtp (Exim 1.92 #61) for freebsd-questions@FreeBSD.ORG id 0zbo0o-00020e-00; Fri, 6 Nov 1998 18:41:22 +0300 From: "Tolpin Vladimir" To: Subject: Some questions. Date: Fri, 6 Nov 1998 19:46:29 +0300 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 Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. Our organization begin to administrate server under FreeBSD 2.2.7., which consist FTP ,WWW services and it is our gateway from local net to Internet. But there is a little strange problem. We must have configuration like this: # rc.config ... ifconfig_ed0="inet ***.***.74.5 netmask 255.255.255.228" ifconfig_ed1="inet ***.***.64.97 netmask 255.255.255.240" ... # 74.5 & 64.97 is a parts of our real IP address BUT if we have such configuration we don`t have IP routing. During debugging we find out that all be O.K. if we use this configuration : # rc.config ... ifconfig_ed0="inet ***.***.74.5 netmask 255.255.255.0" ifconfig_ed1="inet ***.***.64.97 netmask 255.255.255.0" ... # 74.5 & 64.97 is a parts of our real IP address Could you resolve this problem, or it`s not a problem at all. And one more question: How can we do our "/pub/incoming" directory on FTP server accessible for "writing" , but NOT "deleting". P.S.: Sorry for my english. Waiting for you answer ... tolpin@chat.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message