YUN linino - no port forward

My goal is to access the YUN remotely with REST commands.

I have seen several versions of this post but mine is a bit different.
I have an Arduino YUN running completely wireless in my LAN. I can program it and run REST commands with the Bridge sketch. My home is connected to the Internet via a Google fiber modem/router. I have many ip cams already port forwarded into my LAN and they work fine. I cannot however seem to get the port to open for the YUN. I have not done any settings in the YUN.

Someone mentioned altering uhttpd but I am not sure that is the answer.

/usr/sbin/uhttpd -f -h /www -r linino -x /cgi-bin -t 60 -T 30 -A 1 -n 2 -p 0.0.0.0:80 -C /etc/uhttpd.crt -K /etc/uhttpd.key -s 0.0.0.0:443

Suggestions welcomed.

R

I can't believe this. Google added some rules to it's gigabit fiber router. Forwarded ports have to match the listening port on the device you are accessing. I found a very good article about replacing the Google fiber box with a business class router and this was one of the reasons the guy swapped out. Also, in another post somewhere in the forums here a guy explains how to SSH into the YUN and change the port from 80 to XXXX using NANO to edit. All very helpful stuff.

How to change port. The topic is still active.

https://forum.arduino.cc/index.php?topic=259216.0

Thanks everyone

R