For security reasons, miniupnp will not accept to forward service ports (that means ports between 1 and 1023). You have to modify some nvram settings to allow these to be forwared, or switch to my firmware which has web settings to do the same.
For Asus's stock firmware - run these through Telnet:
This will allow WHS to forward the web interface ports through UPNP.
For Asus's stock firmware - run these through Telnet:
Code:
nvram set upnp_min_port_int=1
nvram commit
reboot
This will allow WHS to forward the web interface ports through UPNP.