Created
December 3, 2024 02:40
-
-
Save noslin005/e33a514a82b0bfadb14994924473c8c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
slack-vm1: | |
default_gateway: 192.168.1.1 | |
interfaces: | |
- name: eth0 | |
addresses: | |
- 192.168.1.21/24 | |
vlan: 100 # VLAN tag for an access port | |
- name: eth2 | |
addresses: | |
- 10.12.0.10/16 | |
- 10.12.0.11/16 | |
vlan: 200 # VLAN tag for this interface | |
routes: | |
- destination: 0.0.0.0/0 | |
next_hop: 192.168.1.1 | |
- destination: 172.16.0.0/12 | |
next_hop: 10.12.0.254 | |
slack-vm2: | |
default_gateway: 192.168.1.1 | |
interfaces: | |
- name: eth0 | |
addresses: | |
- 192.168.1.22/24 | |
vlan: 100 # VLAN tag for this interface | |
- name: eth2 | |
addresses: | |
- 10.12.0.12/16 | |
- 10.12.0.14/16 | |
vlan: 300 # VLAN tag for this interface | |
routes: | |
- destination: 10.0.0.0/8 | |
next_hop: 10.12.0.254 |
Author
noslin005
commented
Dec 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment