[Trac-bugs] [PC-BSD Trac] #598: Implement configuration of multiple interfaces with static IP addresses during installation
PC-BSD
trac at pcbsd.org
Fri Mar 23 13:54:08 PDT 2012
#598: Implement configuration of multiple interfaces with static IP addresses
during installation
---------------------------------+-------------------------
Reporter: glarkin | Owner: kris
Type: System Enhancement | Status: new
Priority: minor | Milestone:
Component: Installer | Version: 9.0-RELEASE
Resolution: | Keywords:
---------------------------------+-------------------------
Comment (by glarkin):
The attached diff file changes the format of the pc-sysinstall.conf file
slightly. The netSaveDev directive now accepts a list of network
interfaces delimited by spaces:
{{{
netSaveDev=em0 em1 em2
}}}
To specify an IP address and mask for each one, the syntax is:
{{{
netSaveIP_em0=172.16.80.1
netSaveMask_em0=255.255.240.0
netSaveIP_em1=172.168.80.2
netSaveMask_em1=255.255.240.0
netSaveIP_em2=172.16.80.3
netSaveMask_em2=255.255.240.0
}}}
The netSaveDefaultRouter directive is unchanged, and the netSaveNameServer
directive now accepts a list of nameservers delimited by spaces.
--
Ticket URL: <http://trac.pcbsd.org/ticket/598#comment:2>
PC-BSD <http://trac.pcbsd.org>
PC-BSD Project Management
More information about the Trac-bugs
mailing list