I have a Raspberry Pi running Jessie that is currently acting as an access point and hosting a WebIOPi page locally. Using Avahi, I am now able to access the page by navigating to "raspberrypi.local:8000", as opposed to the router's static IP address, 192.168.XX.XX:8000.
However, I would like to access the page just by simply navigating to "raspberrypi.local". To do this, I believe I want to either forward all traffic from port 8000 (webiopi page) to port 80 or from port 80 to port 8000. I've done some searching and haven't found a solution to this using only the RPi, but I think it is possible to do using iptables.
Any help is greatly appreciated.