ffhh-packages/gluon-upgrade-static-interface-ffhh
Bjoern Dobe eb99353a88 Introduce new package gluon-upgrade-static-interface-ffhh
Signed-off-by: Bjoern Dobe <bjoern@dobecom.de>
2025-05-25 14:42:11 +02:00
..
files/lib/gluon/upgrade Introduce new package gluon-upgrade-static-interface-ffhh 2025-05-25 14:42:11 +02:00
Makefile Introduce new package gluon-upgrade-static-interface-ffhh 2025-05-25 14:42:11 +02:00
README.md Introduce new package gluon-upgrade-static-interface-ffhh 2025-05-25 14:42:11 +02:00

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.

config interface 'wartung'
	option netmask '255.255.255.0'
	option proto 'static'
	option ipaddr '192.168.0.1'
	option ifname 'lan1.5'