View previous topic :: View next topic |
Author |
Message |
enihcam
Joined: 07 Jan 2015 Posts: 8
|
Posted: Tue Nov 03, 2015 12:15 pm Post subject: In multiple listening IPs, only clients to first IP work. |
|
|
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 |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1594
|
Posted: Tue Nov 03, 2015 8:19 pm Post subject: |
|
|
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 |
|
 |
enihcam
Joined: 07 Jan 2015 Posts: 8
|
Posted: Wed Nov 04, 2015 12:26 pm Post subject: |
|
|
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 |
|
 |
enihcam
Joined: 07 Jan 2015 Posts: 8
|
Posted: Wed Nov 04, 2015 12:27 pm Post subject: |
|
|
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 |
|
 |
|