miniupnp.tuxfamily.org Forum Index miniupnp.tuxfamily.org
The forum about miniupnp and libnatpmp
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

minissdpd: Multiple IP support

 
Post new topic   Reply to topic    miniupnp.tuxfamily.org Forum Index -> miniupnpc Feature Request
View previous topic :: View next topic  
Author Message
LaiArturs
Guest





PostPosted: Thu Jan 12, 2023 7:11 pm    Post subject: minissdpd: Multiple IP support Reply with quote

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

PostPosted: Tue Jan 17, 2023 8:11 am    Post subject: Reply with quote

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) Wink
_________________
Main miniUPnP author.
https://miniupnp.tuxfamily.org/
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    miniupnp.tuxfamily.org Forum Index -> miniupnpc Feature Request All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP
© 2007 Thomas Bernard, author of MiniUPNP.