Port Forwarding is usually not possible in your situation. You are using a shared network..
And those kinds of systems usually should be setup double NAT.. the reason is your entire system is exposed to everyone else on the central village wireless router.
It is easy to check.. from your computer open a terminal and type..
traceroute 8.8.8.8
You should see one private IP followed by a whole bunch of public IP.
So mine is like this.
traceroute 8.8.8.8
traceroute to 8.8.8.8 (8.8.8.8), 64 hops max, 52 byte packets
1 rt-ac3200-82f0 (192.168.2.254) 2.026 ms 0.951 ms 0.855 ms
2 pmelnxd-lns12.mel.eftel.com.au (203.123.68.177) 17.581 ms 18.452 ms 17.327 ms
3 po-1-353.core1.mel.eftel.com.au (203.123.68.193) 18.016 ms 18.788 ms 18.040 ms
4 203.123.69.134 (203.123.69.134) 18.580 ms 19.428 ms 18.107 ms
5 233.1.2.123.network.m2core.net.au (123.2.1.233) 29.797 ms
237.1.2.123.network.m2core.net.au (123.2.1.237) 29.488 ms
233.1.2.123.network.m2core.net.au (123.2.1.233) 30.328 ms
6 74.125.52.10 (74.125.52.10) 30.121 ms 29.718 ms 29.991 ms
7 108.170.247.65 (108.170.247.65) 29.795 ms 29.703 ms
108.170.247.33 (108.170.247.33) 43.620 ms
8 216.239.41.83 (216.239.41.83) 30.316 ms
209.85.244.15 (209.85.244.15) 29.961 ms
66.249.94.237 (66.249.94.237) 30.035 ms
9 google-public-dns-a.google.com (8.8.8.8) 29.337 ms 29.398 ms 29.982 ms
You can see the first address is my router. The second address is public.
In this setup I can forward the ports I need.
In a case where you have private IP allocated to the network from your ISP then port forwarding becomes impossible.
However with the TC in bridge a game console can open ports by UPNP but you cannot setup servers.. this is limitation of this kind of system.