| Giorgi Lekveishvili | a4552a3 | 2023-07-20 10:18:07 +0400 | [diff] [blame] | 1 | # Config file /etc/systemd/network/10-enp7s0.network |
| 2 | [Match] |
| 3 | MACAddress=58:11:22:c4:53:a1 # Main network interface MAC |
| 4 | |
| 5 | [Network] |
| 6 | Address=2a01:4f9:3080:3052::/64 |
| 7 | Gateway=fe80::1 |
| 8 | Address=135.181.48.180/26 |
| 9 | Gateway=135.181.48.129 |
| 10 | # VLAN=enp7s0.4000 |
| 11 | |
| 12 | [Address] |
| 13 | Address=135.181.48.180/26 # Main IP, /32 suffix is optional |
| 14 | Peer=135.181.48.129/32 # Gateway |
| 15 | Broadcast=135.181.48.191 |
| 16 | |
| 17 | |
| 18 | |
| 19 | # Config file /etc/systemd/network/10-enp7s0.network |
| 20 | [Match] |
| 21 | MACAddress=58:11:22:c4:53:ed # Main network interface MAC |
| 22 | |
| 23 | [Network] |
| 24 | Address=2a01:4f9:3080:3490::/64 |
| 25 | Gateway=fe80::1 |
| 26 | Address=65.108.39.172/26 |
| 27 | Gateway=65.108.39.129 |
| 28 | # VLAN=enp7s0.4000 |
| 29 | |
| 30 | [Address] |
| 31 | Address=65.108.39.172/26 # Main IP, /32 suffix is optional |
| 32 | Peer=65.108.39.129/32 # Gateway |
| 33 | Broadcast=65.108.39.191 |
| 34 | |
| 35 | |
| 36 | |
| 37 | # Config file /etc/systemd/network/10-enp7s0.network |
| 38 | [Match] |
| 39 | MACAddress=58:11:22:c4:54:08 # Main network interface MAC |
| 40 | |
| 41 | [Network] |
| 42 | Address=2a01:4f9:3080:34af::/64 |
| 43 | Gateway=fe80::1 |
| 44 | Address=65.108.39.171/26 |
| 45 | Gateway=65.108.39.129 |
| 46 | # VLAN=enp7s0.4000 |
| 47 | |
| 48 | [Address] |
| 49 | Address=65.108.39.171/26 # Main IP, /32 suffix is optional |
| 50 | Peer=65.108.39.129/32 # Gateway |
| 51 | Broadcast=65.108.39.191 |
| 52 | |
| 53 | |
| 54 | |
| 55 | |
| 56 | |
| 57 | |
| 58 | #/etc/systemd/network/10-enp7s0.4000.netdev |
| 59 | [NetDev] |
| 60 | Name=enp7s0.4000 |
| 61 | Kind=vlan |
| 62 | MTUBytes=1400 |
| 63 | [VLAN] |
| 64 | Id=4000 |
| 65 | |
| 66 | |
| 67 | #/etc/systemd/network/10-enp7s0.4000.network |
| 68 | [Match] |
| 69 | Name=enp7s0.4000 |
| 70 | [Network] |
| 71 | Description="VLAN 4000" |
| 72 | Address=192.168.0.1/24 |
| 73 | |
| 74 | |
| 75 | |
| 76 | LABEL=pcloud-storage /pcloud-storage ext4 defaults 0 1 |