SHOW:
|
|
- or go back to the newest paste.
| 1 | source /etc/network/interfaces.d/* | |
| 2 | ||
| 3 | auto lo | |
| 4 | iface lo inet loopback | |
| 5 | ||
| 6 | iface eno1 inet static | |
| 7 | - | address 192.168.1.62/24 |
| 7 | + | address 192.168.1.62/24 |
| 8 | gateway 192.168.1.1 | |
| 9 | ||
| 10 | auto vmbr0 | |
| 11 | iface vmbr0 inet static | |
| 12 | address 192.168.1.27/24 | |
| 13 | gateway 192.168.1.1 | |
| 14 | bridge-ports eno1 | |
| 15 | bridge-stp off | |
| 16 | bridge-fd 0 |