====== Esercitazione 3 ====== ==== Subnet ==== **__Controlla le interfacce di rete e verifica connettivita' su eth1 con gli altri nodi del cluster__**
# ip addr show
1: lo:
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0:
link/ether 00:16:3e:02:01:2e brd ff:ff:ff:ff:ff:ff
inet 192.168.200.246/24 brd 192.168.200.255 scope global eth0
inet6 fe80::216:3eff:fe02:12e/64 scope link
valid_lft forever preferred_lft forever
3: eth1:
link/ether 52:54:00:9d:5b:c5 brd ff:ff:ff:ff:ff:ff
inet 10.168.200.246/24 brd 10.168.200.255 scope global eth1
inet6 fe80::5054:ff:fe9d:5bc5/64 scope link
valid_lft forever preferred_lft forever
# ping -c 2 10.168.200.247
PING 10.168.200.247 (10.168.200.247) 56(84) bytes of data.
64 bytes from 10.168.200.247: icmp_seq=1 ttl=64 time=1.77 ms
64 bytes from 10.168.200.247: icmp_seq=2 ttl=64 time=0.279 ms
--- 10.168.200.247 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 0.279/1.027/1.775/0.748 ms
# ping -c 2 10.168.200.248
PING 10.168.200.248 (10.168.200.248) 56(84) bytes of data.
64 bytes from 10.168.200.248: icmp_seq=1 ttl=64 time=1.02 ms
64 bytes from 10.168.200.248: icmp_seq=2 ttl=64 time=0.215 ms
--- 10.168.200.248 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 0.215/0.619/1.024/0.405 ms
# mmchconfig subnets="10.168.200.0"
mmchconfig: Command successfully completed
mmchconfig: Propagating the cluster configuration data to all
affected nodes. This is an asynchronous process.