Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Dec 1998 09:15:17 -0500
From:      "Alberto Johnson" <ajohnson@c-com.net>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   sysconfig
Message-ID:  <000601be1d35$058e32f0$177e7fd1@panama-3.charter-pty.com>

next in thread | raw e-mail | index | archive | help
Hi, small question can you add more than one IP address to one NIC. for
example

network_interfaces="de0 lo0"
ifconfig_de0="inet 203.93.131.1  netmask 255.255.255.0"
ifconfig_de0="inet 209.92.121.1  netmask 255.255.255.0"
ifconfig_lo0="inet localhost"

and also be able to define more than one gateways

# Set to the host you'd like set as your default router, or NO for none.
defaultrouter="203.93.131.252"
defaultrouter="209.92.121.252"




/********************************************/
/*  A programmer is someone who solves a    */
/*  problem you didn't know you had in a    */
/*  way you don't understand.               */
/********************************************/


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?000601be1d35$058e32f0$177e7fd1>