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 

In multiple listening IPs, only clients to first IP work.

 
Post new topic   Reply to topic    miniupnp.tuxfamily.org Forum Index -> miniupnpd Bugs
View previous topic :: View next topic  
Author Message
enihcam



Joined: 07 Jan 2015
Posts: 8

PostPosted: Tue Nov 03, 2015 12:15 pm    Post subject: In multiple listening IPs, only clients to first IP work. Reply with quote

For example, I have opened two internal networks (one per NIC), 192.168.0.0/24 and 192.168.1.0/24 on same router.

In the following configuration:
Code:

listening_ip=192.168.0.1/24 192.168.1.1/24


Clients in 192.168.1.0/24 will receive http://192.168.0.1:xxxx/rootDesc.xml
rather than
http://192.168.1.1:xxxx/rootDesc.xml

which is incorrect.

Please fix. Thanks.
Back to top
View user's profile Send private message
miniupnp
Site Admin


Joined: 14 Apr 2007
Posts: 1589

PostPosted: Tue Nov 03, 2015 8:19 pm    Post subject: Reply with quote

change your configuration to :
Code:

listening_ip=192.168.0.1/24
listening_ip=192.168.1.1/24


or better :
Code:

listening_ip=eth1
listening_ip=eth2

_________________
Main miniUPnP author.
https://miniupnp.tuxfamily.org/
Back to top
View user's profile Send private message Visit poster's website
enihcam



Joined: 07 Jan 2015
Posts: 8

PostPosted: Wed Nov 04, 2015 12:26 pm    Post subject: Reply with quote

miniupnp wrote:
change your configuration to :
Code:

listening_ip=192.168.0.1/24
listening_ip=192.168.1.1/24


or better :
Code:

listening_ip=eth1
listening_ip=eth2


Oh, thanks!
btw, could you clarify this usage in comment in the .conf file?
Back to top
View user's profile Send private message
enihcam



Joined: 07 Jan 2015
Posts: 8

PostPosted: Wed Nov 04, 2015 12:27 pm    Post subject: Reply with quote

miniupnp wrote:
change your configuration to :
Code:

listening_ip=192.168.0.1/24
listening_ip=192.168.1.1/24


or better :
Code:

listening_ip=eth1
listening_ip=eth2


Oh, thanks!
btw, could you clarify this usage in comment in the .conf file?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    miniupnp.tuxfamily.org Forum Index -> miniupnpd Bugs 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.