diff --git a/full-vqfx-vyos/host_vars/vqfx1.yaml b/full-vqfx-vyos/host_vars/vqfx1.yaml index 9ea12cb..73ea4f9 100644 --- a/full-vqfx-vyos/host_vars/vqfx1.yaml +++ b/full-vqfx-vyos/host_vars/vqfx1.yaml @@ -2,7 +2,7 @@ host_name: vqfx1 interfaces: - name: lo0 type: loopback - ip: 192.160.0.0/32 + ip: 192.168.0.0/32 ip6: 2001:db8:1:0::/128 host_network: false - name: xe-0/0/0 diff --git a/full-vqfx-vyos/host_vars/vqfx2.yaml b/full-vqfx-vyos/host_vars/vqfx2.yaml index f352f17..81cce95 100644 --- a/full-vqfx-vyos/host_vars/vqfx2.yaml +++ b/full-vqfx-vyos/host_vars/vqfx2.yaml @@ -2,7 +2,7 @@ host_name: vqfx2 interfaces: - name: lo0 type: loopback - ip: 192.168.0.1/32 + ip: 192.168.0.3/32 ip6: 2001:db8:1::3/128 host_network: false - name: xe-0/0/0 diff --git a/full-vqfx-vyos/host_vars/vyos1.yaml b/full-vqfx-vyos/host_vars/vyos1.yaml index 7cf51d9..55fecfc 100644 --- a/full-vqfx-vyos/host_vars/vyos1.yaml +++ b/full-vqfx-vyos/host_vars/vyos1.yaml @@ -2,7 +2,7 @@ host_name: vyos1 interfaces: - name: lo type: loopback - ip: 192.160.0.2/32 + ip: 192.168.0.1/32 ip6: 2001:db8:1:0::1/128 host_network: false - name: eth2 diff --git a/full-vqfx-vyos/host_vars/vyos2.yaml b/full-vqfx-vyos/host_vars/vyos2.yaml index eb7373b..da520fc 100644 --- a/full-vqfx-vyos/host_vars/vyos2.yaml +++ b/full-vqfx-vyos/host_vars/vyos2.yaml @@ -2,8 +2,8 @@ host_name: vyos2 interfaces: - name: lo type: loopback - ip: 192.160.0.3/32 - ip6: 2001:db8:1:0::3/128 + ip: 192.168.0.2/32 + ip6: 2001:db8:1:0::2/128 host_network: false - name: eth3 type: ethernet