From owner-freebsd-questions@FreeBSD.ORG Sat Jun 19 13:11:19 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 E406A16A4CE for ; Sat, 19 Jun 2004 13:11:19 +0000 (GMT) Received: from smtp18.singnet.com.sg (smtp18.singnet.com.sg [165.21.6.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B0D043D48 for ; Sat, 19 Jun 2004 13:11:19 +0000 (GMT) (envelope-from john@allservers.net) Received: from astral (bb-203-125-28-192.singnet.com.sg [203.125.28.192]) by smtp18.singnet.com.sg (8.12.11/8.12.11) with SMTP id i5JDBHv4014872 for ; Sat, 19 Jun 2004 21:11:17 +0800 Message-ID: <005f01c455fe$f01bbba0$fa10fea9@astral> From: "John Lee" To: Date: Sat, 19 Jun 2004 21:11:30 +0800 Organization: AllServers SG MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: blocking internally X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John Lee List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jun 2004 13:11:20 -0000 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