Home > Linux UPnPルーター

Linux UPnPルーター

  • 2009-02-27 (金) 8:01

libupnpのインストール

libupnp

libupnp-1.3.1.tar.gz

./configure

make

make install

linuxigdのインストール

linuxigd

linuxigd-1.0.tar.gz

make LIBUPNP_PREFIX=/usr/local

make install

ルーティング設定

/sbin/route add -net 239.0.0.0 netmask 255.0.0.0 eth2
(eth2の箇所はローカルネットワークのインターフェイスを指定)

iptables設定

iptables -t filter -I INPUT 1 -s 224.0.0.0/4 -j ACCEPT
iptables -t filter -I INPUT 1 -d 224.0.0.0/4 -j ACCEPT

起動

/usr/sbin/upnpd ppp0 eth2

Comments:0

Comment Form
Remember personal info

Trackbacks:0

Trackback URL for this entry
http://acoustype.com/linux-upnp%e3%83%ab%e3%83%bc%e3%82%bf%e3%83%bc/trackback
Listed below are links to weblogs that reference
Linux UPnPルーター from acoustype.com

Home > Linux UPnPルーター

Search
Feeds
Meta

Return to page top