chmod
Joined: 21 Nov 2011 Posts: 1 Location: UK
|
Posted: Mon Nov 21, 2011 10:26 pm Post subject: miniupnpd forward rule for xbox's only |
|
|
EDIT:
I jumped the gun sorry, forgot about the access permission at the bottom of miniupnpd.conf so i just put in 192.168.0.3/32 for my xbox.
-----
Hi, i have done the default configuration and build. It works great with my xbox. I was using port forwarding before without any problems but now i have two xbox's so i need this solution.
I'm running a linux server and in the iptables_init.sh script at the forward rule, can i just enable it for only the xbox's? For example could i use a "-m mac <mac address of xbox>" so only the xbox could use the upnp function, and another one for my other xbox.
Here is the line i would use for one of the xbox's:
$IPTABLES -t filter -A FORWARD -i $EXTIF ! -o $EXTIF -m mac --mac-source 00:11:22:33:44:55 -j MINIUPNPD |
|