Hi everybody,
I had a routing setup already running to share my wireless connection through my laptop to any ethernet-connected device when I noticed I needed UPnP to connect better to Xbox live!
It was a very simple setup on a Ubuntu 8.10 laptop, most magic lied here:
#!/bin/bash
INET_IFACE=eth1
echo "1" > /proc/sys/net/ipv4/ip_forward
iptables -F
iptables -F -t nat...
2009-02-26 20:10:24 UTC in Linux UPnP Internet Gateway Device