change rdu internal network
looked at the network data on tcpdump and realized these systems were on the same network and were on the 172.23.1.0 network. Fix files which mention old network. Signed-off-by: Stephen Smoogen <smooge@smoogespace.com>
This commit is contained in:
parent
7d1fbba00d
commit
341f0c6287
4 changed files with 9 additions and 8 deletions
|
@ -19,7 +19,7 @@ has_ipv4: yes
|
|||
eth0_ipv4: 8.43.85.49
|
||||
eth0_ipv4_nm: 23
|
||||
eth0_ipv4_gw: 8.43.85.254
|
||||
eth1_ipv4: 172.29.160.2
|
||||
eth1_ipv4: 172.23.1.3
|
||||
eth1_ipv4_nm: 24
|
||||
|
||||
mac0: 52:54:00:46:ed:ba
|
||||
|
|
|
@ -15,7 +15,7 @@ has_ipv4: yes
|
|||
br0_ipv4: 8.43.85.84
|
||||
br0_ipv4_nm: 23
|
||||
br0_ipv4_gw: "{{ gw }}"
|
||||
br1_ipv4: 172.29.160.1
|
||||
br1_ipv4: 172.23.1.1
|
||||
br1_ipv4_nm: 24
|
||||
|
||||
has_ipv6: yes
|
||||
|
|
|
@ -15,7 +15,7 @@ has_ipv4: yes
|
|||
br0_ipv4: 8.43.85.85
|
||||
br0_ipv4_nm: 23
|
||||
br0_ipv4_gw: "{{ gw }}"
|
||||
br1_ipv4: 172.29.161.1
|
||||
br1_ipv4: 172.23.1.2
|
||||
br1_ipv4_nm: 24
|
||||
|
||||
has_ipv6: yes
|
||||
|
|
|
@ -5,11 +5,12 @@ shared-network mgmt {
|
|||
option domain-name "mgmt.rdu-cc.fedoraproject.org";
|
||||
option domain-name-servers 8.8.8.8, 1.1.1.1;
|
||||
|
||||
subnet 172.29.160.0 netmask 255.255.255.0 {
|
||||
subnet 172.23.1.0 netmask 255.255.255.0 {
|
||||
allow booting;
|
||||
allow bootp;
|
||||
authoritative;
|
||||
|
||||
option routers 172.29.160.1;
|
||||
range 10.29.160.100 10.29.160.249;
|
||||
};
|
||||
};
|
||||
option routers 172.23.1.254;
|
||||
range 172.23.1.100 172.23.1.249;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue