Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 1998 21:24:44 -0800 (PST)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        Tolpin Vladimir <tolpin@chat.ru>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Some questions.
Message-ID:  <Pine.BSF.4.03.9811092123530.16987-100000@resnet.uoregon.edu>
In-Reply-To: <E0zbo0o-00020e-00@chat.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 6 Nov 1998, Tolpin Vladimir wrote:

> 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.

Try running some traceroutes and watching netstat -rn to figure out where
your packets are going. 

> 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.

It's a routing problem.

> And one more question:
> How can we do our "/pub/incoming" directory on FTP server accessible for
> "writing" , but NOT "deleting".

Take the execute bit off the incoming directory.

Doug White                               
Internet:  dwhite@resnet.uoregon.edu    | FreeBSD: The Power to Serve
http://gladstone.uoregon.edu/~dwhite    | www.freebsd.org


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?Pine.BSF.4.03.9811092123530.16987-100000>