Skip to content

Commit

Permalink
ak36-gw: change interface names to eth0, eth1, ... ethN for VM setup
Browse files Browse the repository at this point in the history
Signed-off-by: pmelange <[email protected]>
  • Loading branch information
pmelange authored and akira25 committed Aug 12, 2022
1 parent 6e08ad8 commit 7ab0b63
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions host_vars/ak36-gw/gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
ipv6_prefix: 2001:bf7:750:4000::/56

uplink:
ifname: lan2.301
ifname: eth0
ipv4: 77.87.51.11/25
# ipv6: ToDo

mgmt:
ifname: lan2.42
ifname: eth1
ipv4: 10.31.130.129/27
ipv6: 2001:bf7:750:4000::/64

Expand All @@ -34,35 +34,35 @@ mgmt:
# Mesh Network: 10.31.130.160/27
mesh_links:
- name: mesh_philmel
ifname: lan2.10
ifname: eth2
ipv4: 10.31.130.160/32
ipv6: 2001:bf7:750:4001::1/128
metric: 1024
ptp: true

- name: mesh_flughafen
ifname: lan2.11
ifname: eth3
ipv4: 10.31.130.161/32
ipv6: 2001:bf7:750:4001::2/128
metric: 1024
ptp: true

- name: mesh_dtmb
ifname: lan2.12
ifname: eth4
ipv4: 10.31.130.162/32
ipv6: 2001:bf7:750:4001::3/128
metric: 1024
ptp: true

- name: mesh_friedenau
ifname: lan2.13
ifname: eth5
ipv4: 10.31.130.163/32
ipv6: 2001:bf7:750:4001::4/128
metric: 1024
ptp: true

- name: mesh_backbone
ifname: lan2.198
ifname: eth6
ipv4: 10.31.130.164/32
ipv6: 2001:bf7:750:4001::5/128
metric: 1024
Expand Down

0 comments on commit 7ab0b63

Please sign in to comment.