Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/linuxigd-current,
Linux UPnP Internet Gateway Device
Branch: CURRENT,
Version: 2014.03.11nb20140311,
Package name: linuxigd-cvs-2014.03.11nb20140311,
Maintainer: obacheThis project is a deamon that emulates Microsoft's Internet Connection
Service (ICS). It implements the UPnP Internet Gateway Device specification
(IGD) and allows UPnP aware clients, such as MSN Messenger to work properly
from behind a NAT firewall.
MESSAGE.common [+/-]===========================================================================
$NetBSD: MESSAGE.common,v 1.1.1.1 2005/10/02 13:35:54 obache Exp $
You will need to make sure you have a route in your routing table for the
multicast address.
===========================================================================
MESSAGE.FreeBSD [+/-]===========================================================================
$NetBSD: MESSAGE.FreeBSD,v 1.1.1.1 2005/10/02 13:35:54 obache Exp $
for the multicast address, add fllowing lines in /etc/rc.conf
static_route="upnp"
route_upnp="-net 239.0.0.0 -netmask 255.0.0.0 -interface <INT_IF>
where <INT_IF> is internal interface name (ex. fxp1).
===========================================================================
MESSAGE.Linux [+/-]===========================================================================
$NetBSD: MESSAGE.Linux,v 1.1.1.1 2005/10/02 13:35:54 obache Exp $
for the multicast address, add fllowing lines in startup script
route add -net 239.0.0.0 netmask 255.0.0.0 <INT_IF>
where <INT_IF> is internal interface name (ex. eth1).
===========================================================================
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.1.1.1 2005/10/02 13:35:54 obache Exp $
for the multicast address, add fllowing lines in /etc/route.conf
net 239.0.0.0 -netmask 255.0.0.0 <INT_IP>
where <INT_IP> is internal interface ip address (ex. 192.168.1.1).
===========================================================================
MESSAGE.OpenBSD [+/-]===========================================================================
$NetBSD: MESSAGE.OpenBSD,v 1.1.1.1 2005/10/02 13:35:54 obache Exp $
for the multicast address, add fllowing lines in /etc/rc.conf.local
multicast_host="<INT_IF>"
where <INT_IF> is internal interface name (ex. fxp1).
===========================================================================
MESSAGE.pf [+/-]===========================================================================
$NetBSD: MESSAGE.pf,v 1.1.1.1 2005/10/02 13:35:54 obache Exp $
You must add following line to /etc/pf.conf:
rdr-anchor "upnpd/*"
===========================================================================
Required to run:[
net/libupnp]
Package options: ipfilter
Version history: (Expand)
- (2014-08-19) Package deleted from pkgsrc
- (2014-03-12) Updated to version: linuxigd-cvs-2014.03.11nb20140311
- (2013-11-18) Package has been reborn
- (2013-11-18) Updated to version: linuxigd-cvs-2013.11.18nb20131118
- (2013-11-18) Package deleted from pkgsrc
- (2013-08-28) Package has been reborn
CVS history: (Expand)