Merge pull request #1303 from macaddict89/patch-1

Quick Start - Set interface description to match DHCP scope
This commit is contained in:
Christian Breunig 2024-03-03 09:50:23 +01:00 committed by GitHub
commit b09abf5924
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ commands:
set interfaces ethernet eth0 address dhcp set interfaces ethernet eth0 address dhcp
set interfaces ethernet eth0 description 'OUTSIDE' set interfaces ethernet eth0 description 'OUTSIDE'
set interfaces ethernet eth1 address '192.168.0.1/24' set interfaces ethernet eth1 address '192.168.0.1/24'
set interfaces ethernet eth1 description 'INSIDE' set interfaces ethernet eth1 description 'LAN'
SSH Management SSH Management