View previous topic :: View next topic |
Author |
Message |
LaiArturs Guest
|
Posted: Thu Jan 12, 2023 7:11 pm Post subject: minissdpd: Multiple IP support |
|
|
Would be nice to have same interface multiple IP support in minissdpd.
My config:
Code: | MiniSSDPd_INTERFACE_ADDRESS="br0"
MiniSSDPd_OTHER_OPTIONS=""
|
Interface configuration:
Code: | 5: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 1e:d4:78:21:28:3c brd ff:ff:ff:ff:ff:ff
inet 169.254.95.94/16 brd 169.254.255.255 scope link br0
valid_lft forever preferred_lft forever
inet 192.168.1.1/24 brd 192.168.1.255 scope global br0
valid_lft forever preferred_lft forever
inet 192.168.3.13/24 brd 192.168.3.255 scope global br0
valid_lft forever preferred_lft forever
|
Announcements from 169.254.0.0/16 are accepted, but not from 192.168.1.0/24.
Code: | minissdpd[12791]: peer 192.168.1.10:52242 is not from a LAN
|
|
|
Back to top |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1594
|
Posted: Tue Jan 17, 2023 8:11 am Post subject: |
|
|
using 169.254.*.* adress is very unusual.
If you had only 192.168.1.1/24 and 192.168.3.13/24 the trick would be to configure
Code: | MiniSSDPd_INTERFACE_ADDRESS="br0/16" |
(to force 192.168.1.1/16)  _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
 |
|