Puppet: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 9: | Zeile 9: | ||
root@tac:~# host puppet | root@tac:~# host puppet | ||
puppet.xinux.org has address 192.168.244.51 | puppet.xinux.org has address 192.168.244.51 | ||
| + | |||
| + | root@tac:~# netstat -lntp | ||
| + | Aktive Internetverbindungen (Nur Server) | ||
| + | Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name | ||
| + | tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 913/sshd | ||
| + | tcp6 0 0 :::22 :::* LISTEN 913/sshd | ||
| + | |||
der client "tic" | der client "tic" | ||
root@tic:~# host puppet | root@tic:~# host puppet | ||
puppet.xinux.org has address 192.168.244.51 | puppet.xinux.org has address 192.168.244.51 | ||
| − | + | root@tic:~# netstat -lntp | |
| + | Aktive Internetverbindungen (Nur Server) | ||
| + | Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name | ||
| + | tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 916/sshd | ||
| + | tcp6 0 0 :::22 :::* LISTEN 916/sshd | ||
Version vom 20. Februar 2015, 09:44 Uhr
puppet grundlagen
szenario
der spätere master server "puppet"
root@puppet:~# host tac tac.xinux.org has address 192.168.244.52 root@puppet:~# host tic tic.xinux.org has address 192.168.244.53
der client "tac"
root@tac:~# host puppet puppet.xinux.org has address 192.168.244.51
root@tac:~# netstat -lntp Aktive Internetverbindungen (Nur Server) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 913/sshd tcp6 0 0 :::22 :::* LISTEN 913/sshd
der client "tic"
root@tic:~# host puppet puppet.xinux.org has address 192.168.244.51
root@tic:~# netstat -lntp Aktive Internetverbindungen (Nur Server) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 916/sshd tcp6 0 0 :::22 :::* LISTEN 916/sshd
docus
- https://docs.puppetlabs.com/guides/install_puppet/install_debian_ubuntu.html
- https://www.howtoforge.com/puppet-ubuntu-14.04
- https://www.jerger.org/blog-lang/-/blogs/puppetmaster-einer-sie-alle-zu-knechten-