Introduce new package gluon-upgrade-static-interface-ffhh
Signed-off-by: Bjoern Dobe <bjoern@dobecom.de>
This commit is contained in:
parent
6187a611a1
commit
eb99353a88
4 changed files with 114 additions and 0 deletions
17
gluon-upgrade-static-interface-ffhh/README.md
Normal file
17
gluon-upgrade-static-interface-ffhh/README.md
Normal 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'
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue