Re: Use of network_interfaces in rc.conf

2012-03-16 Thread Brooks Davis
On Thu, Mar 15, 2012 at 08:49:55PM -0400, Eric W. Bates wrote: > On 3/15/2012 7:27 PM, Kevin Oberman wrote: > > 2012/3/14 Eugene Grosbein: > >> 15.03.2012 06:33, hiren panchasara ?: > >> > >>> network_interfaces is basically historic rudiment > >>> used in 2.2.x FreeBSD version and al

Re: Use of network_interfaces in rc.conf

2012-03-15 Thread Eric W. Bates
On 3/15/2012 7:27 PM, Kevin Oberman wrote: 2012/3/14 Eugene Grosbein: 15.03.2012 06:33, hiren panchasara пишет: network_interfaces is basically historic rudiment used in 2.2.x FreeBSD version and alike. In general, you should not use it in modern version at all. Thanks Eugene

Re: Use of network_interfaces in rc.conf

2012-03-15 Thread Kevin Oberman
2012/3/14 Eugene Grosbein : > 15.03.2012 06:33, hiren panchasara пишет: > >>     network_interfaces is basically historic rudiment >>     used in 2.2.x FreeBSD version and alike. >> >>     In general, you should not use it in modern version at all. >> >> >> Thanks Eugene. >> >> So, the only way to

Re: Use of network_interfaces in rc.conf

2012-03-14 Thread Eugene Grosbein
15.03.2012 06:33, hiren panchasara пишет: > network_interfaces is basically historic rudiment > used in 2.2.x FreeBSD version and alike. > > In general, you should not use it in modern version at all. > > > Thanks Eugene. > > So, the only way to specify boottime configuration (that

Re: Use of network_interfaces in rc.conf

2012-03-14 Thread hiren panchasara
On Wed, Mar 14, 2012 at 4:19 AM, Eugene Grosbein wrote: > 14.03.2012 13:19, hiren panchasara пишет: > > Thanks Chuck for getting back. I have a question inlined: > > > > On Tue, Mar 13, 2012 at 10:32 PM, Chuck Swiger wrote: > > > >> On Mar 13, 2012, at 10:18 PM, hiren panchasara wrote: > Wh

Re: Use of network_interfaces in rc.conf

2012-03-14 Thread Eugene Grosbein
14.03.2012 13:19, hiren panchasara пишет: > Thanks Chuck for getting back. I have a question inlined: > > On Tue, Mar 13, 2012 at 10:32 PM, Chuck Swiger wrote: > >> On Mar 13, 2012, at 10:18 PM, hiren panchasara wrote: What difference does it make when I have each (separately) in my >> rc.c

Re: Use of network_interfaces in rc.conf

2012-03-13 Thread hiren panchasara
Thanks Chuck for getting back. I have a question inlined: On Tue, Mar 13, 2012 at 10:32 PM, Chuck Swiger wrote: > On Mar 13, 2012, at 10:18 PM, hiren panchasara wrote: > >> What difference does it make when I have each (separately) in my > rc.conf: > >> > >> 1) no network_interfaces at all > >>

Re: Use of network_interfaces in rc.conf

2012-03-13 Thread Chuck Swiger
On Mar 13, 2012, at 10:18 PM, hiren panchasara wrote: >> What difference does it make when I have each (separately) in my rc.conf: >> >> 1) no network_interfaces at all >> 2) network_interfaces="AUTO" These two are the same. >> 3) network_interfaces="em0" This will configure em0 only, using ifc

Re: Use of network_interfaces in rc.conf

2012-03-13 Thread hiren panchasara
Can someone please help? :-) On Mar 12, 2012 9:04 AM, "hiren panchasara" wrote: > Looking at man rc.conf, > > network_interfaces > (str) Set to the list of network interfaces to configure > on > this host or “AUTO” (the default) for all current > interfaces.