Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 1998 16:25:17 -0700 (PDT)
From:      Dan Busarow <dan@dpcsys.com>
To:        Eric Hake <eric@clean.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: multi-homed server
Message-ID:  <Pine.BSF.3.96.980929162323.2622C-100000@java.dpcsys.com>
In-Reply-To: <199809292136.OAA17584@support.centercomp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 29 Sep 1998, Eric Hake wrote:
>   network_interfaces="fxp1 fxp0 lo0"      # List of network interfaces 
>   ifconfig_fxp1="inet 10.10.138.224  netmask 255.255.255.192"
>   ifconfig_fxp0="inet 10.10.138.225  netmask 255.255.255.192"
>   ifconfig_lo0="inet 127.0.0.1"   # default loopback device configuration.

Try
   network_interfaces="fxp1 fxp0 lo0"      # List of network interfaces 
   ifconfig_fxp1="inet 10.10.138.224  netmask 255.255.255.192"
   ifconfig_fxp0_alias="inet 10.10.138.225  netmask 255.255.255.255"
   ifconfig_lo0="inet 127.0.0.1"   # default loopback device configuration.

Note the use of _alias and the netmask on fxp0

Dan
-- 
 Dan Busarow                                                  949 443 4172
 Dana Point Communications, a California corporation        dan@dpcsys.com
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82


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.3.96.980929162323.2622C-100000>