View previous topic :: View next topic |
Author |
Message |
aa-miniupnp
Joined: 21 Jun 2011 Posts: 3 Location: Norway
|
Posted: Tue Jun 21, 2011 10:25 pm Post subject: Problem configuring miniupnpd-1.5 with ipf on NetBSD |
|
|
When I compile and install miniupnpd 1.5 with ipf on my NetBSD/i386 5.0.2 router I get the following error message:
Code: | Jun 22 00:10:44 aa-gw miniupnpd[23630]: SIOCINAFR:File exists
Jun 22 00:10:44 aa-gw miniupnpd[23630]: Failed to add NAT-PMP 5353 udp->10.0.1.2:5353 'NAT-PMP 19814313
|
This is my /etc/ipf.conf file:
Code: | block in on sip1 proto tcp/udp all head miniupnpd
pass in proto udp from any to 239.255.255.250 port = 1900 with multicast
pass out proto udp from any port = 1900 to any keep state
pass in all
pass out all
|
And this is the miniupnpd.conf file:
Code: | ext_ifname=sip1
listening_ip=10.0.1.1/24
port=0
enable_natpmp=yes
enable_upnp=yes
bitrate_up=1000000
bitrate_down=10000000
secure_mode=no
system_uptime=yes
notify_interval=60
clean_ruleset_interval=600
uuid=….
serial=12345678
model_number=1
allow 1024-65535 10.0.1.0/24 1024-65535
deny 0-65535 0.0.0.0/0 0-65535
|
|
|
Back to top |
|
|
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1593
|
Posted: Wed Jun 22, 2011 7:23 pm Post subject: |
|
|
The ipf code needs to be updated/fixed...
Most BSD users are using pf, very few people are interested by the ipf code. _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
|
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1593
|
Posted: Wed Jun 22, 2011 10:11 pm Post subject: Re: Problem configuring miniupnpd-1.5 with ipf on NetBSD |
|
|
aa-miniupnp wrote: | When I compile and install miniupnpd 1.5 with ipf on my NetBSD/i386 5.0.2 router I get the following error message:
Code: | Jun 22 00:10:44 aa-gw miniupnpd[23630]: SIOCINAFR:File exists
Jun 22 00:10:44 aa-gw miniupnpd[23630]: Failed to add NAT-PMP 5353 udp->10.0.1.2:5353 'NAT-PMP 19814313
|
|
That error message could be because a rule already exists... _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
|
|