From owner-freebsd-questions@FreeBSD.ORG Sat Jun 19 14:52:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A632A16A4CE for ; Sat, 19 Jun 2004 14:52:43 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 184E743D46 for ; Sat, 19 Jun 2004 14:52:43 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BbhCN-0002Z1-00 for ; Sat, 19 Jun 2004 16:52:05 +0200 Received: from r2i215.mistral.cz ([62.245.72.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Jun 2004 16:52:03 +0200 Received: from element by r2i215.mistral.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Jun 2004 16:52:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Pavel Duda Date: Sat, 19 Jun 2004 16:51:18 +0200 Lines: 32 Message-ID: References: <005f01c455fe$f01bbba0$fa10fea9@astral> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r2i215.mistral.cz User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en In-Reply-To: <005f01c455fe$f01bbba0$fa10fea9@astral> Sender: news Subject: Re: blocking internally X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2004 14:52:43 -0000 John Lee wrote: > hi, i have 7 ips on one box, however they can't connect internally > to each other IP ports. please advise. > > here's my setup: > > rc.conf: > defaultrouter="63.223.65.1" > ifconfig_sis0="inet 63.223.65.192 netmask 255.255.255.0" > > /etc/ips.added: > ifconfig sis0 inet 63.223.65.193/32 alias > ifconfig sis0 inet 63.223.71.2/32 alias > ifconfig sis0 inet 63.223.71.3/32 alias > ifconfig sis0 inet 63.223.71.4/32 alias > ifconfig sis0 inet 63.223.71.5/32 alias > > route add 63.223.65.193 63.223.65.1 > route add 63.223.71.2 63.223.71.1 > route add 63.223.71.3 63.223.71.1 > route add 63.223.71.4 63.223.71.1 > route add 63.223.71.5 63.223.71.1 You have some reason to route ifaces through 63.223.71.1 ? And where is this "gateway" ? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >