On Thu, Oct 25, 2012 at 6:05 PM, Brian Rak wrote:
> I've been using Puppet to manage network interfaces on our machines. To
> do this I've got a class very similar to
> http://forge.puppetlabs.com/razorsedge/network . I'm encountering some
> annoyances with this method of handling it:
>
> 1) Ev
I've been using Puppet to manage network interfaces on our machines. To do
this I've got a class very similar to
http://forge.puppetlabs.com/razorsedge/network . I'm encountering some
annoyances with this method of handling it:
1) Every interface I have has to have a unique alias number. Thi
Hello,
I am trying to figure out a way to manage my network interfaces,
specifically additional ip aliases on a single interface. We run RedHat.
On many of our servers we need to bring up additional IP address on the
same interface and create individual file ifcfg-eth0:1, ifcfg-eth0:2, etc.
I f