When allocating IP addresses, I used the reverse DNS file as the guide for what had been allocated. This was in error because there were 3 servers already allocated in this space. This moves the ips to a new space.
812 B
812 B
— freezes: true nested: true dns1: 10.3.163.33 dns2: 10.3.163.34
has_ipv4: yes eth1_ipv4: 10.3.170.154 eth1_ipv4_nm: 24 eth1_ipv4_gw: 10.3.170.254
mgmt_mac: "E8:6A:64:39:19:67" mgmt_ipv4: "10.3.160.118" mac0: 68:05:CA:8E:98:C7 mac1: 50:6B:4B:6A:C4:90 mac2: 50:6B:4B:6A:C4:91
network_connections:
- name: eth0 mac: "{{ mac0 }}" type: ethernet autoconnect: no
-
name: eth1 state: up type: ethernet autoconnect: yes mac: "{{ mac1 }}" ip: address:
- "{{ eth1_ipv4 }}/{{ eth1_ipv4_nm }}"
gateway4: "{{ eth1_ipv4_gw }}" dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- iad2.fedoraproject.org
- fedoraproject.org
dhcp4: no auto6: no
- name: eth2 mac: "{{ mac2 }}" type: ethernet autoconnect: no