=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2018.12.11 22:51:22 =~=~=~=~=~=~=~=~=~=~=~= login as: maglev Welcome to the Maglev Appliance maglev@10.9.12.9's password: Welcome to the Maglev Appliance System information as of Tue Dec 11 21:51:44 UTC 2018 System load: 0.0 IP address for enp9s0: 10.9.12.9 Usage of /: 60.1% of 28.03GB IP address for enp10s0: 10.252.251.252 Memory usage: 0% IP address for enp1s0f0: 10.252.252.252 Swap usage: 0% IP address for enp1s0f1: 10.252.253.252 Processes: 849 IP address for docker0: 169.254.0.1 Users logged in: 1 Last login: Tue Dec 11 21:49:16 2018 from 10.9.12.253 To run a command as administrator (user "root"), use "sudo ". See "man sudo_root" for details. [Tue Dec 11 21:51:45 UTC] maglev@10.252.251.252 (maglev-master-1) ~ $ /etc/network/interfacescat #--------------------------------------------------------------------- # Modified by Maglev: Tue, 11 Dec 2018 21:22:02 UTC # maglev-config 2491 #--------------------------------------------------------------------- auto enp10s0 iface enp10s0 inet static address 10.252.251.252 broadcast 10.252.251.255 netmask 255.255.255.0 network 10.252.251.0 pre-up /sbin/sysctl -w net.ipv6.conf.enp10s0.accept_ra=0 auto enp1s0f0 iface enp1s0f0 inet static address 10.252.252.252 broadcast 10.252.252.255 netmask 255.255.255.0 network 10.252.252.0 pre-up /sbin/sysctl -w net.ipv6.conf.enp1s0f0.accept_ra=0 auto enp1s0f1 iface enp1s0f1 inet static address 10.252.253.252 broadcast 10.252.253.255 netmask 255.255.255.0 network 10.252.253.0 pre-up /sbin/sysctl -w net.ipv6.conf.enp1s0f1.accept_ra=0 auto enp9s0 iface enp9s0 inet static address 10.9.12.9 broadcast 10.9.12.255 dns-nameservers 10.9.12.7 gateway 10.9.12.1 netmask 255.255.255.0 network 10.9.12.0 pre-up /sbin/sysctl -w net.ipv6.conf.enp9s0.accept_ra=0 auto lo iface lo inet loopback source /etc/network/interfaces.d/*.cfg [Tue Dec 11 21:51:56 UTC] maglev@10.252.251.252 (maglev-master-1) ~ $ etcdctl get /maglev/config/cluster/cluster_network Error: client: etcd cluster is unavailable or misconfigured error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused [Tue Dec 11 21:52:05 UTC] maglev@10.252.251.252 (maglev-master-1) ~ $ cat /etc/resolv.conf | grep "^nameserver" | awk '{print $2}' 10.240.248.10 10.9.12.7 [Tue Dec 11 21:52:11 UTC] maglev@10.252.251.252 (maglev-master-1) ~ $ ip a | grep enp 2: enp9s0: mtu 1500 qdisc mq state UP group default qlen 1000 inet 10.9.12.9/24 brd 10.9.12.255 scope global enp9s0 3: enp10s0: mtu 1500 qdisc mq state UP group default qlen 1000 inet 10.252.251.252/24 brd 10.252.251.255 scope global enp10s0 4: enp1s0f0: mtu 1500 qdisc mq state DOWN group default qlen 1000 inet 10.252.252.252/24 brd 10.252.252.255 scope global enp1s0f0 5: enp1s0f1: mtu 1500 qdisc mq state DOWN group default qlen 1000 inet 10.252.253.252/24 brd 10.252.253.255 scope global enp1s0f1 [Tue Dec 11 21:52:16 UTC] maglev@10.252.251.252 (maglev-master-1) ~ $ route -n | grep "enp" 0.0.0.0 10.9.12.1 0.0.0.0 UG 0 0 0 enp9s0 10.9.12.0 0.0.0.0 255.255.255.0 U 0 0 0 enp9s0 10.252.251.0 0.0.0.0 255.255.255.0 U 0 0 0 enp10s0 10.252.252.0 0.0.0.0 255.255.255.0 U 0 0 0 enp1s0f0 10.252.253.0 0.0.0.0 255.255.255.0 U 0 0 0 enp1s0f1 [Tue Dec 11 21:52:27 UTC] maglev@10.252.251.252 (maglev-master-1) ~ $ exit logout