This 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.
6 lines
394 B
Text
6 lines
394 B
Text
===========================================================================
|
|
$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).
|
|
===========================================================================
|