Introduce new package gluon-upgrade-static-interface-ffhh

Signed-off-by: Bjoern Dobe <bjoern@dobecom.de>
This commit is contained in:
Bjoern Dobe 2025-04-19 15:37:03 +02:00
commit eb99353a88
4 changed files with 114 additions and 0 deletions

View file

@ -0,0 +1,17 @@
# ffhh gluon-upgrade-static-interface-ffhh
This package adds options to /etc/config/gluon to configure an additional interface with static IP.
This interface can be used, for example, for local management networks or configuration interfaces of WLAN radio links.
### Configuration
In /etc/config/gluon several interfaces with static addresses can be created.
```lua
config interface 'wartung'
option netmask '255.255.255.0'
option proto 'static'
option ipaddr '192.168.0.1'
option ifname 'lan1.5'
```