[Puppet Users] Firewall between master and client?

2009-11-19 Thread JoE
I understand that puppet needs port 8140 tcp/udp open for server and
client.

Will puppet work if a firewall is set up between these two hosts that
only allows traffic from the server to the client (server - client),
or is two communication required?

Thanks for the help,

-JoE

--

You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=.




Re: [Puppet Users] Firewall between master and client?

2009-11-19 Thread william pink
On Thu, Nov 19, 2009 at 3:12 PM, JoE joehil...@gmail.com wrote:

 I understand that puppet needs port 8140 tcp/udp open for server and
 client.

 Will puppet work if a firewall is set up between these two hosts that
 only allows traffic from the server to the client (server - client),
 or is two communication required?

 Thanks for the help,

 -JoE

 --

 You received this message because you are subscribed to the Google Groups
 Puppet Users group.
 To post to this group, send email to puppet-us...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/puppet-users?hl=.



I am a new user to Puppet but I was going to tackle this issue with a SSH
tunnel but it would be good to hear other peoples thoughts on this..

Thanks,
Will

--

You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=.




Re: [Puppet Users] Firewall between master and client?

2009-11-19 Thread Thomas Bellman
JoE wrote:

 I understand that puppet needs port 8140 tcp/udp open for server and
 client.
 
 Will puppet work if a firewall is set up between these two hosts that
 only allows traffic from the server to the client (server - client),
 or is two communication required?

It's the other way around: the client needs to be able to contact the
master on port 8140.

You only need to be able to connect to the client if you want to trigger
runs with puppetrun.


/Bellman

--

You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=.




Re: [Puppet Users] Firewall between master and client?

2009-11-19 Thread Christopher Webber
No. The client pulls down the config, initiating the session.

-- cwebber

On Nov 19, 2009, at 7:12 AM, JoE wrote:

 I understand that puppet needs port 8140 tcp/udp open for server and
 client.

 Will puppet work if a firewall is set up between these two hosts that
 only allows traffic from the server to the client (server - client),
 or is two communication required?

 Thanks for the help,

 -JoE

 --

 You received this message because you are subscribed to the Google  
 Groups Puppet Users group.
 To post to this group, send email to puppet-us...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/puppet-users?hl= 
 .



--

You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=.




Re: [Puppet Users] Firewall between master and client?

2009-11-19 Thread Peter Meier
 Will puppet work if a firewall is set up between these two hosts that
 only allows traffic from the server to the client (server - client),
 or is two communication required?

actually communication from the client to the server is the only thing  
that is required for the standard setup. puppet is pulling its catalog  
from the master.

cheers pete

--

You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=.