Puppet: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
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

video