Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 1998 19:46:29 +0300
From:      "Tolpin Vladimir" <tolpin@chat.ru>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   Some questions.
Message-ID:  <E0zbo0o-00020e-00@chat.ru>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E0zbo0o-00020e-00>