From owner-freebsd-questions Wed Jan 24 14:21:48 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA25157 for questions-outgoing; Wed, 24 Jan 1996 14:21:48 -0800 (PST) Received: from bigdipper.iagi.net (bigdipper.iagi.net [204.157.123.29]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA25149 Wed, 24 Jan 1996 14:21:39 -0800 (PST) Received: (from root@localhost) by bigdipper.iagi.net (8.6.12/8.6.9) id RAA07659; Wed, 24 Jan 1996 17:24:05 -0500 Date: Wed, 24 Jan 1996 17:24:05 -0500 (EST) From: IAGI Sysadmin To: questions@freebsd.org, hackers@freebsd.org Subject: Virtual domains Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk Hi - I'm using a FreeBSD box for several virtual domains (so far, 11)... For some reason, for some of the virtual domains (not all), when I ping the www.virtualdomain.com host, I get something like the following: [...] 64 bytes from 204.157.123.43: icmp_seq=1 ttl=255 time=2.861 ms 64 bytes from 204.157.123.43: icmp_seq=1 ttl=255 time=4.596 ms (DUP!) 64 bytes from 204.157.123.43: icmp_seq=1 ttl=255 time=5.558 ms (DUP!) 64 bytes from 204.157.123.43: icmp_seq=1 ttl=255 time=6.508 ms (DUP!) [...] What are those (DUP!) lines (note, the first one is fine)? They seem to occur about 4 out of 5 times in the output from ping. WWW services on such hosts, however, respond fine. Should I be concerned or is this normal? Also, how many virtual domains can one have (practically speaking) on a fast 486 box with 64megs of ram and no X windows? Thanks!