Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2002 23:30:03 -0700 (PDT)
From:      Gregory Bond <gnb@itga.com.au>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/37696: Virtual hosts broken 
Message-ID:  <200205030630.g436U3Y03852@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/37696; it has been noted by GNATS.

From: Gregory Bond <gnb@itga.com.au>
To: Dan Protich <silveradmin@shell-box.com>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: misc/37696: Virtual hosts broken 
Date: Fri, 03 May 2002 16:20:02 +1000

 >sinister# ifconfig vr0 66.118.153.254 66.118.153.255 alias  
 
 Read the ifconfig man page, under the "alias" subcommand:
 
 	If the address
         is on the same subnet as the first network address for this
         interface, a netmask of 0xffffffff has to be specified.
 
 This has recently become mandatory.  Yes, EEXISTS is an odd error to return 
 in this case.
 
 [BTW: check your configs carefully, your netmasks
         inet 66.118.153.66 netmask 0xffffff00 broadcast 66.118.153.255
         inet 66.118.153.201 netmask 0xff000000 broadcast 66.118.153.255
 are screwed.]
 
 This PR can be closed.
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205030630.g436U3Y03852>