View previous topic :: View next topic |
Author |
Message |
a_big_friend
Joined: 22 Jul 2011 Posts: 3
|
Posted: Sun Feb 12, 2012 9:49 am Post subject: Question on miniupnpd.conf |
|
|
I see that in one build of wive-ng-rtnl, that uses miniupnp, in the miniupnpd.conf was used the following rule:
allow 1024-65535 192.168.1.1/255.255.255.0 1024-65535
Do you think it is ok expressing the IP/MASK as 192.168.1.1/255.255.255.0 or it should had been used instead the format 192.168.1.1/24
as in:
allow 1024-65535 192.168.1.1/24 1024-65535 |
|
Back to top |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1589
|
Posted: Sun Feb 12, 2012 12:38 pm Post subject: |
|
|
The only correct syntax is
Code: | allow 1024-65535 192.168.1.1/24 1024-65535 |
I should make it more clear _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1589
|
|
Back to top |
|
 |
a_big_friend
Joined: 22 Jul 2011 Posts: 3
|
|
Back to top |
|
 |
|