Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/linuxigd,
Linux UPnP Internet Gateway Device
Branch: CURRENT,
Version: 1.0nb1,
Package name: linuxigd-1.0nb1,
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 2005/04/22 02:30:56 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 2005/04/22 02:30:56 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 2005/04/22 02:30:56 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 2005/04/22 02:30:56 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 2005/04/22 02:30:56 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.2 2005/04/22 01:51:18 obache Exp $
You must add following line to /etc/pf.conf:
rdr-anchor "upnpd/*"
===========================================================================
Required to run:[
net/libupnp]
Package options: ipfilter
Master sites:
SHA1: 0dd71fd7c5b8a3b0609164618314f4c110aff100
RMD160: b05fe11d99766119779839766e323cfb6ada6977
Filesize: 34.566 KB
Version history: (Expand)
- (2015-03-08) Package deleted from pkgsrc
- (2013-11-18) Package has been reborn
- (2013-11-18) Package deleted from pkgsrc
- (2013-08-28) Package has been reborn
- (2013-08-28) Package deleted from pkgsrc
- (2013-03-09) Package has been reborn
CVS history: (Expand)